Hi Linus, Please pull to get m68knommu updates. The usual few fixes, and also changes to support NPTL, and hardware support for the ColdFire QSPI interface. Thanks Greg The following changes since commit 6ebdc661b608671e9ca572af8bb42d58108cc008: Linus Torvalds (1): Merge branch 'next-devicetree' of git://git.secretlab.ca/git/linux-2.6 are available in the git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/gerg/m68knommu.git for-linus Greg Ungerer (1): m68knommu: remove a duplicate vector setting line for 68360 Jun Sun (1): uclinux: error message when FLAT reloc symbol is invalid, v2 Maxim Kuvyrkov (2): m68knommu: NPTL support for m68knommu Fix m68k-uclinux's rt_sigreturn trampoline Philip Nye (1): m68knommu: correct the CC flags for Coldfire M5272 targets Steven King (1): m68knommu: Coldfire QSPI platform support arch/m68k/include/asm/m520xsim.h | 1 + arch/m68k/include/asm/m523xsim.h | 5 + arch/m68k/include/asm/m5249sim.h | 2 + arch/m68k/include/asm/m527xsim.h | 7 ++ arch/m68k/include/asm/m528xsim.h | 67 +------------ arch/m68k/include/asm/m532xsim.h | 1 + arch/m68k/include/asm/mcfqspi.h | 64 +++++++++++ arch/m68k/include/asm/thread_info_no.h | 1 + arch/m68knommu/Makefile | 2 +- arch/m68knommu/kernel/entry.S | 2 +- arch/m68knommu/kernel/process.c | 4 + arch/m68knommu/kernel/ptrace.c | 5 + arch/m68knommu/kernel/sys_m68k.c | 36 ++++++ arch/m68knommu/kernel/syscalltable.S | 4 + arch/m68knommu/platform/520x/config.c | 149 ++++++++++++++++++++++++++ arch/m68knommu/platform/523x/config.c | 170 +++++++++++++++++++++++++++++ arch/m68knommu/platform/5249/config.c | 167 +++++++++++++++++++++++++++++ arch/m68knommu/platform/527x/config.c | 182 ++++++++++++++++++++++++++++++++ arch/m68knommu/platform/528x/config.c | 137 ++++++++++++++++++++++++ arch/m68knommu/platform/532x/config.c | 124 ++++++++++++++++++++++ arch/m68knommu/platform/68360/ints.c | 1 - fs/binfmt_flat.c | 2 +- 22 files changed, 1063 insertions(+), 70 deletions(-) create mode 100644 arch/m68k/include/asm/mcfqspi.h -- To unsubscribe from this list: send the line "unsubscribe linux-m68k" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html