Merge branch 'merge' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/powerpc
Pull powerpc fixes from Ben Herrenschmidt: "The main thing that caused problem was that CONFIG_CPU_LITTLE_ENDIAN got turned on with allyesconfig and such, which is not a very good idea especially since it requires a newer toolchain than what most people have. So we turned it into a choice instead that defaults to big endian" * 'merge' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/powerpc: powerpc/windfarm: Fix XServe G5 fan control Makefile issue arch/powerpc/kernel: Use %12.12s instead of %12s to avoid memory overflow powerpc/signals: Improved mark VSX not saved with small contexts fix powerpc/kdump: Adding symbols in vmcoreinfo to facilitate dump filtering powerpc: allyesconfig should not select CONFIG_CPU_LITTLE_ENDIAN powerpc: Fix error when cross building TAGS & cscope powerpc/booke: Only check for hugetlb in flush if vma != NULL powerpc/85xx: typo in dts: "interupt" (four devices) powerpc/8xx: mfspr SPRN_TBRx in lieu of mftb/mftbu is not supported powerpc/corenet64: compile with CONFIG_E{5,6}500_CPU well
Showing
- arch/powerpc/Makefile 7 additions, 0 deletionsarch/powerpc/Makefile
- arch/powerpc/boot/dts/xcalibur1501.dts 2 additions, 2 deletionsarch/powerpc/boot/dts/xcalibur1501.dts
- arch/powerpc/boot/dts/xpedite5301.dts 2 additions, 2 deletionsarch/powerpc/boot/dts/xpedite5301.dts
- arch/powerpc/boot/dts/xpedite5330.dts 2 additions, 2 deletionsarch/powerpc/boot/dts/xpedite5330.dts
- arch/powerpc/boot/dts/xpedite5370.dts 2 additions, 2 deletionsarch/powerpc/boot/dts/xpedite5370.dts
- arch/powerpc/boot/util.S 14 additions, 0 deletionsarch/powerpc/boot/util.S
- arch/powerpc/include/asm/pgalloc-64.h 1 addition, 0 deletionsarch/powerpc/include/asm/pgalloc-64.h
- arch/powerpc/include/asm/ppc_asm.h 2 additions, 0 deletionsarch/powerpc/include/asm/ppc_asm.h
- arch/powerpc/include/asm/reg.h 7 additions, 0 deletionsarch/powerpc/include/asm/reg.h
- arch/powerpc/include/asm/timex.h 8 additions, 0 deletionsarch/powerpc/include/asm/timex.h
- arch/powerpc/kernel/machine_kexec.c 12 additions, 0 deletionsarch/powerpc/kernel/machine_kexec.c
- arch/powerpc/kernel/nvram_64.c 1 addition, 1 deletionarch/powerpc/kernel/nvram_64.c
- arch/powerpc/kernel/signal_32.c 7 additions, 9 deletionsarch/powerpc/kernel/signal_32.c
- arch/powerpc/kernel/signal_64.c 6 additions, 0 deletionsarch/powerpc/kernel/signal_64.c
- arch/powerpc/kernel/vdso32/gettimeofday.S 6 additions, 0 deletionsarch/powerpc/kernel/vdso32/gettimeofday.S
- arch/powerpc/mm/hugetlbpage-book3e.c 1 addition, 2 deletionsarch/powerpc/mm/hugetlbpage-book3e.c
- arch/powerpc/mm/tlb_nohash.c 1 addition, 1 deletionarch/powerpc/mm/tlb_nohash.c
- arch/powerpc/platforms/Kconfig.cputype 17 additions, 3 deletionsarch/powerpc/platforms/Kconfig.cputype
- drivers/macintosh/Makefile 1 addition, 0 deletionsdrivers/macintosh/Makefile
Loading
Please register or sign in to comment