Hi Linus, please pull the latest parisc fixes from: git://git.kernel.org/pub/scm/linux/kernel/git/deller/parisc-linux.git parisc-3.13 The major changes are: - a fix for the mmap(MAP_FIXED|MAP_SHARED) syscall to the same address which was already given in a previous call (fixes locale-gen on debian) - change the memory layout of the kernel to avoid the need for the -mlong-calls compiler option (depends on commit 5ecbe3c - kernel/extable: fix address-checks for core_kernel and init areas) - defconfig updates, e.g. use the SIL680 driver instead of the SIIMAGE driver - add more parisc machine names to the machine database Thanks, Helge ---------------------------------------------------------------- Chen Gang (1): parisc: remove empty SERIAL_PORT_DFNS in serial.h Helge Deller (6): parisc: fix mmap(MAP_FIXED|MAP_SHARED) to already mmapped address parisc: add some more machine names to hardware database parisc: use kernel_text_address() in unwind functions parisc: fix kernel memory layout in vmlinux.ld.S parisc: remove CONFIG_MLONGCALLS=y from defconfigs parisc: update 64bit defconfigs and use SIL680 instead of SIIMAGE driver arch/parisc/configs/c3000_defconfig | 2 +- arch/parisc/configs/c8000_defconfig | 36 +------- arch/parisc/configs/generic-64bit_defconfig | 39 +------- arch/parisc/include/asm/serial.h | 2 - arch/parisc/kernel/hardware.c | 7 +- arch/parisc/kernel/head.S | 6 +- arch/parisc/kernel/sys_parisc.c | 25 +++-- arch/parisc/kernel/unwind.c | 9 +- arch/parisc/kernel/vmlinux.lds.S | 138 ++++++++++++---------------- arch/parisc/mm/init.c | 19 +++- 10 files changed, 110 insertions(+), 173 deletions(-) -- To unsubscribe from this list: send the line "unsubscribe linux-parisc" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html