From 4503efda2da6e5868bbbd274c042622dc03edd8e Mon Sep 17 00:00:00 2001 From: Gabor Juhos Date: Sun, 18 May 2008 20:26:43 +0000 Subject: refresh generic 2.6.25 patches SVN-Revision: 11189 --- .../patches-2.6.25/700-powerpc_git.patch | 2500 ++++++++++---------- 1 file changed, 1250 insertions(+), 1250 deletions(-) (limited to 'target/linux/generic-2.6/patches-2.6.25/700-powerpc_git.patch') diff --git a/target/linux/generic-2.6/patches-2.6.25/700-powerpc_git.patch b/target/linux/generic-2.6/patches-2.6.25/700-powerpc_git.patch index c207b55614..46690f17b3 100644 --- a/target/linux/generic-2.6/patches-2.6.25/700-powerpc_git.patch +++ b/target/linux/generic-2.6/patches-2.6.25/700-powerpc_git.patch @@ -1,7 +1,7 @@ -Index: linux-2.6.25.1/Documentation/kernel-parameters.txt +Index: linux-2.6.25.4/Documentation/kernel-parameters.txt =================================================================== ---- linux-2.6.25.1.orig/Documentation/kernel-parameters.txt -+++ linux-2.6.25.1/Documentation/kernel-parameters.txt +--- linux-2.6.25.4.orig/Documentation/kernel-parameters.txt ++++ linux-2.6.25.4/Documentation/kernel-parameters.txt @@ -930,6 +930,8 @@ and is between 256 and 4096 characters. l2cr= [PPC] @@ -11,10 +11,10 @@ Index: linux-2.6.25.1/Documentation/kernel-parameters.txt lapic [X86-32,APIC] Enable the local APIC even if BIOS disabled it. -Index: linux-2.6.25.1/Documentation/powerpc/booting-without-of.txt +Index: linux-2.6.25.4/Documentation/powerpc/booting-without-of.txt =================================================================== ---- linux-2.6.25.1.orig/Documentation/powerpc/booting-without-of.txt -+++ linux-2.6.25.1/Documentation/powerpc/booting-without-of.txt +--- linux-2.6.25.4.orig/Documentation/powerpc/booting-without-of.txt ++++ linux-2.6.25.4/Documentation/powerpc/booting-without-of.txt @@ -59,12 +59,39 @@ Table of Contents p) Freescale Synchronous Serial Interface q) USB EHCI controllers @@ -713,10 +713,10 @@ Index: linux-2.6.25.1/Documentation/powerpc/booting-without-of.txt Appendix A - Sample SOC node for MPC8540 ======================================== -Index: linux-2.6.25.1/Documentation/powerpc/phyp-assisted-dump.txt +Index: linux-2.6.25.4/Documentation/powerpc/phyp-assisted-dump.txt =================================================================== --- /dev/null -+++ linux-2.6.25.1/Documentation/powerpc/phyp-assisted-dump.txt ++++ linux-2.6.25.4/Documentation/powerpc/phyp-assisted-dump.txt @@ -0,0 +1,127 @@ + + Hypervisor-Assisted Dump @@ -845,10 +845,10 @@ Index: linux-2.6.25.1/Documentation/powerpc/phyp-assisted-dump.txt + + o Still need to write a shell script, to copy the dump away. + Currently I am parsing it manually. -Index: linux-2.6.25.1/arch/powerpc/Kconfig +Index: linux-2.6.25.4/arch/powerpc/Kconfig =================================================================== ---- linux-2.6.25.1.orig/arch/powerpc/Kconfig -+++ linux-2.6.25.1/arch/powerpc/Kconfig +--- linux-2.6.25.4.orig/arch/powerpc/Kconfig ++++ linux-2.6.25.4/arch/powerpc/Kconfig @@ -49,6 +49,19 @@ config IRQ_PER_CPU bool default y @@ -987,10 +987,10 @@ Index: linux-2.6.25.1/arch/powerpc/Kconfig config PIN_TLB bool "Pinned Kernel TLBs (860 ONLY)" depends on ADVANCED_OPTIONS && 8xx -Index: linux-2.6.25.1/arch/powerpc/Kconfig.debug +Index: linux-2.6.25.4/arch/powerpc/Kconfig.debug =================================================================== ---- linux-2.6.25.1.orig/arch/powerpc/Kconfig.debug -+++ linux-2.6.25.1/arch/powerpc/Kconfig.debug +--- linux-2.6.25.4.orig/arch/powerpc/Kconfig.debug ++++ linux-2.6.25.4/arch/powerpc/Kconfig.debug @@ -269,7 +269,7 @@ config PPC_EARLY_DEBUG_CPM_ADDR hex "CPM UART early debug transmit descriptor address" depends on PPC_EARLY_DEBUG_CPM @@ -1000,10 +1000,10 @@ Index: linux-2.6.25.1/arch/powerpc/Kconfig.debug default "0xff002008" if CPM1 help This specifies the address of the transmit descriptor -Index: linux-2.6.25.1/arch/powerpc/Makefile +Index: linux-2.6.25.4/arch/powerpc/Makefile =================================================================== ---- linux-2.6.25.1.orig/arch/powerpc/Makefile -+++ linux-2.6.25.1/arch/powerpc/Makefile +--- linux-2.6.25.4.orig/arch/powerpc/Makefile ++++ linux-2.6.25.4/arch/powerpc/Makefile @@ -71,13 +71,11 @@ endif LDFLAGS_vmlinux := -Bstatic @@ -1031,10 +1031,10 @@ Index: linux-2.6.25.1/arch/powerpc/Makefile $(Q)$(MAKE) ARCH=ppc64 $(build)=$(boot) $(patsubst %,$(boot)/%,$@) define archhelp -Index: linux-2.6.25.1/arch/powerpc/boot/Makefile +Index: linux-2.6.25.4/arch/powerpc/boot/Makefile =================================================================== ---- linux-2.6.25.1.orig/arch/powerpc/boot/Makefile -+++ linux-2.6.25.1/arch/powerpc/boot/Makefile +--- linux-2.6.25.4.orig/arch/powerpc/boot/Makefile ++++ linux-2.6.25.4/arch/powerpc/boot/Makefile @@ -40,6 +40,7 @@ $(obj)/ebony.o: BOOTCFLAGS += -mcpu=405 $(obj)/cuboot-taishan.o: BOOTCFLAGS += -mcpu=405 $(obj)/cuboot-katmai.o: BOOTCFLAGS += -mcpu=405 @@ -1134,10 +1134,10 @@ Index: linux-2.6.25.1/arch/powerpc/boot/Makefile # clean up files cached by wrapper clean-kernel := vmlinux.strip vmlinux.bin -Index: linux-2.6.25.1/arch/powerpc/boot/bamboo.c +Index: linux-2.6.25.4/arch/powerpc/boot/bamboo.c =================================================================== ---- linux-2.6.25.1.orig/arch/powerpc/boot/bamboo.c -+++ linux-2.6.25.1/arch/powerpc/boot/bamboo.c +--- linux-2.6.25.4.orig/arch/powerpc/boot/bamboo.c ++++ linux-2.6.25.4/arch/powerpc/boot/bamboo.c @@ -33,7 +33,8 @@ static void bamboo_fixups(void) ibm440ep_fixup_clocks(sysclk, 11059200, 25000000); ibm4xx_sdram_fixup_memsize(); @@ -1148,10 +1148,10 @@ Index: linux-2.6.25.1/arch/powerpc/boot/bamboo.c } void bamboo_init(void *mac0, void *mac1) -Index: linux-2.6.25.1/arch/powerpc/boot/cpm-serial.c +Index: linux-2.6.25.4/arch/powerpc/boot/cpm-serial.c =================================================================== ---- linux-2.6.25.1.orig/arch/powerpc/boot/cpm-serial.c -+++ linux-2.6.25.1/arch/powerpc/boot/cpm-serial.c +--- linux-2.6.25.4.orig/arch/powerpc/boot/cpm-serial.c ++++ linux-2.6.25.4/arch/powerpc/boot/cpm-serial.c @@ -11,6 +11,7 @@ #include "types.h" #include "io.h" @@ -1343,10 +1343,10 @@ Index: linux-2.6.25.1/arch/powerpc/boot/cpm-serial.c scdp->open = cpm_serial_open; scdp->putc = cpm_serial_putc; -Index: linux-2.6.25.1/arch/powerpc/boot/cuboot-pq2.c +Index: linux-2.6.25.4/arch/powerpc/boot/cuboot-pq2.c =================================================================== ---- linux-2.6.25.1.orig/arch/powerpc/boot/cuboot-pq2.c -+++ linux-2.6.25.1/arch/powerpc/boot/cuboot-pq2.c +--- linux-2.6.25.4.orig/arch/powerpc/boot/cuboot-pq2.c ++++ linux-2.6.25.4/arch/powerpc/boot/cuboot-pq2.c @@ -128,7 +128,7 @@ static void fixup_pci(void) u8 *soc_regs; int i, len; @@ -1422,10 +1422,10 @@ Index: linux-2.6.25.1/arch/powerpc/boot/cuboot-pq2.c } static void pq2_platform_fixups(void) -Index: linux-2.6.25.1/arch/powerpc/boot/cuboot-rainier.c +Index: linux-2.6.25.4/arch/powerpc/boot/cuboot-rainier.c =================================================================== ---- linux-2.6.25.1.orig/arch/powerpc/boot/cuboot-rainier.c -+++ linux-2.6.25.1/arch/powerpc/boot/cuboot-rainier.c +--- linux-2.6.25.4.orig/arch/powerpc/boot/cuboot-rainier.c ++++ linux-2.6.25.4/arch/powerpc/boot/cuboot-rainier.c @@ -42,7 +42,8 @@ static void rainier_fixups(void) ibm440ep_fixup_clocks(sysclk, 11059200, 50000000); ibm4xx_fixup_ebc_ranges("/plb/opb/ebc"); @@ -1436,10 +1436,10 @@ Index: linux-2.6.25.1/arch/powerpc/boot/cuboot-rainier.c } void platform_init(unsigned long r3, unsigned long r4, unsigned long r5, -Index: linux-2.6.25.1/arch/powerpc/boot/cuboot-sequoia.c +Index: linux-2.6.25.4/arch/powerpc/boot/cuboot-sequoia.c =================================================================== ---- linux-2.6.25.1.orig/arch/powerpc/boot/cuboot-sequoia.c -+++ linux-2.6.25.1/arch/powerpc/boot/cuboot-sequoia.c +--- linux-2.6.25.4.orig/arch/powerpc/boot/cuboot-sequoia.c ++++ linux-2.6.25.4/arch/powerpc/boot/cuboot-sequoia.c @@ -42,7 +42,8 @@ static void sequoia_fixups(void) ibm440ep_fixup_clocks(sysclk, 11059200, 50000000); ibm4xx_fixup_ebc_ranges("/plb/opb/ebc"); @@ -1450,10 +1450,10 @@ Index: linux-2.6.25.1/arch/powerpc/boot/cuboot-sequoia.c } void platform_init(unsigned long r3, unsigned long r4, unsigned long r5, -Index: linux-2.6.25.1/arch/powerpc/boot/cuboot-taishan.c +Index: linux-2.6.25.4/arch/powerpc/boot/cuboot-taishan.c =================================================================== ---- linux-2.6.25.1.orig/arch/powerpc/boot/cuboot-taishan.c -+++ linux-2.6.25.1/arch/powerpc/boot/cuboot-taishan.c +--- linux-2.6.25.4.orig/arch/powerpc/boot/cuboot-taishan.c ++++ linux-2.6.25.4/arch/powerpc/boot/cuboot-taishan.c @@ -40,7 +40,8 @@ static void taishan_fixups(void) ibm4xx_sdram_fixup_memsize(); @@ -1464,10 +1464,10 @@ Index: linux-2.6.25.1/arch/powerpc/boot/cuboot-taishan.c ibm4xx_fixup_ebc_ranges("/plb/opb/ebc"); } -Index: linux-2.6.25.1/arch/powerpc/boot/cuboot-warp.c +Index: linux-2.6.25.4/arch/powerpc/boot/cuboot-warp.c =================================================================== ---- linux-2.6.25.1.orig/arch/powerpc/boot/cuboot-warp.c -+++ linux-2.6.25.1/arch/powerpc/boot/cuboot-warp.c +--- linux-2.6.25.4.orig/arch/powerpc/boot/cuboot-warp.c ++++ linux-2.6.25.4/arch/powerpc/boot/cuboot-warp.c @@ -24,7 +24,7 @@ static void warp_fixups(void) ibm440ep_fixup_clocks(sysclk, 11059200, 50000000); ibm4xx_sdram_fixup_memsize(); @@ -1477,10 +1477,10 @@ Index: linux-2.6.25.1/arch/powerpc/boot/cuboot-warp.c } -Index: linux-2.6.25.1/arch/powerpc/boot/cuboot-yosemite.c +Index: linux-2.6.25.4/arch/powerpc/boot/cuboot-yosemite.c =================================================================== --- /dev/null -+++ linux-2.6.25.1/arch/powerpc/boot/cuboot-yosemite.c ++++ linux-2.6.25.4/arch/powerpc/boot/cuboot-yosemite.c @@ -0,0 +1,44 @@ +/* + * Old U-boot compatibility for Yosemite @@ -1526,10 +1526,10 @@ Index: linux-2.6.25.1/arch/powerpc/boot/cuboot-yosemite.c + fdt_init(_dtb_start); + serial_console_init(); +} -Index: linux-2.6.25.1/arch/powerpc/boot/devtree.c +Index: linux-2.6.25.4/arch/powerpc/boot/devtree.c =================================================================== ---- linux-2.6.25.1.orig/arch/powerpc/boot/devtree.c -+++ linux-2.6.25.1/arch/powerpc/boot/devtree.c +--- linux-2.6.25.4.orig/arch/powerpc/boot/devtree.c ++++ linux-2.6.25.4/arch/powerpc/boot/devtree.c @@ -350,3 +350,23 @@ int dt_is_compatible(void *node, const c return 0; @@ -1554,10 +1554,10 @@ Index: linux-2.6.25.1/arch/powerpc/boot/devtree.c + return n; +} + -Index: linux-2.6.25.1/arch/powerpc/boot/dts/bamboo.dts +Index: linux-2.6.25.4/arch/powerpc/boot/dts/bamboo.dts =================================================================== ---- linux-2.6.25.1.orig/arch/powerpc/boot/dts/bamboo.dts -+++ linux-2.6.25.1/arch/powerpc/boot/dts/bamboo.dts +--- linux-2.6.25.4.orig/arch/powerpc/boot/dts/bamboo.dts ++++ linux-2.6.25.4/arch/powerpc/boot/dts/bamboo.dts @@ -204,7 +204,6 @@ }; @@ -1574,10 +1574,10 @@ Index: linux-2.6.25.1/arch/powerpc/boot/dts/bamboo.dts device_type = "network"; compatible = "ibm,emac-440ep", "ibm,emac-440gp", "ibm,emac"; interrupt-parent = <&UIC1>; -Index: linux-2.6.25.1/arch/powerpc/boot/dts/canyonlands.dts +Index: linux-2.6.25.4/arch/powerpc/boot/dts/canyonlands.dts =================================================================== --- /dev/null -+++ linux-2.6.25.1/arch/powerpc/boot/dts/canyonlands.dts ++++ linux-2.6.25.4/arch/powerpc/boot/dts/canyonlands.dts @@ -0,0 +1,402 @@ +/* + * Device Tree Source for AMCC Canyonlands (460EX) @@ -1981,10 +1981,10 @@ Index: linux-2.6.25.1/arch/powerpc/boot/dts/canyonlands.dts + }; + }; +}; -Index: linux-2.6.25.1/arch/powerpc/boot/dts/ebony.dts +Index: linux-2.6.25.4/arch/powerpc/boot/dts/ebony.dts =================================================================== ---- linux-2.6.25.1.orig/arch/powerpc/boot/dts/ebony.dts -+++ linux-2.6.25.1/arch/powerpc/boot/dts/ebony.dts +--- linux-2.6.25.4.orig/arch/powerpc/boot/dts/ebony.dts ++++ linux-2.6.25.4/arch/powerpc/boot/dts/ebony.dts @@ -241,7 +241,6 @@ }; @@ -2001,10 +2001,10 @@ Index: linux-2.6.25.1/arch/powerpc/boot/dts/ebony.dts device_type = "network"; compatible = "ibm,emac-440gp", "ibm,emac"; interrupt-parent = <&UIC1>; -Index: linux-2.6.25.1/arch/powerpc/boot/dts/ep8248e.dts +Index: linux-2.6.25.4/arch/powerpc/boot/dts/ep8248e.dts =================================================================== ---- linux-2.6.25.1.orig/arch/powerpc/boot/dts/ep8248e.dts -+++ linux-2.6.25.1/arch/powerpc/boot/dts/ep8248e.dts +--- linux-2.6.25.4.orig/arch/powerpc/boot/dts/ep8248e.dts ++++ linux-2.6.25.4/arch/powerpc/boot/dts/ep8248e.dts @@ -121,8 +121,7 @@ data@0 { @@ -2024,10 +2024,10 @@ Index: linux-2.6.25.1/arch/powerpc/boot/dts/ep8248e.dts interrupts = <4 8>; interrupt-parent = <&PIC>; fsl,cpm-brg = <7>; -Index: linux-2.6.25.1/arch/powerpc/boot/dts/ep88xc.dts +Index: linux-2.6.25.4/arch/powerpc/boot/dts/ep88xc.dts =================================================================== ---- linux-2.6.25.1.orig/arch/powerpc/boot/dts/ep88xc.dts -+++ linux-2.6.25.1/arch/powerpc/boot/dts/ep88xc.dts +--- linux-2.6.25.4.orig/arch/powerpc/boot/dts/ep88xc.dts ++++ linux-2.6.25.4/arch/powerpc/boot/dts/ep88xc.dts @@ -2,7 +2,7 @@ * EP88xC Device Tree Source * @@ -2255,10 +2255,10 @@ Index: linux-2.6.25.1/arch/powerpc/boot/dts/ep88xc.dts fsl,cpm-command = <0000>; }; }; -Index: linux-2.6.25.1/arch/powerpc/boot/dts/glacier.dts +Index: linux-2.6.25.4/arch/powerpc/boot/dts/glacier.dts =================================================================== --- /dev/null -+++ linux-2.6.25.1/arch/powerpc/boot/dts/glacier.dts ++++ linux-2.6.25.4/arch/powerpc/boot/dts/glacier.dts @@ -0,0 +1,467 @@ +/* + * Device Tree Source for AMCC Glacier (460GT) @@ -2727,10 +2727,10 @@ Index: linux-2.6.25.1/arch/powerpc/boot/dts/glacier.dts + }; + }; +}; -Index: linux-2.6.25.1/arch/powerpc/boot/dts/haleakala.dts +Index: linux-2.6.25.4/arch/powerpc/boot/dts/haleakala.dts =================================================================== ---- linux-2.6.25.1.orig/arch/powerpc/boot/dts/haleakala.dts -+++ linux-2.6.25.1/arch/powerpc/boot/dts/haleakala.dts +--- linux-2.6.25.4.orig/arch/powerpc/boot/dts/haleakala.dts ++++ linux-2.6.25.4/arch/powerpc/boot/dts/haleakala.dts @@ -12,7 +12,7 @@ #address-cells = <1>; #size-cells = <1>; @@ -2749,10 +2749,10 @@ Index: linux-2.6.25.1/arch/powerpc/boot/dts/haleakala.dts rx-fifo-size = <1000>; tx-fifo-size = <800>; phy-mode = "rgmii"; -Index: linux-2.6.25.1/arch/powerpc/boot/dts/katmai.dts +Index: linux-2.6.25.4/arch/powerpc/boot/dts/katmai.dts =================================================================== ---- linux-2.6.25.1.orig/arch/powerpc/boot/dts/katmai.dts -+++ linux-2.6.25.1/arch/powerpc/boot/dts/katmai.dts +--- linux-2.6.25.4.orig/arch/powerpc/boot/dts/katmai.dts ++++ linux-2.6.25.4/arch/powerpc/boot/dts/katmai.dts @@ -212,7 +212,7 @@ mal-tx-channel = <0>; mal-rx-channel = <0>; @@ -2762,10 +2762,10 @@ Index: linux-2.6.25.1/arch/powerpc/boot/dts/katmai.dts rx-fifo-size = <1000>; tx-fifo-size = <800>; phy-mode = "gmii"; -Index: linux-2.6.25.1/arch/powerpc/boot/dts/kilauea.dts +Index: linux-2.6.25.4/arch/powerpc/boot/dts/kilauea.dts =================================================================== ---- linux-2.6.25.1.orig/arch/powerpc/boot/dts/kilauea.dts -+++ linux-2.6.25.1/arch/powerpc/boot/dts/kilauea.dts +--- linux-2.6.25.4.orig/arch/powerpc/boot/dts/kilauea.dts ++++ linux-2.6.25.4/arch/powerpc/boot/dts/kilauea.dts @@ -219,7 +219,7 @@ mal-tx-channel = <0>; mal-rx-channel = <0>; @@ -2784,10 +2784,10 @@ Index: linux-2.6.25.1/arch/powerpc/boot/dts/kilauea.dts rx-fifo-size = <1000>; tx-fifo-size = <800>; phy-mode = "rgmii"; -Index: linux-2.6.25.1/arch/powerpc/boot/dts/ksi8560.dts +Index: linux-2.6.25.4/arch/powerpc/boot/dts/ksi8560.dts =================================================================== --- /dev/null -+++ linux-2.6.25.1/arch/powerpc/boot/dts/ksi8560.dts ++++ linux-2.6.25.4/arch/powerpc/boot/dts/ksi8560.dts @@ -0,0 +1,267 @@ +/* + * Device Tree Source for Emerson KSI8560 @@ -3056,10 +3056,10 @@ Index: linux-2.6.25.1/arch/powerpc/boot/dts/ksi8560.dts + linux,stdout-path = "/soc/cpm/serial@91a00"; + }; +}; -Index: linux-2.6.25.1/arch/powerpc/boot/dts/kuroboxHD.dts +Index: linux-2.6.25.4/arch/powerpc/boot/dts/kuroboxHD.dts =================================================================== ---- linux-2.6.25.1.orig/arch/powerpc/boot/dts/kuroboxHD.dts -+++ linux-2.6.25.1/arch/powerpc/boot/dts/kuroboxHD.dts +--- linux-2.6.25.4.orig/arch/powerpc/boot/dts/kuroboxHD.dts ++++ linux-2.6.25.4/arch/powerpc/boot/dts/kuroboxHD.dts @@ -7,6 +7,7 @@ * Based on sandpoint.dts * @@ -3223,10 +3223,10 @@ Index: linux-2.6.25.1/arch/powerpc/boot/dts/kuroboxHD.dts >; }; }; -Index: linux-2.6.25.1/arch/powerpc/boot/dts/kuroboxHG.dts +Index: linux-2.6.25.4/arch/powerpc/boot/dts/kuroboxHG.dts =================================================================== ---- linux-2.6.25.1.orig/arch/powerpc/boot/dts/kuroboxHG.dts -+++ linux-2.6.25.1/arch/powerpc/boot/dts/kuroboxHG.dts +--- linux-2.6.25.4.orig/arch/powerpc/boot/dts/kuroboxHG.dts ++++ linux-2.6.25.4/arch/powerpc/boot/dts/kuroboxHG.dts @@ -7,6 +7,7 @@ * Based on sandpoint.dts * @@ -3390,10 +3390,10 @@ Index: linux-2.6.25.1/arch/powerpc/boot/dts/kuroboxHG.dts >; }; }; -Index: linux-2.6.25.1/arch/powerpc/boot/dts/makalu.dts +Index: linux-2.6.25.4/arch/powerpc/boot/dts/makalu.dts =================================================================== ---- linux-2.6.25.1.orig/arch/powerpc/boot/dts/makalu.dts -+++ linux-2.6.25.1/arch/powerpc/boot/dts/makalu.dts +--- linux-2.6.25.4.orig/arch/powerpc/boot/dts/makalu.dts ++++ linux-2.6.25.4/arch/powerpc/boot/dts/makalu.dts @@ -219,7 +219,7 @@ mal-tx-channel = <0>; mal-rx-channel = <0>; @@ -3412,10 +3412,10 @@ Index: linux-2.6.25.1/arch/powerpc/boot/dts/makalu.dts rx-fifo-size = <1000>; tx-fifo-size = <800>; phy-mode = "rgmii"; -Index: linux-2.6.25.1/arch/powerpc/boot/dts/mpc7448hpc2.dts +Index: linux-2.6.25.4/arch/powerpc/boot/dts/mpc7448hpc2.dts =================================================================== ---- linux-2.6.25.1.orig/arch/powerpc/boot/dts/mpc7448hpc2.dts -+++ linux-2.6.25.1/arch/powerpc/boot/dts/mpc7448hpc2.dts +--- linux-2.6.25.4.orig/arch/powerpc/boot/dts/mpc7448hpc2.dts ++++ linux-2.6.25.4/arch/powerpc/boot/dts/mpc7448hpc2.dts @@ -1,7 +1,7 @@ /* * MPC7448HPC2 (Taiga) board Device Tree Source @@ -3631,10 +3631,10 @@ Index: linux-2.6.25.1/arch/powerpc/boot/dts/mpc7448hpc2.dts interrupt-parent = <&mpic>; }; }; -Index: linux-2.6.25.1/arch/powerpc/boot/dts/mpc8272ads.dts +Index: linux-2.6.25.4/arch/powerpc/boot/dts/mpc8272ads.dts =================================================================== ---- linux-2.6.25.1.orig/arch/powerpc/boot/dts/mpc8272ads.dts -+++ linux-2.6.25.1/arch/powerpc/boot/dts/mpc8272ads.dts +--- linux-2.6.25.4.orig/arch/powerpc/boot/dts/mpc8272ads.dts ++++ linux-2.6.25.4/arch/powerpc/boot/dts/mpc8272ads.dts @@ -1,7 +1,7 @@ /* * MPC8272 ADS Device Tree Source @@ -3936,10 +3936,10 @@ Index: linux-2.6.25.1/arch/powerpc/boot/dts/mpc8272ads.dts }; }; -Index: linux-2.6.25.1/arch/powerpc/boot/dts/mpc832x_mds.dts +Index: linux-2.6.25.4/arch/powerpc/boot/dts/mpc832x_mds.dts =================================================================== ---- linux-2.6.25.1.orig/arch/powerpc/boot/dts/mpc832x_mds.dts -+++ linux-2.6.25.1/arch/powerpc/boot/dts/mpc832x_mds.dts +--- linux-2.6.25.4.orig/arch/powerpc/boot/dts/mpc832x_mds.dts ++++ linux-2.6.25.4/arch/powerpc/boot/dts/mpc832x_mds.dts @@ -255,9 +255,7 @@ enet0: ucc@2200 { device_type = "network"; @@ -3970,10 +3970,10 @@ Index: linux-2.6.25.1/arch/powerpc/boot/dts/mpc832x_mds.dts port-number = <0>; /* Which ttyQEx device */ soft-uart; /* We need Soft-UART */ reg = <0x2400 0x200>; -Index: linux-2.6.25.1/arch/powerpc/boot/dts/mpc832x_rdb.dts +Index: linux-2.6.25.4/arch/powerpc/boot/dts/mpc832x_rdb.dts =================================================================== ---- linux-2.6.25.1.orig/arch/powerpc/boot/dts/mpc832x_rdb.dts -+++ linux-2.6.25.1/arch/powerpc/boot/dts/mpc832x_rdb.dts +--- linux-2.6.25.4.orig/arch/powerpc/boot/dts/mpc832x_rdb.dts ++++ linux-2.6.25.4/arch/powerpc/boot/dts/mpc832x_rdb.dts @@ -208,9 +208,7 @@ enet0: ucc@3000 { device_type = "network"; @@ -3994,10 +3994,10 @@ Index: linux-2.6.25.1/arch/powerpc/boot/dts/mpc832x_rdb.dts reg = <0x2200 0x200>; interrupts = <34>; interrupt-parent = <&qeic>; -Index: linux-2.6.25.1/arch/powerpc/boot/dts/mpc836x_mds.dts +Index: linux-2.6.25.4/arch/powerpc/boot/dts/mpc836x_mds.dts =================================================================== ---- linux-2.6.25.1.orig/arch/powerpc/boot/dts/mpc836x_mds.dts -+++ linux-2.6.25.1/arch/powerpc/boot/dts/mpc836x_mds.dts +--- linux-2.6.25.4.orig/arch/powerpc/boot/dts/mpc836x_mds.dts ++++ linux-2.6.25.4/arch/powerpc/boot/dts/mpc836x_mds.dts @@ -257,9 +257,7 @@ enet0: ucc@2000 { device_type = "network"; @@ -4018,10 +4018,10 @@ Index: linux-2.6.25.1/arch/powerpc/boot/dts/mpc836x_mds.dts reg = <0x3000 0x200>; interrupts = <33>; interrupt-parent = <&qeic>; -Index: linux-2.6.25.1/arch/powerpc/boot/dts/mpc8540ads.dts +Index: linux-2.6.25.4/arch/powerpc/boot/dts/mpc8540ads.dts =================================================================== ---- linux-2.6.25.1.orig/arch/powerpc/boot/dts/mpc8540ads.dts -+++ linux-2.6.25.1/arch/powerpc/boot/dts/mpc8540ads.dts +--- linux-2.6.25.4.orig/arch/powerpc/boot/dts/mpc8540ads.dts ++++ linux-2.6.25.4/arch/powerpc/boot/dts/mpc8540ads.dts @@ -1,7 +1,7 @@ /* * MPC8540 ADS Device Tree Source @@ -4351,10 +4351,10 @@ Index: linux-2.6.25.1/arch/powerpc/boot/dts/mpc8540ads.dts compatible = "fsl,mpc8540-pcix", "fsl,mpc8540-pci"; device_type = "pci"; }; -Index: linux-2.6.25.1/arch/powerpc/boot/dts/mpc8541cds.dts +Index: linux-2.6.25.4/arch/powerpc/boot/dts/mpc8541cds.dts =================================================================== ---- linux-2.6.25.1.orig/arch/powerpc/boot/dts/mpc8541cds.dts -+++ linux-2.6.25.1/arch/powerpc/boot/dts/mpc8541cds.dts +--- linux-2.6.25.4.orig/arch/powerpc/boot/dts/mpc8541cds.dts ++++ linux-2.6.25.4/arch/powerpc/boot/dts/mpc8541cds.dts @@ -1,7 +1,7 @@ /* * MPC8541 CDS Device Tree Source @@ -4700,10 +4700,10 @@ Index: linux-2.6.25.1/arch/powerpc/boot/dts/mpc8541cds.dts compatible = "fsl,mpc8540-pci"; device_type = "pci"; }; -Index: linux-2.6.25.1/arch/powerpc/boot/dts/mpc8544ds.dts +Index: linux-2.6.25.4/arch/powerpc/boot/dts/mpc8544ds.dts =================================================================== ---- linux-2.6.25.1.orig/arch/powerpc/boot/dts/mpc8544ds.dts -+++ linux-2.6.25.1/arch/powerpc/boot/dts/mpc8544ds.dts +--- linux-2.6.25.4.orig/arch/powerpc/boot/dts/mpc8544ds.dts ++++ linux-2.6.25.4/arch/powerpc/boot/dts/mpc8544ds.dts @@ -1,7 +1,7 @@ /* * MPC8544 DS Device Tree Source @@ -5240,10 +5240,10 @@ Index: linux-2.6.25.1/arch/powerpc/boot/dts/mpc8544ds.dts }; }; }; -Index: linux-2.6.25.1/arch/powerpc/boot/dts/mpc8548cds.dts +Index: linux-2.6.25.4/arch/powerpc/boot/dts/mpc8548cds.dts =================================================================== ---- linux-2.6.25.1.orig/arch/powerpc/boot/dts/mpc8548cds.dts -+++ linux-2.6.25.1/arch/powerpc/boot/dts/mpc8548cds.dts +--- linux-2.6.25.4.orig/arch/powerpc/boot/dts/mpc8548cds.dts ++++ linux-2.6.25.4/arch/powerpc/boot/dts/mpc8548cds.dts @@ -1,7 +1,7 @@ /* * MPC8548 CDS Device Tree Source @@ -5785,10 +5785,10 @@ Index: linux-2.6.25.1/arch/powerpc/boot/dts/mpc8548cds.dts }; }; }; -Index: linux-2.6.25.1/arch/powerpc/boot/dts/mpc8555cds.dts +Index: linux-2.6.25.4/arch/powerpc/boot/dts/mpc8555cds.dts =================================================================== ---- linux-2.6.25.1.orig/arch/powerpc/boot/dts/mpc8555cds.dts -+++ linux-2.6.25.1/arch/powerpc/boot/dts/mpc8555cds.dts +--- linux-2.6.25.4.orig/arch/powerpc/boot/dts/mpc8555cds.dts ++++ linux-2.6.25.4/arch/powerpc/boot/dts/mpc8555cds.dts @@ -1,7 +1,7 @@ /* * MPC8555 CDS Device Tree Source @@ -6134,10 +6134,10 @@ Index: linux-2.6.25.1/arch/powerpc/boot/dts/mpc8555cds.dts compatible = "fsl,mpc8540-pci"; device_type = "pci"; }; -Index: linux-2.6.25.1/arch/powerpc/boot/dts/mpc8560ads.dts +Index: linux-2.6.25.4/arch/powerpc/boot/dts/mpc8560ads.dts =================================================================== ---- linux-2.6.25.1.orig/arch/powerpc/boot/dts/mpc8560ads.dts -+++ linux-2.6.25.1/arch/powerpc/boot/dts/mpc8560ads.dts +--- linux-2.6.25.4.orig/arch/powerpc/boot/dts/mpc8560ads.dts ++++ linux-2.6.25.4/arch/powerpc/boot/dts/mpc8560ads.dts @@ -1,7 +1,7 @@ /* * MPC8560 ADS Device Tree Source @@ -6531,10 +6531,10 @@ Index: linux-2.6.25.1/arch/powerpc/boot/dts/mpc8560ads.dts + 0x1000000 0x0 0x0 0xe2000000 0x0 0x1000000>; }; }; -Index: linux-2.6.25.1/arch/powerpc/boot/dts/mpc8568mds.dts +Index: linux-2.6.25.4/arch/powerpc/boot/dts/mpc8568mds.dts =================================================================== ---- linux-2.6.25.1.orig/arch/powerpc/boot/dts/mpc8568mds.dts -+++ linux-2.6.25.1/arch/powerpc/boot/dts/mpc8568mds.dts +--- linux-2.6.25.4.orig/arch/powerpc/boot/dts/mpc8568mds.dts ++++ linux-2.6.25.4/arch/powerpc/boot/dts/mpc8568mds.dts @@ -1,7 +1,7 @@ /* * MPC8568E MDS Device Tree Source @@ -7111,10 +7111,10 @@ Index: linux-2.6.25.1/arch/powerpc/boot/dts/mpc8568mds.dts }; }; }; -Index: linux-2.6.25.1/arch/powerpc/boot/dts/mpc8572ds.dts +Index: linux-2.6.25.4/arch/powerpc/boot/dts/mpc8572ds.dts =================================================================== ---- linux-2.6.25.1.orig/arch/powerpc/boot/dts/mpc8572ds.dts -+++ linux-2.6.25.1/arch/powerpc/boot/dts/mpc8572ds.dts +--- linux-2.6.25.4.orig/arch/powerpc/boot/dts/mpc8572ds.dts ++++ linux-2.6.25.4/arch/powerpc/boot/dts/mpc8572ds.dts @@ -1,7 +1,7 @@ /* * MPC8572 DS Device Tree Source @@ -7775,10 +7775,10 @@ Index: linux-2.6.25.1/arch/powerpc/boot/dts/mpc8572ds.dts }; }; }; -Index: linux-2.6.25.1/arch/powerpc/boot/dts/mpc8641_hpcn.dts +Index: linux-2.6.25.4/arch/powerpc/boot/dts/mpc8641_hpcn.dts =================================================================== ---- linux-2.6.25.1.orig/arch/powerpc/boot/dts/mpc8641_hpcn.dts -+++ linux-2.6.25.1/arch/powerpc/boot/dts/mpc8641_hpcn.dts +--- linux-2.6.25.4.orig/arch/powerpc/boot/dts/mpc8641_hpcn.dts ++++ linux-2.6.25.4/arch/powerpc/boot/dts/mpc8641_hpcn.dts @@ -13,7 +13,7 @@ / { @@ -7788,10 +7788,10 @@ Index: linux-2.6.25.1/arch/powerpc/boot/dts/mpc8641_hpcn.dts #address-cells = <1>; #size-cells = <1>; -Index: linux-2.6.25.1/arch/powerpc/boot/dts/mpc866ads.dts +Index: linux-2.6.25.4/arch/powerpc/boot/dts/mpc866ads.dts =================================================================== ---- linux-2.6.25.1.orig/arch/powerpc/boot/dts/mpc866ads.dts -+++ linux-2.6.25.1/arch/powerpc/boot/dts/mpc866ads.dts +--- linux-2.6.25.4.orig/arch/powerpc/boot/dts/mpc866ads.dts ++++ linux-2.6.25.4/arch/powerpc/boot/dts/mpc866ads.dts @@ -2,6 +2,7 @@ * MPC866 ADS Device Tree Source * @@ -7976,10 +7976,10 @@ Index: linux-2.6.25.1/arch/powerpc/boot/dts/mpc866ads.dts interrupt-parent = <&CPM_PIC>; fsl,cpm-command = <0000>; linux,network-index = <1>; -Index: linux-2.6.25.1/arch/powerpc/boot/dts/mpc885ads.dts +Index: linux-2.6.25.4/arch/powerpc/boot/dts/mpc885ads.dts =================================================================== ---- linux-2.6.25.1.orig/arch/powerpc/boot/dts/mpc885ads.dts -+++ linux-2.6.25.1/arch/powerpc/boot/dts/mpc885ads.dts +--- linux-2.6.25.4.orig/arch/powerpc/boot/dts/mpc885ads.dts ++++ linux-2.6.25.4/arch/powerpc/boot/dts/mpc885ads.dts @@ -2,7 +2,7 @@ * MPC885 ADS Device Tree Source * @@ -8216,10 +8216,10 @@ Index: linux-2.6.25.1/arch/powerpc/boot/dts/mpc885ads.dts linux,network-index = <2>; }; }; -Index: linux-2.6.25.1/arch/powerpc/boot/dts/pq2fads.dts +Index: linux-2.6.25.4/arch/powerpc/boot/dts/pq2fads.dts =================================================================== ---- linux-2.6.25.1.orig/arch/powerpc/boot/dts/pq2fads.dts -+++ linux-2.6.25.1/arch/powerpc/boot/dts/pq2fads.dts +--- linux-2.6.25.4.orig/arch/powerpc/boot/dts/pq2fads.dts ++++ linux-2.6.25.4/arch/powerpc/boot/dts/pq2fads.dts @@ -1,7 +1,7 @@ /* * Device Tree for the PQ2FADS-ZU board with an MPC8280 chip. @@ -8509,10 +8509,10 @@ Index: linux-2.6.25.1/arch/powerpc/boot/dts/pq2fads.dts compatible = "fsl,mpc8280-pic", "fsl,cpm2-pic"; }; -Index: linux-2.6.25.1/arch/powerpc/boot/dts/prpmc2800.dts +Index: linux-2.6.25.4/arch/powerpc/boot/dts/prpmc2800.dts =================================================================== ---- linux-2.6.25.1.orig/arch/powerpc/boot/dts/prpmc2800.dts -+++ linux-2.6.25.1/arch/powerpc/boot/dts/prpmc2800.dts +--- linux-2.6.25.4.orig/arch/powerpc/boot/dts/prpmc2800.dts ++++ linux-2.6.25.4/arch/powerpc/boot/dts/prpmc2800.dts @@ -11,6 +11,8 @@ * if it can determine the exact PrPMC type. */ @@ -8978,10 +8978,10 @@ Index: linux-2.6.25.1/arch/powerpc/boot/dts/prpmc2800.dts + linux,stdout-path = &MPSC0; }; }; -Index: linux-2.6.25.1/arch/powerpc/boot/dts/rainier.dts +Index: linux-2.6.25.4/arch/powerpc/boot/dts/rainier.dts =================================================================== ---- linux-2.6.25.1.orig/arch/powerpc/boot/dts/rainier.dts -+++ linux-2.6.25.1/arch/powerpc/boot/dts/rainier.dts +--- linux-2.6.25.4.orig/arch/powerpc/boot/dts/rainier.dts ++++ linux-2.6.25.4/arch/powerpc/boot/dts/rainier.dts @@ -254,7 +254,6 @@ }; @@ -9016,10 +9016,10 @@ Index: linux-2.6.25.1/arch/powerpc/boot/dts/rainier.dts rx-fifo-size = <1000>; tx-fifo-size = <800>; phy-mode = "rgmii"; -Index: linux-2.6.25.1/arch/powerpc/boot/dts/sbc8641d.dts +Index: linux-2.6.25.4/arch/powerpc/boot/dts/sbc8641d.dts =================================================================== --- /dev/null -+++ linux-2.6.25.1/arch/powerpc/boot/dts/sbc8641d.dts ++++ linux-2.6.25.4/arch/powerpc/boot/dts/sbc8641d.dts @@ -0,0 +1,352 @@ +/* + * SBC8641D Device Tree Source @@ -9373,10 +9373,10 @@ Index: linux-2.6.25.1/arch/powerpc/boot/dts/sbc8641d.dts + }; + }; +}; -Index: linux-2.6.25.1/arch/powerpc/boot/dts/sequoia.dts +Index: linux-2.6.25.4/arch/powerpc/boot/dts/sequoia.dts =================================================================== ---- linux-2.6.25.1.orig/arch/powerpc/boot/dts/sequoia.dts -+++ linux-2.6.25.1/arch/powerpc/boot/dts/sequoia.dts +--- linux-2.6.25.4.orig/arch/powerpc/boot/dts/sequoia.dts ++++ linux-2.6.25.4/arch/powerpc/boot/dts/sequoia.dts @@ -269,7 +269,6 @@ }; @@ -9411,10 +9411,10 @@ Index: linux-2.6.25.1/arch/powerpc/boot/dts/sequoia.dts rx-fifo-size = <1000>; tx-fifo-size = <800>; phy-mode = "rgmii"; -Index: linux-2.6.25.1/arch/powerpc/boot/dts/taishan.dts +Index: linux-2.6.25.4/arch/powerpc/boot/dts/taishan.dts =================================================================== ---- linux-2.6.25.1.orig/arch/powerpc/boot/dts/taishan.dts -+++ linux-2.6.25.1/arch/powerpc/boot/dts/taishan.dts +--- linux-2.6.25.4.orig/arch/powerpc/boot/dts/taishan.dts ++++ linux-2.6.25.4/arch/powerpc/boot/dts/taishan.dts @@ -104,6 +104,16 @@ // FIXME: anything else? }; @@ -9508,10 +9508,10 @@ Index: linux-2.6.25.1/arch/powerpc/boot/dts/taishan.dts }; -Index: linux-2.6.25.1/arch/powerpc/boot/dts/walnut.dts +Index: linux-2.6.25.4/arch/powerpc/boot/dts/walnut.dts =================================================================== ---- linux-2.6.25.1.orig/arch/powerpc/boot/dts/walnut.dts -+++ linux-2.6.25.1/arch/powerpc/boot/dts/walnut.dts +--- linux-2.6.25.4.orig/arch/powerpc/boot/dts/walnut.dts ++++ linux-2.6.25.4/arch/powerpc/boot/dts/walnut.dts @@ -125,7 +125,6 @@ }; @@ -9520,10 +9520,10 @@ Index: linux-2.6.25.1/arch/powerpc/boot/dts/walnut.dts device_type = "network"; compatible = "ibm,emac-405gp", "ibm,emac"; interrupt-parent = <&UIC0>; -Index: linux-2.6.25.1/arch/powerpc/boot/dts/warp.dts +Index: linux-2.6.25.4/arch/powerpc/boot/dts/warp.dts =================================================================== ---- linux-2.6.25.1.orig/arch/powerpc/boot/dts/warp.dts -+++ linux-2.6.25.1/arch/powerpc/boot/dts/warp.dts +--- linux-2.6.25.4.orig/arch/powerpc/boot/dts/warp.dts ++++ linux-2.6.25.4/arch/powerpc/boot/dts/warp.dts @@ -204,7 +204,6 @@ }; @@ -9532,10 +9532,10 @@ Index: linux-2.6.25.1/arch/powerpc/boot/dts/warp.dts device_type = "network"; compatible = "ibm,emac-440ep", "ibm,emac-440gp", "ibm,emac"; interrupt-parent = <&UIC1>; -Index: linux-2.6.25.1/arch/powerpc/boot/dts/yosemite.dts +Index: linux-2.6.25.4/arch/powerpc/boot/dts/yosemite.dts =================================================================== --- /dev/null -+++ linux-2.6.25.1/arch/powerpc/boot/dts/yosemite.dts ++++ linux-2.6.25.4/arch/powerpc/boot/dts/yosemite.dts @@ -0,0 +1,304 @@ +/* + * Device Tree Source for AMCC Yosemite @@ -9841,10 +9841,10 @@ Index: linux-2.6.25.1/arch/powerpc/boot/dts/yosemite.dts + linux,stdout-path = "/plb/opb/serial@ef600300"; + }; +}; -Index: linux-2.6.25.1/arch/powerpc/boot/ebony.c +Index: linux-2.6.25.4/arch/powerpc/boot/ebony.c =================================================================== ---- linux-2.6.25.1.orig/arch/powerpc/boot/ebony.c -+++ linux-2.6.25.1/arch/powerpc/boot/ebony.c +--- linux-2.6.25.4.orig/arch/powerpc/boot/ebony.c ++++ linux-2.6.25.4/arch/powerpc/boot/ebony.c @@ -75,7 +75,8 @@ static void ebony_fixups(void) ibm440gp_fixup_clocks(sysclk, 6 * 1843200); @@ -9855,10 +9855,10 @@ Index: linux-2.6.25.1/arch/powerpc/boot/ebony.c ibm4xx_fixup_ebc_ranges("/plb/opb/ebc"); ebony_flashsel_fixup(); } -Index: linux-2.6.25.1/arch/powerpc/boot/libfdt-wrapper.c +Index: linux-2.6.25.4/arch/powerpc/boot/libfdt-wrapper.c =================================================================== ---- linux-2.6.25.1.orig/arch/powerpc/boot/libfdt-wrapper.c -+++ linux-2.6.25.1/arch/powerpc/boot/libfdt-wrapper.c +--- linux-2.6.25.4.orig/arch/powerpc/boot/libfdt-wrapper.c ++++ linux-2.6.25.4/arch/powerpc/boot/libfdt-wrapper.c @@ -35,7 +35,7 @@ #define check_err(err) \ ({ \ @@ -9868,10 +9868,10 @@ Index: linux-2.6.25.1/arch/powerpc/boot/libfdt-wrapper.c fdt_strerror(err)); \ if (BAD_ERROR(err)) \ exit(); \ -Index: linux-2.6.25.1/arch/powerpc/boot/mpc52xx-psc.c +Index: linux-2.6.25.4/arch/powerpc/boot/mpc52xx-psc.c =================================================================== ---- linux-2.6.25.1.orig/arch/powerpc/boot/mpc52xx-psc.c -+++ linux-2.6.25.1/arch/powerpc/boot/mpc52xx-psc.c +--- linux-2.6.25.4.orig/arch/powerpc/boot/mpc52xx-psc.c ++++ linux-2.6.25.4/arch/powerpc/boot/mpc52xx-psc.c @@ -51,14 +51,9 @@ static unsigned char psc_getc(void) int mpc5200_psc_console_init(void *devp, struct serial_console_data *scdp) @@ -9889,10 +9889,10 @@ Index: linux-2.6.25.1/arch/powerpc/boot/mpc52xx-psc.c scdp->open = psc_open; scdp->putc = psc_putc; -Index: linux-2.6.25.1/arch/powerpc/boot/mpsc.c +Index: linux-2.6.25.4/arch/powerpc/boot/mpsc.c =================================================================== ---- linux-2.6.25.1.orig/arch/powerpc/boot/mpsc.c -+++ linux-2.6.25.1/arch/powerpc/boot/mpsc.c +--- linux-2.6.25.4.orig/arch/powerpc/boot/mpsc.c ++++ linux-2.6.25.4/arch/powerpc/boot/mpsc.c @@ -141,7 +141,7 @@ int mpsc_console_init(void *devp, struct if (mpscintr_base == NULL) goto err_out; @@ -9902,10 +9902,10 @@ Index: linux-2.6.25.1/arch/powerpc/boot/mpsc.c if (n != sizeof(v)) goto err_out; reg_set = (int)v; -Index: linux-2.6.25.1/arch/powerpc/boot/mv64x60.c +Index: linux-2.6.25.4/arch/powerpc/boot/mv64x60.c =================================================================== ---- linux-2.6.25.1.orig/arch/powerpc/boot/mv64x60.c -+++ linux-2.6.25.1/arch/powerpc/boot/mv64x60.c +--- linux-2.6.25.4.orig/arch/powerpc/boot/mv64x60.c ++++ linux-2.6.25.4/arch/powerpc/boot/mv64x60.c @@ -535,7 +535,7 @@ u8 *mv64x60_get_bridge_pbase(void) u32 v[2]; void *devp; @@ -9924,10 +9924,10 @@ Index: linux-2.6.25.1/arch/powerpc/boot/mv64x60.c if (devp == NULL) goto err_out; if (getprop(devp, "virtual-reg", &v, sizeof(v)) != sizeof(v)) -Index: linux-2.6.25.1/arch/powerpc/boot/mv64x60_i2c.c +Index: linux-2.6.25.4/arch/powerpc/boot/mv64x60_i2c.c =================================================================== ---- linux-2.6.25.1.orig/arch/powerpc/boot/mv64x60_i2c.c -+++ linux-2.6.25.1/arch/powerpc/boot/mv64x60_i2c.c +--- linux-2.6.25.4.orig/arch/powerpc/boot/mv64x60_i2c.c ++++ linux-2.6.25.4/arch/powerpc/boot/mv64x60_i2c.c @@ -185,7 +185,7 @@ int mv64x60_i2c_open(void) u32 v; void *devp; @@ -9937,10 +9937,10 @@ Index: linux-2.6.25.1/arch/powerpc/boot/mv64x60_i2c.c if (devp == NULL) goto err_out; if (getprop(devp, "virtual-reg", &v, sizeof(v)) != sizeof(v)) -Index: linux-2.6.25.1/arch/powerpc/boot/ns16550.c +Index: linux-2.6.25.4/arch/powerpc/boot/ns16550.c =================================================================== ---- linux-2.6.25.1.orig/arch/powerpc/boot/ns16550.c -+++ linux-2.6.25.1/arch/powerpc/boot/ns16550.c +--- linux-2.6.25.4.orig/arch/powerpc/boot/ns16550.c ++++ linux-2.6.25.4/arch/powerpc/boot/ns16550.c @@ -55,15 +55,9 @@ static u8 ns16550_tstc(void) int ns16550_console_init(void *devp, struct serial_console_data *scdp) { @@ -9959,10 +9959,10 @@ Index: linux-2.6.25.1/arch/powerpc/boot/ns16550.c n = getprop(devp, "reg-shift", ®_shift, sizeof(reg_shift)); if (n != sizeof(reg_shift)) -Index: linux-2.6.25.1/arch/powerpc/boot/ops.h +Index: linux-2.6.25.4/arch/powerpc/boot/ops.h =================================================================== ---- linux-2.6.25.1.orig/arch/powerpc/boot/ops.h -+++ linux-2.6.25.1/arch/powerpc/boot/ops.h +--- linux-2.6.25.4.orig/arch/powerpc/boot/ops.h ++++ linux-2.6.25.4/arch/powerpc/boot/ops.h @@ -95,6 +95,7 @@ int dt_xlate_reg(void *node, int res, un int dt_xlate_addr(void *node, u32 *buf, int buflen, unsigned long *xlated_addr); int dt_is_compatible(void *node, const char *compat); @@ -9971,10 +9971,10 @@ Index: linux-2.6.25.1/arch/powerpc/boot/ops.h static inline void *finddevice(const char *name) { -Index: linux-2.6.25.1/arch/powerpc/boot/prpmc2800.c +Index: linux-2.6.25.4/arch/powerpc/boot/prpmc2800.c =================================================================== ---- linux-2.6.25.1.orig/arch/powerpc/boot/prpmc2800.c -+++ linux-2.6.25.1/arch/powerpc/boot/prpmc2800.c +--- linux-2.6.25.4.orig/arch/powerpc/boot/prpmc2800.c ++++ linux-2.6.25.4/arch/powerpc/boot/prpmc2800.c @@ -344,20 +344,20 @@ static void prpmc2800_bridge_setup(u32 m acc_bits); @@ -10035,10 +10035,10 @@ Index: linux-2.6.25.1/arch/powerpc/boot/prpmc2800.c if (devp == NULL) fatal("Error: Missing User FLASH device tree node\n\r"); rc = getprop(devp, "reg", v, sizeof(v)); -Index: linux-2.6.25.1/arch/powerpc/boot/ps3-head.S +Index: linux-2.6.25.4/arch/powerpc/boot/ps3-head.S =================================================================== ---- linux-2.6.25.1.orig/arch/powerpc/boot/ps3-head.S -+++ linux-2.6.25.1/arch/powerpc/boot/ps3-head.S +--- linux-2.6.25.4.orig/arch/powerpc/boot/ps3-head.S ++++ linux-2.6.25.4/arch/powerpc/boot/ps3-head.S @@ -27,8 +27,9 @@ /* * __system_reset_overlay - The PS3 first stage entry. @@ -10099,10 +10099,10 @@ Index: linux-2.6.25.1/arch/powerpc/boot/ps3-head.S - . = __system_reset_kernel + 0x100 + . = __system_reset_kernel + 512 -Index: linux-2.6.25.1/arch/powerpc/boot/ps3.c +Index: linux-2.6.25.4/arch/powerpc/boot/ps3.c =================================================================== ---- linux-2.6.25.1.orig/arch/powerpc/boot/ps3.c -+++ linux-2.6.25.1/arch/powerpc/boot/ps3.c +--- linux-2.6.25.4.orig/arch/powerpc/boot/ps3.c ++++ linux-2.6.25.4/arch/powerpc/boot/ps3.c @@ -27,10 +27,10 @@ #include "page.h" #include "ops.h" @@ -10168,10 +10168,10 @@ Index: linux-2.6.25.1/arch/powerpc/boot/ps3.c ((kernel_entry_t)0)(ft_addr, 0, NULL); ps3_exit(); -Index: linux-2.6.25.1/arch/powerpc/boot/serial.c +Index: linux-2.6.25.4/arch/powerpc/boot/serial.c =================================================================== ---- linux-2.6.25.1.orig/arch/powerpc/boot/serial.c -+++ linux-2.6.25.1/arch/powerpc/boot/serial.c +--- linux-2.6.25.4.orig/arch/powerpc/boot/serial.c ++++ linux-2.6.25.4/arch/powerpc/boot/serial.c @@ -119,7 +119,7 @@ int serial_console_init(void) if (dt_is_compatible(devp, "ns16550")) @@ -10181,10 +10181,10 @@ Index: linux-2.6.25.1/arch/powerpc/boot/serial.c rc = mpsc_console_init(devp, &serial_cd); else if (dt_is_compatible(devp, "fsl,cpm1-scc-uart") || dt_is_compatible(devp, "fsl,cpm1-smc-uart") || -Index: linux-2.6.25.1/arch/powerpc/boot/simpleboot.c +Index: linux-2.6.25.4/arch/powerpc/boot/simpleboot.c =================================================================== --- /dev/null -+++ linux-2.6.25.1/arch/powerpc/boot/simpleboot.c ++++ linux-2.6.25.4/arch/powerpc/boot/simpleboot.c @@ -0,0 +1,84 @@ +/* + * The simple platform -- for booting when firmware doesn't supply a device @@ -10270,10 +10270,10 @@ Index: linux-2.6.25.1/arch/powerpc/boot/simpleboot.c + fdt_init(_dtb_start); + serial_console_init(); +} -Index: linux-2.6.25.1/arch/powerpc/boot/treeboot-walnut.c +Index: linux-2.6.25.4/arch/powerpc/boot/treeboot-walnut.c =================================================================== ---- linux-2.6.25.1.orig/arch/powerpc/boot/treeboot-walnut.c -+++ linux-2.6.25.1/arch/powerpc/boot/treeboot-walnut.c +--- linux-2.6.25.4.orig/arch/powerpc/boot/treeboot-walnut.c ++++ linux-2.6.25.4/arch/powerpc/boot/treeboot-walnut.c @@ -68,7 +68,7 @@ static void walnut_fixups(void) ibm4xx_quiesce_eth((u32 *)0xef600800, NULL); ibm4xx_fixup_ebc_ranges("/plb/ebc"); @@ -10283,10 +10283,10 @@ Index: linux-2.6.25.1/arch/powerpc/boot/treeboot-walnut.c } void platform_init(void) -Index: linux-2.6.25.1/arch/powerpc/boot/virtex405-head.S +Index: linux-2.6.25.4/arch/powerpc/boot/virtex405-head.S =================================================================== --- /dev/null -+++ linux-2.6.25.1/arch/powerpc/boot/virtex405-head.S ++++ linux-2.6.25.4/arch/powerpc/boot/virtex405-head.S @@ -0,0 +1,30 @@ +#include "ppc_asm.h" + @@ -10318,10 +10318,10 @@ Index: linux-2.6.25.1/arch/powerpc/boot/virtex405-head.S + addi r9,r9,0x20 + bdnz 1b +2: b _zimage_start_lib -Index: linux-2.6.25.1/arch/powerpc/boot/wrapper +Index: linux-2.6.25.4/arch/powerpc/boot/wrapper =================================================================== ---- linux-2.6.25.1.orig/arch/powerpc/boot/wrapper -+++ linux-2.6.25.1/arch/powerpc/boot/wrapper +--- linux-2.6.25.4.orig/arch/powerpc/boot/wrapper ++++ linux-2.6.25.4/arch/powerpc/boot/wrapper @@ -174,7 +174,7 @@ cuboot*) *-mpc83*) platformo=$object/cuboot-83xx.o @@ -10392,10 +10392,10 @@ Index: linux-2.6.25.1/arch/powerpc/boot/wrapper ${CROSS}objcopy -O binary "$ofile" "$ofile.bin" -Index: linux-2.6.25.1/arch/powerpc/configs/40x/ep405_defconfig +Index: linux-2.6.25.4/arch/powerpc/configs/40x/ep405_defconfig =================================================================== --- /dev/null -+++ linux-2.6.25.1/arch/powerpc/configs/40x/ep405_defconfig ++++ linux-2.6.25.4/arch/powerpc/configs/40x/ep405_defconfig @@ -0,0 +1,968 @@ +# +# Automatically generated make config: don't edit @@ -11365,10 +11365,10 @@ Index: linux-2.6.25.1/arch/powerpc/configs/40x/ep405_defconfig +CONFIG_CRYPTO_HW=y +# CONFIG_CRYPTO_DEV_HIFN_795X is not set +# CONFIG_PPC_CLOCK is not set -Index: linux-2.6.25.1/arch/powerpc/configs/40x/kilauea_defconfig +Index: linux-2.6.25.4/arch/powerpc/configs/40x/kilauea_defconfig =================================================================== --- /dev/null -+++ linux-2.6.25.1/arch/powerpc/configs/40x/kilauea_defconfig ++++ linux-2.6.25.4/arch/powerpc/configs/40x/kilauea_defconfig @@ -0,0 +1,839 @@ +# +# Automatically generated make config: don't edit @@ -12209,10 +12209,10 @@ Index: linux-2.6.25.1/arch/powerpc/configs/40x/kilauea_defconfig +CONFIG_CRYPTO_HW=y +# CONFIG_CRYPTO_DEV_HIFN_795X is not set +# CONFIG_PPC_CLOCK is not set -Index: linux-2.6.25.1/arch/powerpc/configs/40x/makalu_defconfig +Index: linux-2.6.25.4/arch/powerpc/configs/40x/makalu_defconfig =================================================================== --- /dev/null -+++ linux-2.6.25.1/arch/powerpc/configs/40x/makalu_defconfig ++++ linux-2.6.25.4/arch/powerpc/configs/40x/makalu_defconfig @@ -0,0 +1,839 @@ +# +# Automatically generated make config: don't edit @@ -13053,10 +13053,10 @@ Index: linux-2.6.25.1/arch/powerpc/configs/40x/makalu_defconfig +CONFIG_CRYPTO_HW=y +# CONFIG_CRYPTO_DEV_HIFN_795X is not set +# CONFIG_PPC_CLOCK is not set -Index: linux-2.6.25.1/arch/powerpc/configs/40x/walnut_defconfig +Index: linux-2.6.25.4/arch/powerpc/configs/40x/walnut_defconfig =================================================================== --- /dev/null -+++ linux-2.6.25.1/arch/powerpc/configs/40x/walnut_defconfig ++++ linux-2.6.25.4/arch/powerpc/configs/40x/walnut_defconfig @@ -0,0 +1,887 @@ +# +# Automatically generated make config: don't edit @@ -13945,10 +13945,10 @@ Index: linux-2.6.25.1/arch/powerpc/configs/40x/walnut_defconfig +CONFIG_CRYPTO_HW=y +# CONFIG_CRYPTO_DEV_HIFN_795X is not set +# CONFIG_PPC_CLOCK is not set -Index: linux-2.6.25.1/arch/powerpc/configs/44x/bamboo_defconfig +Index: linux-2.6.25.4/arch/powerpc/configs/44x/bamboo_defconfig =================================================================== --- /dev/null -+++ linux-2.6.25.1/arch/powerpc/configs/44x/bamboo_defconfig ++++ linux-2.6.25.4/arch/powerpc/configs/44x/bamboo_defconfig @@ -0,0 +1,815 @@ +# +# Automatically generated make config: don't edit @@ -14765,10 +14765,10 @@ Index: linux-2.6.25.1/arch/powerpc/configs/44x/bamboo_defconfig +CONFIG_CRYPTO_HW=y +# CONFIG_CRYPTO_DEV_HIFN_795X is not set +# CONFIG_PPC_CLOCK is not set -Index: linux-2.6.25.1/arch/powerpc/configs/44x/canyonlands_defconfig +Index: linux-2.6.25.4/arch/powerpc/configs/44x/canyonlands_defconfig =================================================================== --- /dev/null -+++ linux-2.6.25.1/arch/powerpc/configs/44x/canyonlands_defconfig ++++ linux-2.6.25.4/arch/powerpc/configs/44x/canyonlands_defconfig @@ -0,0 +1,721 @@ +# +# Automatically generated make config: don't edit @@ -15491,10 +15491,10 @@ Index: linux-2.6.25.1/arch/powerpc/configs/44x/canyonlands_defconfig +# CONFIG_SECURITY_FILE_CAPABILITIES is not set +# CONFIG_CRYPTO is not set +# CONFIG_PPC_CLOCK is not set -Index: linux-2.6.25.1/arch/powerpc/configs/44x/ebony_defconfig +Index: linux-2.6.25.4/arch/powerpc/configs/44x/ebony_defconfig =================================================================== --- /dev/null -+++ linux-2.6.25.1/arch/powerpc/configs/44x/ebony_defconfig ++++ linux-2.6.25.4/arch/powerpc/configs/44x/ebony_defconfig @@ -0,0 +1,898 @@ +# +# Automatically generated make config: don't edit @@ -16394,10 +16394,10 @@ Index: linux-2.6.25.1/arch/powerpc/configs/44x/ebony_defconfig +# CONFIG_CRYPTO_LZO is not set +# CONFIG_CRYPTO_HW is not set +# CONFIG_PPC_CLOCK is not set -Index: linux-2.6.25.1/arch/powerpc/configs/44x/katmai_defconfig +Index: linux-2.6.25.4/arch/powerpc/configs/44x/katmai_defconfig =================================================================== --- /dev/null -+++ linux-2.6.25.1/arch/powerpc/configs/44x/katmai_defconfig ++++ linux-2.6.25.4/arch/powerpc/configs/44x/katmai_defconfig @@ -0,0 +1,790 @@ +# +# Automatically generated make config: don't edit @@ -17189,10 +17189,10 @@ Index: linux-2.6.25.1/arch/powerpc/configs/44x/katmai_defconfig +# CONFIG_CRYPTO_AUTHENC is not set +CONFIG_CRYPTO_HW=y +# CONFIG_PPC_CLOCK is not set -Index: linux-2.6.25.1/arch/powerpc/configs/44x/rainier_defconfig +Index: linux-2.6.25.4/arch/powerpc/configs/44x/rainier_defconfig =================================================================== --- /dev/null -+++ linux-2.6.25.1/arch/powerpc/configs/44x/rainier_defconfig ++++ linux-2.6.25.4/arch/powerpc/configs/44x/rainier_defconfig @@ -0,0 +1,899 @@ +# +# Automatically generated make config: don't edit @@ -18093,10 +18093,10 @@ Index: linux-2.6.25.1/arch/powerpc/configs/44x/rainier_defconfig +CONFIG_CRYPTO_HW=y +# CONFIG_CRYPTO_DEV_HIFN_795X is not set +# CONFIG_PPC_CLOCK is not set -Index: linux-2.6.25.1/arch/powerpc/configs/44x/sequoia_defconfig +Index: linux-2.6.25.4/arch/powerpc/configs/44x/sequoia_defconfig =================================================================== --- /dev/null -+++ linux-2.6.25.1/arch/powerpc/configs/44x/sequoia_defconfig ++++ linux-2.6.25.4/arch/powerpc/configs/44x/sequoia_defconfig @@ -0,0 +1,916 @@ +# +# Automatically generated make config: don't edit @@ -19014,10 +19014,10 @@ Index: linux-2.6.25.1/arch/powerpc/configs/44x/sequoia_defconfig +CONFIG_CRYPTO_HW=y +# CONFIG_CRYPTO_DEV_HIFN_795X is not set +# CONFIG_PPC_CLOCK is not set -Index: linux-2.6.25.1/arch/powerpc/configs/44x/taishan_defconfig +Index: linux-2.6.25.4/arch/powerpc/configs/44x/taishan_defconfig =================================================================== --- /dev/null -+++ linux-2.6.25.1/arch/powerpc/configs/44x/taishan_defconfig ++++ linux-2.6.25.4/arch/powerpc/configs/44x/taishan_defconfig @@ -0,0 +1,815 @@ +# +# Automatically generated make config: don't edit @@ -19834,10 +19834,10 @@ Index: linux-2.6.25.1/arch/powerpc/configs/44x/taishan_defconfig +CONFIG_CRYPTO_HW=y +# CONFIG_CRYPTO_DEV_HIFN_795X is not set +# CONFIG_PPC_CLOCK is not set -Index: linux-2.6.25.1/arch/powerpc/configs/44x/warp_defconfig +Index: linux-2.6.25.4/arch/powerpc/configs/44x/warp_defconfig =================================================================== --- /dev/null -+++ linux-2.6.25.1/arch/powerpc/configs/44x/warp_defconfig ++++ linux-2.6.25.4/arch/powerpc/configs/44x/warp_defconfig @@ -0,0 +1,1110 @@ +# +# Automatically generated make config: don't edit @@ -20949,10 +20949,10 @@ Index: linux-2.6.25.1/arch/powerpc/configs/44x/warp_defconfig +# CONFIG_CRYPTO_LZO is not set +CONFIG_CRYPTO_HW=y +# CONFIG_PPC_CLOCK is not set -Index: linux-2.6.25.1/arch/powerpc/configs/83xx/mpc8313_rdb_defconfig +Index: linux-2.6.25.4/arch/powerpc/configs/83xx/mpc8313_rdb_defconfig =================================================================== --- /dev/null -+++ linux-2.6.25.1/arch/powerpc/configs/83xx/mpc8313_rdb_defconfig ++++ linux-2.6.25.4/arch/powerpc/configs/83xx/mpc8313_rdb_defconfig @@ -0,0 +1,1395 @@ +# +# Automatically generated make config: don't edit @@ -22349,10 +22349,10 @@ Index: linux-2.6.25.1/arch/powerpc/configs/83xx/mpc8313_rdb_defconfig +CONFIG_CRYPTO_HW=y +# CONFIG_CRYPTO_DEV_HIFN_795X is not set +# CONFIG_PPC_CLOCK is not set -Index: linux-2.6.25.1/arch/powerpc/configs/83xx/mpc8315_rdb_defconfig +Index: linux-2.6.25.4/arch/powerpc/configs/83xx/mpc8315_rdb_defconfig =================================================================== --- /dev/null -+++ linux-2.6.25.1/arch/powerpc/configs/83xx/mpc8315_rdb_defconfig ++++ linux-2.6.25.4/arch/powerpc/configs/83xx/mpc8315_rdb_defconfig @@ -0,0 +1,1451 @@ +# +# Automatically generated make config: don't edit @@ -23805,10 +23805,10 @@ Index: linux-2.6.25.1/arch/powerpc/configs/83xx/mpc8315_rdb_defconfig +CONFIG_CRYPTO_HW=y +# CONFIG_CRYPTO_DEV_HIFN_795X is not set +# CONFIG_PPC_CLOCK is not set -Index: linux-2.6.25.1/arch/powerpc/configs/83xx/mpc832x_mds_defconfig +Index: linux-2.6.25.4/arch/powerpc/configs/83xx/mpc832x_mds_defconfig =================================================================== --- /dev/null -+++ linux-2.6.25.1/arch/powerpc/configs/83xx/mpc832x_mds_defconfig ++++ linux-2.6.25.4/arch/powerpc/configs/83xx/mpc832x_mds_defconfig @@ -0,0 +1,1081 @@ +# +# Automatically generated make config: don't edit @@ -24891,10 +24891,10 @@ Index: linux-2.6.25.1/arch/powerpc/configs/83xx/mpc832x_mds_defconfig +# CONFIG_CRYPTO_DEV_HIFN_795X is not set +# CONFIG_PPC_CLOCK is not set +CONFIG_PPC_LIB_RHEAP=y -Index: linux-2.6.25.1/arch/powerpc/configs/83xx/mpc832x_rdb_defconfig +Index: linux-2.6.25.4/arch/powerpc/configs/83xx/mpc832x_rdb_defconfig =================================================================== --- /dev/null -+++ linux-2.6.25.1/arch/powerpc/configs/83xx/mpc832x_rdb_defconfig ++++ linux-2.6.25.4/arch/powerpc/configs/83xx/mpc832x_rdb_defconfig @@ -0,0 +1,1233 @@ +# +# Automatically generated make config: don't edit @@ -26129,10 +26129,10 @@ Index: linux-2.6.25.1/arch/powerpc/configs/83xx/mpc832x_rdb_defconfig +# CONFIG_CRYPTO_DEV_HIFN_795X is not set +# CONFIG_PPC_CLOCK is not set +CONFIG_PPC_LIB_RHEAP=y -Index: linux-2.6.25.1/arch/powerpc/configs/83xx/mpc834x_itx_defconfig +Index: linux-2.6.25.4/arch/powerpc/configs/83xx/mpc834x_itx_defconfig =================================================================== --- /dev/null -+++ linux-2.6.25.1/arch/powerpc/configs/83xx/mpc834x_itx_defconfig ++++ linux-2.6.25.4/arch/powerpc/configs/83xx/mpc834x_itx_defconfig @@ -0,0 +1,1295 @@ +# +# Automatically generated make config: don't edit @@ -27429,10 +27429,10 @@ Index: linux-2.6.25.1/arch/powerpc/configs/83xx/mpc834x_itx_defconfig +CONFIG_CRYPTO_HW=y +# CONFIG_CRYPTO_DEV_HIFN_795X is not set +# CONFIG_PPC_CLOCK is not set -Index: linux-2.6.25.1/arch/powerpc/configs/83xx/mpc834x_itxgp_defconfig +Index: linux-2.6.25.4/arch/powerpc/configs/83xx/mpc834x_itxgp_defconfig =================================================================== --- /dev/null -+++ linux-2.6.25.1/arch/powerpc/configs/83xx/mpc834x_itxgp_defconfig ++++ linux-2.6.25.4/arch/powerpc/configs/83xx/mpc834x_itxgp_defconfig @@ -0,0 +1,1222 @@ +# +# Automatically generated make config: don't edit @@ -28656,10 +28656,10 @@ Index: linux-2.6.25.1/arch/powerpc/configs/83xx/mpc834x_itxgp_defconfig +CONFIG_CRYPTO_HW=y +# CONFIG_CRYPTO_DEV_HIFN_795X is not set +# CONFIG_PPC_CLOCK is not set -Index: linux-2.6.25.1/arch/powerpc/configs/83xx/mpc834x_mds_defconfig +Index: linux-2.6.25.4/arch/powerpc/configs/83xx/mpc834x_mds_defconfig =================================================================== --- /dev/null -+++ linux-2.6.25.1/arch/powerpc/configs/83xx/mpc834x_mds_defconfig ++++ linux-2.6.25.4/arch/powerpc/configs/83xx/mpc834x_mds_defconfig @@ -0,0 +1,1021 @@ +# +# Automatically generated make config: don't edit @@ -29682,10 +29682,10 @@ Index: linux-2.6.25.1/arch/powerpc/configs/83xx/mpc834x_mds_defconfig +CONFIG_CRYPTO_HW=y +# CONFIG_CRYPTO_DEV_HIFN_795X is not set +# CONFIG_PPC_CLOCK is not set -Index: linux-2.6.25.1/arch/powerpc/configs/83xx/mpc836x_mds_defconfig +Index: linux-2.6.25.4/arch/powerpc/configs/83xx/mpc836x_mds_defconfig =================================================================== --- /dev/null -+++ linux-2.6.25.1/arch/powerpc/configs/83xx/mpc836x_mds_defconfig ++++ linux-2.6.25.4/arch/powerpc/configs/83xx/mpc836x_mds_defconfig @@ -0,0 +1,1079 @@ +# +# Automatically generated make config: don't edit @@ -30766,10 +30766,10 @@ Index: linux-2.6.25.1/arch/powerpc/configs/83xx/mpc836x_mds_defconfig +# CONFIG_CRYPTO_DEV_HIFN_795X is not set +# CONFIG_PPC_CLOCK is not set +CONFIG_PPC_LIB_RHEAP=y -Index: linux-2.6.25.1/arch/powerpc/configs/83xx/mpc837x_mds_defconfig +Index: linux-2.6.25.4/arch/powerpc/configs/83xx/mpc837x_mds_defconfig =================================================================== --- /dev/null -+++ linux-2.6.25.1/arch/powerpc/configs/83xx/mpc837x_mds_defconfig ++++ linux-2.6.25.4/arch/powerpc/configs/83xx/mpc837x_mds_defconfig @@ -0,0 +1,899 @@ +# +# Automatically generated make config: don't edit @@ -31670,10 +31670,10 @@ Index: linux-2.6.25.1/arch/powerpc/configs/83xx/mpc837x_mds_defconfig +# CONFIG_CRYPTO_LZO is not set +CONFIG_CRYPTO_HW=y +# CONFIG_PPC_CLOCK is not set -Index: linux-2.6.25.1/arch/powerpc/configs/83xx/mpc837x_rdb_defconfig +Index: linux-2.6.25.4/arch/powerpc/configs/83xx/mpc837x_rdb_defconfig =================================================================== --- /dev/null -+++ linux-2.6.25.1/arch/powerpc/configs/83xx/mpc837x_rdb_defconfig ++++ linux-2.6.25.4/arch/powerpc/configs/83xx/mpc837x_rdb_defconfig @@ -0,0 +1,930 @@ +# +# Automatically generated make config: don't edit @@ -32605,10 +32605,10 @@ Index: linux-2.6.25.1/arch/powerpc/configs/83xx/mpc837x_rdb_defconfig +# CONFIG_CRYPTO_LZO is not set +CONFIG_CRYPTO_HW=y +# CONFIG_PPC_CLOCK is not set -Index: linux-2.6.25.1/arch/powerpc/configs/83xx/sbc834x_defconfig +Index: linux-2.6.25.4/arch/powerpc/configs/83xx/sbc834x_defconfig =================================================================== --- /dev/null -+++ linux-2.6.25.1/arch/powerpc/configs/83xx/sbc834x_defconfig ++++ linux-2.6.25.4/arch/powerpc/configs/83xx/sbc834x_defconfig @@ -0,0 +1,828 @@ +# +# Automatically generated make config: don't edit @@ -33438,10 +33438,10 @@ Index: linux-2.6.25.1/arch/powerpc/configs/83xx/sbc834x_defconfig +# CONFIG_CRYPTO_LZO is not set +# CONFIG_CRYPTO_HW is not set +# CONFIG_PPC_CLOCK is not set -Index: linux-2.6.25.1/arch/powerpc/configs/85xx/ksi8560_defconfig +Index: linux-2.6.25.4/arch/powerpc/configs/85xx/ksi8560_defconfig =================================================================== --- /dev/null -+++ linux-2.6.25.1/arch/powerpc/configs/85xx/ksi8560_defconfig ++++ linux-2.6.25.4/arch/powerpc/configs/85xx/ksi8560_defconfig @@ -0,0 +1,899 @@ +# +# Automatically generated make config: don't edit @@ -34342,10 +34342,10 @@ Index: linux-2.6.25.1/arch/powerpc/configs/85xx/ksi8560_defconfig +CONFIG_CRYPTO_HW=y +# CONFIG_PPC_CLOCK is not set +CONFIG_PPC_LIB_RHEAP=y -Index: linux-2.6.25.1/arch/powerpc/configs/85xx/mpc8540_ads_defconfig +Index: linux-2.6.25.4/arch/powerpc/configs/85xx/mpc8540_ads_defconfig =================================================================== --- /dev/null -+++ linux-2.6.25.1/arch/powerpc/configs/85xx/mpc8540_ads_defconfig ++++ linux-2.6.25.4/arch/powerpc/configs/85xx/mpc8540_ads_defconfig @@ -0,0 +1,796 @@ +# +# Automatically generated make config: don't edit @@ -35143,10 +35143,10 @@ Index: linux-2.6.25.1/arch/powerpc/configs/85xx/mpc8540_ads_defconfig +# CONFIG_CRYPTO_LZO is not set +CONFIG_CRYPTO_HW=y +# CONFIG_PPC_CLOCK is not set -Index: linux-2.6.25.1/arch/powerpc/configs/85xx/mpc8544_ds_defconfig +Index: linux-2.6.25.4/arch/powerpc/configs/85xx/mpc8544_ds_defconfig =================================================================== --- /dev/null -+++ linux-2.6.25.1/arch/powerpc/configs/85xx/mpc8544_ds_defconfig ++++ linux-2.6.25.4/arch/powerpc/configs/85xx/mpc8544_ds_defconfig @@ -0,0 +1,1564 @@ +# +# Automatically generated make config: don't edit @@ -36712,10 +36712,10 @@ Index: linux-2.6.25.1/arch/powerpc/configs/85xx/mpc8544_ds_defconfig +CONFIG_CRYPTO_HW=y +# CONFIG_CRYPTO_DEV_HIFN_795X is not set +# CONFIG_PPC_CLOCK is not set -Index: linux-2.6.25.1/arch/powerpc/configs/85xx/mpc8560_ads_defconfig +Index: linux-2.6.25.4/arch/powerpc/configs/85xx/mpc8560_ads_defconfig =================================================================== --- /dev/null -+++ linux-2.6.25.1/arch/powerpc/configs/85xx/mpc8560_ads_defconfig ++++ linux-2.6.25.4/arch/powerpc/configs/85xx/mpc8560_ads_defconfig @@ -0,0 +1,885 @@ +# +# Automatically generated make config: don't edit @@ -37602,10 +37602,10 @@ Index: linux-2.6.25.1/arch/powerpc/configs/85xx/mpc8560_ads_defconfig +# CONFIG_CRYPTO_DEV_HIFN_795X is not set +# CONFIG_PPC_CLOCK is not set +CONFIG_PPC_LIB_RHEAP=y -Index: linux-2.6.25.1/arch/powerpc/configs/85xx/mpc8568mds_defconfig +Index: linux-2.6.25.4/arch/powerpc/configs/85xx/mpc8568mds_defconfig =================================================================== --- /dev/null -+++ linux-2.6.25.1/arch/powerpc/configs/85xx/mpc8568mds_defconfig ++++ linux-2.6.25.4/arch/powerpc/configs/85xx/mpc8568mds_defconfig @@ -0,0 +1,1117 @@ +# +# Automatically generated make config: don't edit @@ -38724,10 +38724,10 @@ Index: linux-2.6.25.1/arch/powerpc/configs/85xx/mpc8568mds_defconfig +# CONFIG_CRYPTO_DEV_HIFN_795X is not set +# CONFIG_PPC_CLOCK is not set +CONFIG_PPC_LIB_RHEAP=y -Index: linux-2.6.25.1/arch/powerpc/configs/85xx/mpc8572_ds_defconfig +Index: linux-2.6.25.4/arch/powerpc/configs/85xx/mpc8572_ds_defconfig =================================================================== --- /dev/null -+++ linux-2.6.25.1/arch/powerpc/configs/85xx/mpc8572_ds_defconfig ++++ linux-2.6.25.4/arch/powerpc/configs/85xx/mpc8572_ds_defconfig @@ -0,0 +1,1549 @@ +# +# Automatically generated make config: don't edit @@ -40278,10 +40278,10 @@ Index: linux-2.6.25.1/arch/powerpc/configs/85xx/mpc8572_ds_defconfig +CONFIG_CRYPTO_HW=y +# CONFIG_CRYPTO_DEV_HIFN_795X is not set +# CONFIG_PPC_CLOCK is not set -Index: linux-2.6.25.1/arch/powerpc/configs/85xx/mpc85xx_cds_defconfig +Index: linux-2.6.25.4/arch/powerpc/configs/85xx/mpc85xx_cds_defconfig =================================================================== --- /dev/null -+++ linux-2.6.25.1/arch/powerpc/configs/85xx/mpc85xx_cds_defconfig ++++ linux-2.6.25.4/arch/powerpc/configs/85xx/mpc85xx_cds_defconfig @@ -0,0 +1,935 @@ +# +# Automatically generated make config: don't edit @@ -41218,10 +41218,10 @@ Index: linux-2.6.25.1/arch/powerpc/configs/85xx/mpc85xx_cds_defconfig +CONFIG_CRYPTO_HW=y +# CONFIG_CRYPTO_DEV_HIFN_795X is not set +# CONFIG_PPC_CLOCK is not set -Index: linux-2.6.25.1/arch/powerpc/configs/85xx/sbc8548_defconfig +Index: linux-2.6.25.4/arch/powerpc/configs/85xx/sbc8548_defconfig =================================================================== --- /dev/null -+++ linux-2.6.25.1/arch/powerpc/configs/85xx/sbc8548_defconfig ++++ linux-2.6.25.4/arch/powerpc/configs/85xx/sbc8548_defconfig @@ -0,0 +1,812 @@ +# +# Automatically generated make config: don't edit @@ -42035,10 +42035,10 @@ Index: linux-2.6.25.1/arch/powerpc/configs/85xx/sbc8548_defconfig +CONFIG_CRYPTO_HW=y +# CONFIG_CRYPTO_DEV_HIFN_795X is not set +# CONFIG_PPC_CLOCK is not set -Index: linux-2.6.25.1/arch/powerpc/configs/85xx/sbc8560_defconfig +Index: linux-2.6.25.4/arch/powerpc/configs/85xx/sbc8560_defconfig =================================================================== --- /dev/null -+++ linux-2.6.25.1/arch/powerpc/configs/85xx/sbc8560_defconfig ++++ linux-2.6.25.4/arch/powerpc/configs/85xx/sbc8560_defconfig @@ -0,0 +1,830 @@ +# +# Automatically generated make config: don't edit @@ -42870,10 +42870,10 @@ Index: linux-2.6.25.1/arch/powerpc/configs/85xx/sbc8560_defconfig +# CONFIG_CRYPTO_LZO is not set +CONFIG_CRYPTO_HW=y +# CONFIG_PPC_CLOCK is not set -Index: linux-2.6.25.1/arch/powerpc/configs/85xx/stx_gp3_defconfig +Index: linux-2.6.25.4/arch/powerpc/configs/85xx/stx_gp3_defconfig =================================================================== --- /dev/null -+++ linux-2.6.25.1/arch/powerpc/configs/85xx/stx_gp3_defconfig ++++ linux-2.6.25.4/arch/powerpc/configs/85xx/stx_gp3_defconfig @@ -0,0 +1,1253 @@ +# +# Automatically generated make config: don't edit @@ -44128,10 +44128,10 @@ Index: linux-2.6.25.1/arch/powerpc/configs/85xx/stx_gp3_defconfig +# CONFIG_CRYPTO_DEV_HIFN_795X is not set +# CONFIG_PPC_CLOCK is not set +CONFIG_PPC_LIB_RHEAP=y -Index: linux-2.6.25.1/arch/powerpc/configs/85xx/tqm8540_defconfig +Index: linux-2.6.25.4/arch/powerpc/configs/85xx/tqm8540_defconfig =================================================================== --- /dev/null -+++ linux-2.6.25.1/arch/powerpc/configs/85xx/tqm8540_defconfig ++++ linux-2.6.25.4/arch/powerpc/configs/85xx/tqm8540_defconfig @@ -0,0 +1,1097 @@ +# +# Automatically generated make config: don't edit @@ -45230,10 +45230,10 @@ Index: linux-2.6.25.1/arch/powerpc/configs/85xx/tqm8540_defconfig +CONFIG_CRYPTO_HW=y +# CONFIG_CRYPTO_DEV_HIFN_795X is not set +# CONFIG_PPC_CLOCK is not set -Index: linux-2.6.25.1/arch/powerpc/configs/85xx/tqm8541_defconfig +Index: linux-2.6.25.4/arch/powerpc/configs/85xx/tqm8541_defconfig =================================================================== --- /dev/null -+++ linux-2.6.25.1/arch/powerpc/configs/85xx/tqm8541_defconfig ++++ linux-2.6.25.4/arch/powerpc/configs/85xx/tqm8541_defconfig @@ -0,0 +1,1109 @@ +# +# Automatically generated make config: don't edit @@ -46344,10 +46344,10 @@ Index: linux-2.6.25.1/arch/powerpc/configs/85xx/tqm8541_defconfig +# CONFIG_CRYPTO_DEV_HIFN_795X is not set +# CONFIG_PPC_CLOCK is not set +CONFIG_PPC_LIB_RHEAP=y -Index: linux-2.6.25.1/arch/powerpc/configs/85xx/tqm8555_defconfig +Index: linux-2.6.25.4/arch/powerpc/configs/85xx/tqm8555_defconfig =================================================================== --- /dev/null -+++ linux-2.6.25.1/arch/powerpc/configs/85xx/tqm8555_defconfig ++++ linux-2.6.25.4/arch/powerpc/configs/85xx/tqm8555_defconfig @@ -0,0 +1,1109 @@ +# +# Automatically generated make config: don't edit @@ -47458,10 +47458,10 @@ Index: linux-2.6.25.1/arch/powerpc/configs/85xx/tqm8555_defconfig +# CONFIG_CRYPTO_DEV_HIFN_795X is not set +# CONFIG_PPC_CLOCK is not set +CONFIG_PPC_LIB_RHEAP=y -Index: linux-2.6.25.1/arch/powerpc/configs/85xx/tqm8560_defconfig +Index: linux-2.6.25.4/arch/powerpc/configs/85xx/tqm8560_defconfig =================================================================== --- /dev/null -+++ linux-2.6.25.1/arch/powerpc/configs/85xx/tqm8560_defconfig ++++ linux-2.6.25.4/arch/powerpc/configs/85xx/tqm8560_defconfig @@ -0,0 +1,1109 @@ +# +# Automatically generated make config: don't edit @@ -48572,9 +48572,9 @@ Index: linux-2.6.25.1/arch/powerpc/configs/85xx/tqm8560_defconfig +# CONFIG_CRYPTO_DEV_HIFN_795X is not set +# CONFIG_PPC_CLOCK is not set +CONFIG_PPC_LIB_RHEAP=y -Index: linux-2.6.25.1/arch/powerpc/configs/bamboo_defconfig +Index: linux-2.6.25.4/arch/powerpc/configs/bamboo_defconfig =================================================================== ---- linux-2.6.25.1.orig/arch/powerpc/configs/bamboo_defconfig +--- linux-2.6.25.4.orig/arch/powerpc/configs/bamboo_defconfig +++ /dev/null @@ -1,815 +0,0 @@ -# @@ -49392,10 +49392,10 @@ Index: linux-2.6.25.1/arch/powerpc/configs/bamboo_defconfig -CONFIG_CRYPTO_HW=y -# CONFIG_CRYPTO_DEV_HIFN_795X is not set -# CONFIG_PPC_CLOCK is not set -Index: linux-2.6.25.1/arch/powerpc/configs/chrp32_defconfig +Index: linux-2.6.25.4/arch/powerpc/configs/chrp32_defconfig =================================================================== ---- linux-2.6.25.1.orig/arch/powerpc/configs/chrp32_defconfig -+++ linux-2.6.25.1/arch/powerpc/configs/chrp32_defconfig +--- linux-2.6.25.4.orig/arch/powerpc/configs/chrp32_defconfig ++++ linux-2.6.25.4/arch/powerpc/configs/chrp32_defconfig @@ -1,7 +1,7 @@ # # Automatically generated make config: don't edit @@ -49431,9 +49431,9 @@ Index: linux-2.6.25.1/arch/powerpc/configs/chrp32_defconfig # # Kernel hacking -Index: linux-2.6.25.1/arch/powerpc/configs/ebony_defconfig +Index: linux-2.6.25.4/arch/powerpc/configs/ebony_defconfig =================================================================== ---- linux-2.6.25.1.orig/arch/powerpc/configs/ebony_defconfig +--- linux-2.6.25.4.orig/arch/powerpc/configs/ebony_defconfig +++ /dev/null @@ -1,898 +0,0 @@ -# @@ -50334,9 +50334,9 @@ Index: linux-2.6.25.1/arch/powerpc/configs/ebony_defconfig -# CONFIG_CRYPTO_LZO is not set -# CONFIG_CRYPTO_HW is not set -# CONFIG_PPC_CLOCK is not set -Index: linux-2.6.25.1/arch/powerpc/configs/ep405_defconfig +Index: linux-2.6.25.4/arch/powerpc/configs/ep405_defconfig =================================================================== ---- linux-2.6.25.1.orig/arch/powerpc/configs/ep405_defconfig +--- linux-2.6.25.4.orig/arch/powerpc/configs/ep405_defconfig +++ /dev/null @@ -1,968 +0,0 @@ -# @@ -51307,10 +51307,10 @@ Index: linux-2.6.25.1/arch/powerpc/configs/ep405_defconfig -CONFIG_CRYPTO_HW=y -# CONFIG_CRYPTO_DEV_HIFN_795X is not set -# CONFIG_PPC_CLOCK is not set -Index: linux-2.6.25.1/arch/powerpc/configs/g5_defconfig +Index: linux-2.6.25.4/arch/powerpc/configs/g5_defconfig =================================================================== ---- linux-2.6.25.1.orig/arch/powerpc/configs/g5_defconfig -+++ linux-2.6.25.1/arch/powerpc/configs/g5_defconfig +--- linux-2.6.25.4.orig/arch/powerpc/configs/g5_defconfig ++++ linux-2.6.25.4/arch/powerpc/configs/g5_defconfig @@ -1,7 +1,7 @@ # # Automatically generated make config: don't edit @@ -51346,10 +51346,10 @@ Index: linux-2.6.25.1/arch/powerpc/configs/g5_defconfig # # Kernel hacking -Index: linux-2.6.25.1/arch/powerpc/configs/iseries_defconfig +Index: linux-2.6.25.4/arch/powerpc/configs/iseries_defconfig =================================================================== ---- linux-2.6.25.1.orig/arch/powerpc/configs/iseries_defconfig -+++ linux-2.6.25.1/arch/powerpc/configs/iseries_defconfig +--- linux-2.6.25.4.orig/arch/powerpc/configs/iseries_defconfig ++++ linux-2.6.25.4/arch/powerpc/configs/iseries_defconfig @@ -1,7 +1,7 @@ # # Automatically generated make config: don't edit @@ -51385,9 +51385,9 @@ Index: linux-2.6.25.1/arch/powerpc/configs/iseries_defconfig # # Kernel hacking -Index: linux-2.6.25.1/arch/powerpc/configs/katmai_defconfig +Index: linux-2.6.25.4/arch/powerpc/configs/katmai_defconfig =================================================================== ---- linux-2.6.25.1.orig/arch/powerpc/configs/katmai_defconfig +--- linux-2.6.25.4.orig/arch/powerpc/configs/katmai_defconfig +++ /dev/null @@ -1,790 +0,0 @@ -# @@ -52180,9 +52180,9 @@ Index: linux-2.6.25.1/arch/powerpc/configs/katmai_defconfig -# CONFIG_CRYPTO_AUTHENC is not set -CONFIG_CRYPTO_HW=y -# CONFIG_PPC_CLOCK is not set -Index: linux-2.6.25.1/arch/powerpc/configs/kilauea_defconfig +Index: linux-2.6.25.4/arch/powerpc/configs/kilauea_defconfig =================================================================== ---- linux-2.6.25.1.orig/arch/powerpc/configs/kilauea_defconfig +--- linux-2.6.25.4.orig/arch/powerpc/configs/kilauea_defconfig +++ /dev/null @@ -1,839 +0,0 @@ -# @@ -53024,9 +53024,9 @@ Index: linux-2.6.25.1/arch/powerpc/configs/kilauea_defconfig -CONFIG_CRYPTO_HW=y -# CONFIG_CRYPTO_DEV_HIFN_795X is not set -# CONFIG_PPC_CLOCK is not set -Index: linux-2.6.25.1/arch/powerpc/configs/makalu_defconfig +Index: linux-2.6.25.4/arch/powerpc/configs/makalu_defconfig =================================================================== ---- linux-2.6.25.1.orig/arch/powerpc/configs/makalu_defconfig +--- linux-2.6.25.4.orig/arch/powerpc/configs/makalu_defconfig +++ /dev/null @@ -1,839 +0,0 @@ -# @@ -53868,10 +53868,10 @@ Index: linux-2.6.25.1/arch/powerpc/configs/makalu_defconfig -CONFIG_CRYPTO_HW=y -# CONFIG_CRYPTO_DEV_HIFN_795X is not set -# CONFIG_PPC_CLOCK is not set -Index: linux-2.6.25.1/arch/powerpc/configs/maple_defconfig +Index: linux-2.6.25.4/arch/powerpc/configs/maple_defconfig =================================================================== ---- linux-2.6.25.1.orig/arch/powerpc/configs/maple_defconfig -+++ linux-2.6.25.1/arch/powerpc/configs/maple_defconfig +--- linux-2.6.25.4.orig/arch/powerpc/configs/maple_defconfig ++++ linux-2.6.25.4/arch/powerpc/configs/maple_defconfig @@ -333,7 +333,7 @@ CONFIG_DEFAULT_TCP_CONG="cubic" CONFIG_UEVENT_HELPER_PATH="/sbin/hotplug" CONFIG_STANDALONE=y @@ -54045,9 +54045,9 @@ Index: linux-2.6.25.1/arch/powerpc/configs/maple_defconfig CONFIG_USB_MON=y # -Index: linux-2.6.25.1/arch/powerpc/configs/mpc8313_rdb_defconfig +Index: linux-2.6.25.4/arch/powerpc/configs/mpc8313_rdb_defconfig =================================================================== ---- linux-2.6.25.1.orig/arch/powerpc/configs/mpc8313_rdb_defconfig +--- linux-2.6.25.4.orig/arch/powerpc/configs/mpc8313_rdb_defconfig +++ /dev/null @@ -1,1393 +0,0 @@ -# @@ -55443,9 +55443,9 @@ Index: linux-2.6.25.1/arch/powerpc/configs/mpc8313_rdb_defconfig -CONFIG_CRYPTO_HW=y -# CONFIG_CRYPTO_DEV_HIFN_795X is not set -# CONFIG_PPC_CLOCK is not set -Index: linux-2.6.25.1/arch/powerpc/configs/mpc8315_rdb_defconfig +Index: linux-2.6.25.4/arch/powerpc/configs/mpc8315_rdb_defconfig =================================================================== ---- linux-2.6.25.1.orig/arch/powerpc/configs/mpc8315_rdb_defconfig +--- linux-2.6.25.4.orig/arch/powerpc/configs/mpc8315_rdb_defconfig +++ /dev/null @@ -1,1451 +0,0 @@ -# @@ -56899,9 +56899,9 @@ Index: linux-2.6.25.1/arch/powerpc/configs/mpc8315_rdb_defconfig -CONFIG_CRYPTO_HW=y -# CONFIG_CRYPTO_DEV_HIFN_795X is not set -# CONFIG_PPC_CLOCK is not set -Index: linux-2.6.25.1/arch/powerpc/configs/mpc832x_mds_defconfig +Index: linux-2.6.25.4/arch/powerpc/configs/mpc832x_mds_defconfig =================================================================== ---- linux-2.6.25.1.orig/arch/powerpc/configs/mpc832x_mds_defconfig +--- linux-2.6.25.4.orig/arch/powerpc/configs/mpc832x_mds_defconfig +++ /dev/null @@ -1,1081 +0,0 @@ -# @@ -57985,9 +57985,9 @@ Index: linux-2.6.25.1/arch/powerpc/configs/mpc832x_mds_defconfig -# CONFIG_CRYPTO_DEV_HIFN_795X is not set -# CONFIG_PPC_CLOCK is not set -CONFIG_PPC_LIB_RHEAP=y -Index: linux-2.6.25.1/arch/powerpc/configs/mpc832x_rdb_defconfig +Index: linux-2.6.25.4/arch/powerpc/configs/mpc832x_rdb_defconfig =================================================================== ---- linux-2.6.25.1.orig/arch/powerpc/configs/mpc832x_rdb_defconfig +--- linux-2.6.25.4.orig/arch/powerpc/configs/mpc832x_rdb_defconfig +++ /dev/null @@ -1,1233 +0,0 @@ -# @@ -59223,9 +59223,9 @@ Index: linux-2.6.25.1/arch/powerpc/configs/mpc832x_rdb_defconfig -# CONFIG_CRYPTO_DEV_HIFN_795X is not set -# CONFIG_PPC_CLOCK is not set -CONFIG_PPC_LIB_RHEAP=y -Index: linux-2.6.25.1/arch/powerpc/configs/mpc834x_itx_defconfig +Index: linux-2.6.25.4/arch/powerpc/configs/mpc834x_itx_defconfig =================================================================== ---- linux-2.6.25.1.orig/arch/powerpc/configs/mpc834x_itx_defconfig +--- linux-2.6.25.4.orig/arch/powerpc/configs/mpc834x_itx_defconfig +++ /dev/null @@ -1,1295 +0,0 @@ -# @@ -60523,9 +60523,9 @@ Index: linux-2.6.25.1/arch/powerpc/configs/mpc834x_itx_defconfig -CONFIG_CRYPTO_HW=y -# CONFIG_CRYPTO_DEV_HIFN_795X is not set -# CONFIG_PPC_CLOCK is not set -Index: linux-2.6.25.1/arch/powerpc/configs/mpc834x_itxgp_defconfig +Index: linux-2.6.25.4/arch/powerpc/configs/mpc834x_itxgp_defconfig =================================================================== ---- linux-2.6.25.1.orig/arch/powerpc/configs/mpc834x_itxgp_defconfig +--- linux-2.6.25.4.orig/arch/powerpc/configs/mpc834x_itxgp_defconfig +++ /dev/null @@ -1,1222 +0,0 @@ -# @@ -61750,9 +61750,9 @@ Index: linux-2.6.25.1/arch/powerpc/configs/mpc834x_itxgp_defconfig -CONFIG_CRYPTO_HW=y -# CONFIG_CRYPTO_DEV_HIFN_795X is not set -# CONFIG_PPC_CLOCK is not set -Index: linux-2.6.25.1/arch/powerpc/configs/mpc834x_mds_defconfig +Index: linux-2.6.25.4/arch/powerpc/configs/mpc834x_mds_defconfig =================================================================== ---- linux-2.6.25.1.orig/arch/powerpc/configs/mpc834x_mds_defconfig +--- linux-2.6.25.4.orig/arch/powerpc/configs/mpc834x_mds_defconfig +++ /dev/null @@ -1,1021 +0,0 @@ -# @@ -62776,9 +62776,9 @@ Index: linux-2.6.25.1/arch/powerpc/configs/mpc834x_mds_defconfig -CONFIG_CRYPTO_HW=y -# CONFIG_CRYPTO_DEV_HIFN_795X is not set -# CONFIG_PPC_CLOCK is not set -Index: linux-2.6.25.1/arch/powerpc/configs/mpc836x_mds_defconfig +Index: linux-2.6.25.4/arch/powerpc/configs/mpc836x_mds_defconfig =================================================================== ---- linux-2.6.25.1.orig/arch/powerpc/configs/mpc836x_mds_defconfig +--- linux-2.6.25.4.orig/arch/powerpc/configs/mpc836x_mds_defconfig +++ /dev/null @@ -1,1079 +0,0 @@ -# @@ -63860,9 +63860,9 @@ Index: linux-2.6.25.1/arch/powerpc/configs/mpc836x_mds_defconfig -# CONFIG_CRYPTO_DEV_HIFN_795X is not set -# CONFIG_PPC_CLOCK is not set -CONFIG_PPC_LIB_RHEAP=y -Index: linux-2.6.25.1/arch/powerpc/configs/mpc837x_mds_defconfig +Index: linux-2.6.25.4/arch/powerpc/configs/mpc837x_mds_defconfig =================================================================== ---- linux-2.6.25.1.orig/arch/powerpc/configs/mpc837x_mds_defconfig +--- linux-2.6.25.4.orig/arch/powerpc/configs/mpc837x_mds_defconfig +++ /dev/null @@ -1,899 +0,0 @@ -# @@ -64764,9 +64764,9 @@ Index: linux-2.6.25.1/arch/powerpc/configs/mpc837x_mds_defconfig -# CONFIG_CRYPTO_LZO is not set -CONFIG_CRYPTO_HW=y -# CONFIG_PPC_CLOCK is not set -Index: linux-2.6.25.1/arch/powerpc/configs/mpc837x_rdb_defconfig +Index: linux-2.6.25.4/arch/powerpc/configs/mpc837x_rdb_defconfig =================================================================== ---- linux-2.6.25.1.orig/arch/powerpc/configs/mpc837x_rdb_defconfig +--- linux-2.6.25.4.orig/arch/powerpc/configs/mpc837x_rdb_defconfig +++ /dev/null @@ -1,930 +0,0 @@ -# @@ -65699,10 +65699,10 @@ Index: linux-2.6.25.1/arch/powerpc/configs/mpc837x_rdb_defconfig -# CONFIG_CRYPTO_LZO is not set -CONFIG_CRYPTO_HW=y -# CONFIG_PPC_CLOCK is not set -Index: linux-2.6.25.1/arch/powerpc/configs/mpc83xx_defconfig +Index: linux-2.6.25.4/arch/powerpc/configs/mpc83xx_defconfig =================================================================== ---- linux-2.6.25.1.orig/arch/powerpc/configs/mpc83xx_defconfig -+++ linux-2.6.25.1/arch/powerpc/configs/mpc83xx_defconfig +--- linux-2.6.25.4.orig/arch/powerpc/configs/mpc83xx_defconfig ++++ linux-2.6.25.4/arch/powerpc/configs/mpc83xx_defconfig @@ -1,7 +1,7 @@ # # Automatically generated make config: don't edit @@ -65952,9 +65952,9 @@ Index: linux-2.6.25.1/arch/powerpc/configs/mpc83xx_defconfig # # Kernel hacking -Index: linux-2.6.25.1/arch/powerpc/configs/mpc8540_ads_defconfig +Index: linux-2.6.25.4/arch/powerpc/configs/mpc8540_ads_defconfig =================================================================== ---- linux-2.6.25.1.orig/arch/powerpc/configs/mpc8540_ads_defconfig +--- linux-2.6.25.4.orig/arch/powerpc/configs/mpc8540_ads_defconfig +++ /dev/null @@ -1,796 +0,0 @@ -# @@ -66753,9 +66753,9 @@ Index: linux-2.6.25.1/arch/powerpc/configs/mpc8540_ads_defconfig -# CONFIG_CRYPTO_LZO is not set -CONFIG_CRYPTO_HW=y -# CONFIG_PPC_CLOCK is not set -Index: linux-2.6.25.1/arch/powerpc/configs/mpc8544_ds_defconfig +Index: linux-2.6.25.4/arch/powerpc/configs/mpc8544_ds_defconfig =================================================================== ---- linux-2.6.25.1.orig/arch/powerpc/configs/mpc8544_ds_defconfig +--- linux-2.6.25.4.orig/arch/powerpc/configs/mpc8544_ds_defconfig +++ /dev/null @@ -1,1549 +0,0 @@ -# @@ -68307,9 +68307,9 @@ Index: linux-2.6.25.1/arch/powerpc/configs/mpc8544_ds_defconfig -CONFIG_CRYPTO_HW=y -# CONFIG_CRYPTO_DEV_HIFN_795X is not set -# CONFIG_PPC_CLOCK is not set -Index: linux-2.6.25.1/arch/powerpc/configs/mpc8560_ads_defconfig +Index: linux-2.6.25.4/arch/powerpc/configs/mpc8560_ads_defconfig =================================================================== ---- linux-2.6.25.1.orig/arch/powerpc/configs/mpc8560_ads_defconfig +--- linux-2.6.25.4.orig/arch/powerpc/configs/mpc8560_ads_defconfig +++ /dev/null @@ -1,885 +0,0 @@ -# @@ -69197,9 +69197,9 @@ Index: linux-2.6.25.1/arch/powerpc/configs/mpc8560_ads_defconfig -# CONFIG_CRYPTO_DEV_HIFN_795X is not set -# CONFIG_PPC_CLOCK is not set -CONFIG_PPC_LIB_RHEAP=y -Index: linux-2.6.25.1/arch/powerpc/configs/mpc8568mds_defconfig +Index: linux-2.6.25.4/arch/powerpc/configs/mpc8568mds_defconfig =================================================================== ---- linux-2.6.25.1.orig/arch/powerpc/configs/mpc8568mds_defconfig +--- linux-2.6.25.4.orig/arch/powerpc/configs/mpc8568mds_defconfig +++ /dev/null @@ -1,1117 +0,0 @@ -# @@ -70319,9 +70319,9 @@ Index: linux-2.6.25.1/arch/powerpc/configs/mpc8568mds_defconfig -# CONFIG_CRYPTO_DEV_HIFN_795X is not set -# CONFIG_PPC_CLOCK is not set -CONFIG_PPC_LIB_RHEAP=y -Index: linux-2.6.25.1/arch/powerpc/configs/mpc8572_ds_defconfig +Index: linux-2.6.25.4/arch/powerpc/configs/mpc8572_ds_defconfig =================================================================== ---- linux-2.6.25.1.orig/arch/powerpc/configs/mpc8572_ds_defconfig +--- linux-2.6.25.4.orig/arch/powerpc/configs/mpc8572_ds_defconfig +++ /dev/null @@ -1,1549 +0,0 @@ -# @@ -71873,9 +71873,9 @@ Index: linux-2.6.25.1/arch/powerpc/configs/mpc8572_ds_defconfig -CONFIG_CRYPTO_HW=y -# CONFIG_CRYPTO_DEV_HIFN_795X is not set -# CONFIG_PPC_CLOCK is not set -Index: linux-2.6.25.1/arch/powerpc/configs/mpc85xx_cds_defconfig +Index: linux-2.6.25.4/arch/powerpc/configs/mpc85xx_cds_defconfig =================================================================== ---- linux-2.6.25.1.orig/arch/powerpc/configs/mpc85xx_cds_defconfig +--- linux-2.6.25.4.orig/arch/powerpc/configs/mpc85xx_cds_defconfig +++ /dev/null @@ -1,935 +0,0 @@ -# @@ -72813,10 +72813,10 @@ Index: linux-2.6.25.1/arch/powerpc/configs/mpc85xx_cds_defconfig -CONFIG_CRYPTO_HW=y -# CONFIG_CRYPTO_DEV_HIFN_795X is not set -# CONFIG_PPC_CLOCK is not set -Index: linux-2.6.25.1/arch/powerpc/configs/pmac32_defconfig +Index: linux-2.6.25.4/arch/powerpc/configs/pmac32_defconfig =================================================================== ---- linux-2.6.25.1.orig/arch/powerpc/configs/pmac32_defconfig -+++ linux-2.6.25.1/arch/powerpc/configs/pmac32_defconfig +--- linux-2.6.25.4.orig/arch/powerpc/configs/pmac32_defconfig ++++ linux-2.6.25.4/arch/powerpc/configs/pmac32_defconfig @@ -1,7 +1,7 @@ # # Automatically generated make config: don't edit @@ -72852,10 +72852,10 @@ Index: linux-2.6.25.1/arch/powerpc/configs/pmac32_defconfig # # Kernel hacking -Index: linux-2.6.25.1/arch/powerpc/configs/ppc40x_defconfig +Index: linux-2.6.25.4/arch/powerpc/configs/ppc40x_defconfig =================================================================== --- /dev/null -+++ linux-2.6.25.1/arch/powerpc/configs/ppc40x_defconfig ++++ linux-2.6.25.4/arch/powerpc/configs/ppc40x_defconfig @@ -0,0 +1,896 @@ +# +# Automatically generated make config: don't edit @@ -73753,10 +73753,10 @@ Index: linux-2.6.25.1/arch/powerpc/configs/ppc40x_defconfig +CONFIG_CRYPTO_HW=y +# CONFIG_CRYPTO_DEV_HIFN_795X is not set +# CONFIG_PPC_CLOCK is not set -Index: linux-2.6.25.1/arch/powerpc/configs/ppc44x_defconfig +Index: linux-2.6.25.4/arch/powerpc/configs/ppc44x_defconfig =================================================================== ---- linux-2.6.25.1.orig/arch/powerpc/configs/ppc44x_defconfig -+++ linux-2.6.25.1/arch/powerpc/configs/ppc44x_defconfig +--- linux-2.6.25.4.orig/arch/powerpc/configs/ppc44x_defconfig ++++ linux-2.6.25.4/arch/powerpc/configs/ppc44x_defconfig @@ -1,7 +1,7 @@ # # Automatically generated make config: don't edit @@ -73839,10 +73839,10 @@ Index: linux-2.6.25.1/arch/powerpc/configs/ppc44x_defconfig # # Kernel hacking -Index: linux-2.6.25.1/arch/powerpc/configs/ppc64_defconfig +Index: linux-2.6.25.4/arch/powerpc/configs/ppc64_defconfig =================================================================== ---- linux-2.6.25.1.orig/arch/powerpc/configs/ppc64_defconfig -+++ linux-2.6.25.1/arch/powerpc/configs/ppc64_defconfig +--- linux-2.6.25.4.orig/arch/powerpc/configs/ppc64_defconfig ++++ linux-2.6.25.4/arch/powerpc/configs/ppc64_defconfig @@ -1,7 +1,7 @@ # # Automatically generated make config: don't edit @@ -73886,10 +73886,10 @@ Index: linux-2.6.25.1/arch/powerpc/configs/ppc64_defconfig # # Kernel hacking -Index: linux-2.6.25.1/arch/powerpc/configs/pseries_defconfig +Index: linux-2.6.25.4/arch/powerpc/configs/pseries_defconfig =================================================================== ---- linux-2.6.25.1.orig/arch/powerpc/configs/pseries_defconfig -+++ linux-2.6.25.1/arch/powerpc/configs/pseries_defconfig +--- linux-2.6.25.4.orig/arch/powerpc/configs/pseries_defconfig ++++ linux-2.6.25.4/arch/powerpc/configs/pseries_defconfig @@ -1,7 +1,7 @@ # # Automatically generated make config: don't edit @@ -73933,9 +73933,9 @@ Index: linux-2.6.25.1/arch/powerpc/configs/pseries_defconfig # # Kernel hacking -Index: linux-2.6.25.1/arch/powerpc/configs/rainier_defconfig +Index: linux-2.6.25.4/arch/powerpc/configs/rainier_defconfig =================================================================== ---- linux-2.6.25.1.orig/arch/powerpc/configs/rainier_defconfig +--- linux-2.6.25.4.orig/arch/powerpc/configs/rainier_defconfig +++ /dev/null @@ -1,899 +0,0 @@ -# @@ -74837,9 +74837,9 @@ Index: linux-2.6.25.1/arch/powerpc/configs/rainier_defconfig -CONFIG_CRYPTO_HW=y -# CONFIG_CRYPTO_DEV_HIFN_795X is not set -# CONFIG_PPC_CLOCK is not set -Index: linux-2.6.25.1/arch/powerpc/configs/sbc834x_defconfig +Index: linux-2.6.25.4/arch/powerpc/configs/sbc834x_defconfig =================================================================== ---- linux-2.6.25.1.orig/arch/powerpc/configs/sbc834x_defconfig +--- linux-2.6.25.4.orig/arch/powerpc/configs/sbc834x_defconfig +++ /dev/null @@ -1,828 +0,0 @@ -# @@ -75670,9 +75670,9 @@ Index: linux-2.6.25.1/arch/powerpc/configs/sbc834x_defconfig -# CONFIG_CRYPTO_LZO is not set -# CONFIG_CRYPTO_HW is not set -# CONFIG_PPC_CLOCK is not set -Index: linux-2.6.25.1/arch/powerpc/configs/sbc8548_defconfig +Index: linux-2.6.25.4/arch/powerpc/configs/sbc8548_defconfig =================================================================== ---- linux-2.6.25.1.orig/arch/powerpc/configs/sbc8548_defconfig +--- linux-2.6.25.4.orig/arch/powerpc/configs/sbc8548_defconfig +++ /dev/null @@ -1,812 +0,0 @@ -# @@ -76487,9 +76487,9 @@ Index: linux-2.6.25.1/arch/powerpc/configs/sbc8548_defconfig -CONFIG_CRYPTO_HW=y -# CONFIG_CRYPTO_DEV_HIFN_795X is not set -# CONFIG_PPC_CLOCK is not set -Index: linux-2.6.25.1/arch/powerpc/configs/sbc8560_defconfig +Index: linux-2.6.25.4/arch/powerpc/configs/sbc8560_defconfig =================================================================== ---- linux-2.6.25.1.orig/arch/powerpc/configs/sbc8560_defconfig +--- linux-2.6.25.4.orig/arch/powerpc/configs/sbc8560_defconfig +++ /dev/null @@ -1,830 +0,0 @@ -# @@ -77322,10 +77322,10 @@ Index: linux-2.6.25.1/arch/powerpc/configs/sbc8560_defconfig -# CONFIG_CRYPTO_LZO is not set -CONFIG_CRYPTO_HW=y -# CONFIG_PPC_CLOCK is not set -Index: linux-2.6.25.1/arch/powerpc/configs/sbc8641d_defconfig +Index: linux-2.6.25.4/arch/powerpc/configs/sbc8641d_defconfig =================================================================== --- /dev/null -+++ linux-2.6.25.1/arch/powerpc/configs/sbc8641d_defconfig ++++ linux-2.6.25.4/arch/powerpc/configs/sbc8641d_defconfig @@ -0,0 +1,1342 @@ +# +# Automatically generated make config: don't edit @@ -78669,9 +78669,9 @@ Index: linux-2.6.25.1/arch/powerpc/configs/sbc8641d_defconfig +CONFIG_CRYPTO_HW=y +# CONFIG_CRYPTO_DEV_HIFN_795X is not set +# CONFIG_PPC_CLOCK is not set -Index: linux-2.6.25.1/arch/powerpc/configs/sequoia_defconfig +Index: linux-2.6.25.4/arch/powerpc/configs/sequoia_defconfig =================================================================== ---- linux-2.6.25.1.orig/arch/powerpc/configs/sequoia_defconfig +--- linux-2.6.25.4.orig/arch/powerpc/configs/sequoia_defconfig +++ /dev/null @@ -1,916 +0,0 @@ -# @@ -79590,9 +79590,9 @@ Index: linux-2.6.25.1/arch/powerpc/configs/sequoia_defconfig -CONFIG_CRYPTO_HW=y -# CONFIG_CRYPTO_DEV_HIFN_795X is not set -# CONFIG_PPC_CLOCK is not set -Index: linux-2.6.25.1/arch/powerpc/configs/stx_gp3_defconfig +Index: linux-2.6.25.4/arch/powerpc/configs/stx_gp3_defconfig =================================================================== ---- linux-2.6.25.1.orig/arch/powerpc/configs/stx_gp3_defconfig +--- linux-2.6.25.4.orig/arch/powerpc/configs/stx_gp3_defconfig +++ /dev/null @@ -1,1253 +0,0 @@ -# @@ -80848,9 +80848,9 @@ Index: linux-2.6.25.1/arch/powerpc/configs/stx_gp3_defconfig -# CONFIG_CRYPTO_DEV_HIFN_795X is not set -# CONFIG_PPC_CLOCK is not set -CONFIG_PPC_LIB_RHEAP=y -Index: linux-2.6.25.1/arch/powerpc/configs/taishan_defconfig +Index: linux-2.6.25.4/arch/powerpc/configs/taishan_defconfig =================================================================== ---- linux-2.6.25.1.orig/arch/powerpc/configs/taishan_defconfig +--- linux-2.6.25.4.orig/arch/powerpc/configs/taishan_defconfig +++ /dev/null @@ -1,815 +0,0 @@ -# @@ -81668,9 +81668,9 @@ Index: linux-2.6.25.1/arch/powerpc/configs/taishan_defconfig -CONFIG_CRYPTO_HW=y -# CONFIG_CRYPTO_DEV_HIFN_795X is not set -# CONFIG_PPC_CLOCK is not set -Index: linux-2.6.25.1/arch/powerpc/configs/tqm8540_defconfig +Index: linux-2.6.25.4/arch/powerpc/configs/tqm8540_defconfig =================================================================== ---- linux-2.6.25.1.orig/arch/powerpc/configs/tqm8540_defconfig +--- linux-2.6.25.4.orig/arch/powerpc/configs/tqm8540_defconfig +++ /dev/null @@ -1,1097 +0,0 @@ -# @@ -82770,9 +82770,9 @@ Index: linux-2.6.25.1/arch/powerpc/configs/tqm8540_defconfig -CONFIG_CRYPTO_HW=y -# CONFIG_CRYPTO_DEV_HIFN_795X is not set -# CONFIG_PPC_CLOCK is not set -Index: linux-2.6.25.1/arch/powerpc/configs/tqm8541_defconfig +Index: linux-2.6.25.4/arch/powerpc/configs/tqm8541_defconfig =================================================================== ---- linux-2.6.25.1.orig/arch/powerpc/configs/tqm8541_defconfig +--- linux-2.6.25.4.orig/arch/powerpc/configs/tqm8541_defconfig +++ /dev/null @@ -1,1109 +0,0 @@ -# @@ -83884,9 +83884,9 @@ Index: linux-2.6.25.1/arch/powerpc/configs/tqm8541_defconfig -# CONFIG_CRYPTO_DEV_HIFN_795X is not set -# CONFIG_PPC_CLOCK is not set -CONFIG_PPC_LIB_RHEAP=y -Index: linux-2.6.25.1/arch/powerpc/configs/tqm8555_defconfig +Index: linux-2.6.25.4/arch/powerpc/configs/tqm8555_defconfig =================================================================== ---- linux-2.6.25.1.orig/arch/powerpc/configs/tqm8555_defconfig +--- linux-2.6.25.4.orig/arch/powerpc/configs/tqm8555_defconfig +++ /dev/null @@ -1,1109 +0,0 @@ -# @@ -84998,9 +84998,9 @@ Index: linux-2.6.25.1/arch/powerpc/configs/tqm8555_defconfig -# CONFIG_CRYPTO_DEV_HIFN_795X is not set -# CONFIG_PPC_CLOCK is not set -CONFIG_PPC_LIB_RHEAP=y -Index: linux-2.6.25.1/arch/powerpc/configs/tqm8560_defconfig +Index: linux-2.6.25.4/arch/powerpc/configs/tqm8560_defconfig =================================================================== ---- linux-2.6.25.1.orig/arch/powerpc/configs/tqm8560_defconfig +--- linux-2.6.25.4.orig/arch/powerpc/configs/tqm8560_defconfig +++ /dev/null @@ -1,1109 +0,0 @@ -# @@ -86112,9 +86112,9 @@ Index: linux-2.6.25.1/arch/powerpc/configs/tqm8560_defconfig -# CONFIG_CRYPTO_DEV_HIFN_795X is not set -# CONFIG_PPC_CLOCK is not set -CONFIG_PPC_LIB_RHEAP=y -Index: linux-2.6.25.1/arch/powerpc/configs/walnut_defconfig +Index: linux-2.6.25.4/arch/powerpc/configs/walnut_defconfig =================================================================== ---- linux-2.6.25.1.orig/arch/powerpc/configs/walnut_defconfig +--- linux-2.6.25.4.orig/arch/powerpc/configs/walnut_defconfig +++ /dev/null @@ -1,887 +0,0 @@ -# @@ -87004,9 +87004,9 @@ Index: linux-2.6.25.1/arch/powerpc/configs/walnut_defconfig -CONFIG_CRYPTO_HW=y -# CONFIG_CRYPTO_DEV_HIFN_795X is not set -# CONFIG_PPC_CLOCK is not set -Index: linux-2.6.25.1/arch/powerpc/configs/warp_defconfig +Index: linux-2.6.25.4/arch/powerpc/configs/warp_defconfig =================================================================== ---- linux-2.6.25.1.orig/arch/powerpc/configs/warp_defconfig +--- linux-2.6.25.4.orig/arch/powerpc/configs/warp_defconfig +++ /dev/null @@ -1,1110 +0,0 @@ -# @@ -88119,10 +88119,10 @@ Index: linux-2.6.25.1/arch/powerpc/configs/warp_defconfig -# CONFIG_CRYPTO_LZO is not set -CONFIG_CRYPTO_HW=y -# CONFIG_PPC_CLOCK is not set -Index: linux-2.6.25.1/arch/powerpc/kernel/Makefile +Index: linux-2.6.25.4/arch/powerpc/kernel/Makefile =================================================================== ---- linux-2.6.25.1.orig/arch/powerpc/kernel/Makefile -+++ linux-2.6.25.1/arch/powerpc/kernel/Makefile +--- linux-2.6.25.4.orig/arch/powerpc/kernel/Makefile ++++ linux-2.6.25.4/arch/powerpc/kernel/Makefile @@ -67,6 +67,7 @@ obj-$(CONFIG_BOOTX_TEXT) += btext.o obj-$(CONFIG_SMP) += smp.o obj-$(CONFIG_KPROBES) += kprobes.o @@ -88131,10 +88131,10 @@ Index: linux-2.6.25.1/arch/powerpc/kernel/Makefile pci64-$(CONFIG_PPC64) += pci_dn.o isa-bridge.o obj-$(CONFIG_PCI) += pci_$(CONFIG_WORD_SIZE).o $(pci64-y) \ -Index: linux-2.6.25.1/arch/powerpc/kernel/asm-offsets.c +Index: linux-2.6.25.4/arch/powerpc/kernel/asm-offsets.c =================================================================== ---- linux-2.6.25.1.orig/arch/powerpc/kernel/asm-offsets.c -+++ linux-2.6.25.1/arch/powerpc/kernel/asm-offsets.c +--- linux-2.6.25.4.orig/arch/powerpc/kernel/asm-offsets.c ++++ linux-2.6.25.4/arch/powerpc/kernel/asm-offsets.c @@ -26,8 +26,6 @@ #ifdef CONFIG_PPC64 #include @@ -88180,10 +88180,10 @@ Index: linux-2.6.25.1/arch/powerpc/kernel/asm-offsets.c #endif DEFINE(PGD_TABLE_SIZE, PGD_TABLE_SIZE); -Index: linux-2.6.25.1/arch/powerpc/kernel/btext.c +Index: linux-2.6.25.4/arch/powerpc/kernel/btext.c =================================================================== ---- linux-2.6.25.1.orig/arch/powerpc/kernel/btext.c -+++ linux-2.6.25.1/arch/powerpc/kernel/btext.c +--- linux-2.6.25.4.orig/arch/powerpc/kernel/btext.c ++++ linux-2.6.25.4/arch/powerpc/kernel/btext.c @@ -7,6 +7,7 @@ #include #include @@ -88201,10 +88201,10 @@ Index: linux-2.6.25.1/arch/powerpc/kernel/btext.c #include #include -Index: linux-2.6.25.1/arch/powerpc/kernel/cpu_setup_44x.S +Index: linux-2.6.25.4/arch/powerpc/kernel/cpu_setup_44x.S =================================================================== ---- linux-2.6.25.1.orig/arch/powerpc/kernel/cpu_setup_44x.S -+++ linux-2.6.25.1/arch/powerpc/kernel/cpu_setup_44x.S +--- linux-2.6.25.4.orig/arch/powerpc/kernel/cpu_setup_44x.S ++++ linux-2.6.25.4/arch/powerpc/kernel/cpu_setup_44x.S @@ -3,7 +3,7 @@ * Valentine Barshak * MontaVista Software, Inc (c) 2007 @@ -88224,10 +88224,10 @@ Index: linux-2.6.25.1/arch/powerpc/kernel/cpu_setup_44x.S _GLOBAL(__setup_cpu_440gx) _GLOBAL(__setup_cpu_440spe) b __fixup_440A_mcheck -Index: linux-2.6.25.1/arch/powerpc/kernel/cputable.c +Index: linux-2.6.25.4/arch/powerpc/kernel/cputable.c =================================================================== ---- linux-2.6.25.1.orig/arch/powerpc/kernel/cputable.c -+++ linux-2.6.25.1/arch/powerpc/kernel/cputable.c +--- linux-2.6.25.4.orig/arch/powerpc/kernel/cputable.c ++++ linux-2.6.25.4/arch/powerpc/kernel/cputable.c @@ -36,6 +36,8 @@ extern void __setup_cpu_440epx(unsigned extern void __setup_cpu_440gx(unsigned long offset, struct cpu_spec* spec); extern void __setup_cpu_440grx(unsigned long offset, struct cpu_spec* spec); @@ -88277,10 +88277,10 @@ Index: linux-2.6.25.1/arch/powerpc/kernel/cputable.c * setup_cpu for that processor. I will consolidate * that at a later time, for now, just use #ifdef. * we also don't need to PTRRELOC the function pointer -Index: linux-2.6.25.1/arch/powerpc/kernel/crash.c +Index: linux-2.6.25.4/arch/powerpc/kernel/crash.c =================================================================== ---- linux-2.6.25.1.orig/arch/powerpc/kernel/crash.c -+++ linux-2.6.25.1/arch/powerpc/kernel/crash.c +--- linux-2.6.25.4.orig/arch/powerpc/kernel/crash.c ++++ linux-2.6.25.4/arch/powerpc/kernel/crash.c @@ -24,12 +24,13 @@ #include #include @@ -88296,10 +88296,10 @@ Index: linux-2.6.25.1/arch/powerpc/kernel/crash.c #include #include #include -Index: linux-2.6.25.1/arch/powerpc/kernel/crash_dump.c +Index: linux-2.6.25.4/arch/powerpc/kernel/crash_dump.c =================================================================== ---- linux-2.6.25.1.orig/arch/powerpc/kernel/crash_dump.c -+++ linux-2.6.25.1/arch/powerpc/kernel/crash_dump.c +--- linux-2.6.25.4.orig/arch/powerpc/kernel/crash_dump.c ++++ linux-2.6.25.4/arch/powerpc/kernel/crash_dump.c @@ -13,8 +13,9 @@ #include @@ -88311,10 +88311,10 @@ Index: linux-2.6.25.1/arch/powerpc/kernel/crash_dump.c #include #include -Index: linux-2.6.25.1/arch/powerpc/kernel/entry_32.S +Index: linux-2.6.25.4/arch/powerpc/kernel/entry_32.S =================================================================== ---- linux-2.6.25.1.orig/arch/powerpc/kernel/entry_32.S -+++ linux-2.6.25.1/arch/powerpc/kernel/entry_32.S +--- linux-2.6.25.4.orig/arch/powerpc/kernel/entry_32.S ++++ linux-2.6.25.4/arch/powerpc/kernel/entry_32.S @@ -110,9 +110,9 @@ transfer_to_handler: stw r11,PT_REGS(r12) #if defined(CONFIG_40x) || defined(CONFIG_BOOKE) @@ -88390,10 +88390,10 @@ Index: linux-2.6.25.1/arch/powerpc/kernel/entry_32.S .previous #endif /* !(CONFIG_4xx || CONFIG_BOOKE) */ -Index: linux-2.6.25.1/arch/powerpc/kernel/entry_64.S +Index: linux-2.6.25.4/arch/powerpc/kernel/entry_64.S =================================================================== ---- linux-2.6.25.1.orig/arch/powerpc/kernel/entry_64.S -+++ linux-2.6.25.1/arch/powerpc/kernel/entry_64.S +--- linux-2.6.25.4.orig/arch/powerpc/kernel/entry_64.S ++++ linux-2.6.25.4/arch/powerpc/kernel/entry_64.S @@ -29,6 +29,8 @@ #include #include @@ -88473,10 +88473,10 @@ Index: linux-2.6.25.1/arch/powerpc/kernel/entry_64.S li r0,1 stb r0,PACASOFTIRQEN(r13) stb r0,PACAHARDIRQEN(r13) -Index: linux-2.6.25.1/arch/powerpc/kernel/head_32.S +Index: linux-2.6.25.4/arch/powerpc/kernel/head_32.S =================================================================== ---- linux-2.6.25.1.orig/arch/powerpc/kernel/head_32.S -+++ linux-2.6.25.1/arch/powerpc/kernel/head_32.S +--- linux-2.6.25.4.orig/arch/powerpc/kernel/head_32.S ++++ linux-2.6.25.4/arch/powerpc/kernel/head_32.S @@ -30,6 +30,7 @@ #include #include @@ -88520,10 +88520,10 @@ Index: linux-2.6.25.1/arch/powerpc/kernel/head_32.S * giveup_altivec(tsk) * Disable AltiVec for the task given as the argument, * and save the AltiVec registers in its thread_struct. -Index: linux-2.6.25.1/arch/powerpc/kernel/head_44x.S +Index: linux-2.6.25.4/arch/powerpc/kernel/head_44x.S =================================================================== ---- linux-2.6.25.1.orig/arch/powerpc/kernel/head_44x.S -+++ linux-2.6.25.1/arch/powerpc/kernel/head_44x.S +--- linux-2.6.25.4.orig/arch/powerpc/kernel/head_44x.S ++++ linux-2.6.25.4/arch/powerpc/kernel/head_44x.S @@ -211,7 +211,7 @@ skpinv: addi r4,r4,1 /* Increment */ SET_IVOR(12, WatchdogTimer); SET_IVOR(13, DataTLBError); @@ -88542,10 +88542,10 @@ Index: linux-2.6.25.1/arch/powerpc/kernel/head_44x.S /* * Local functions -Index: linux-2.6.25.1/arch/powerpc/kernel/head_64.S +Index: linux-2.6.25.4/arch/powerpc/kernel/head_64.S =================================================================== ---- linux-2.6.25.1.orig/arch/powerpc/kernel/head_64.S -+++ linux-2.6.25.1/arch/powerpc/kernel/head_64.S +--- linux-2.6.25.4.orig/arch/powerpc/kernel/head_64.S ++++ linux-2.6.25.4/arch/powerpc/kernel/head_64.S @@ -36,8 +36,7 @@ #include #include @@ -88703,10 +88703,10 @@ Index: linux-2.6.25.1/arch/powerpc/kernel/head_64.S /* Load the TOC */ ld r2,PACATOC(r13) std r1,PACAKSAVE(r13) -Index: linux-2.6.25.1/arch/powerpc/kernel/head_booke.h +Index: linux-2.6.25.4/arch/powerpc/kernel/head_booke.h =================================================================== ---- linux-2.6.25.1.orig/arch/powerpc/kernel/head_booke.h -+++ linux-2.6.25.1/arch/powerpc/kernel/head_booke.h +--- linux-2.6.25.4.orig/arch/powerpc/kernel/head_booke.h ++++ linux-2.6.25.4/arch/powerpc/kernel/head_booke.h @@ -56,8 +56,17 @@ * is necessary since the MMU is always on, for Book-E parts, and the stacks * are offset from KERNELBASE. @@ -88790,10 +88790,10 @@ Index: linux-2.6.25.1/arch/powerpc/kernel/head_booke.h #define INSTRUCTION_STORAGE_EXCEPTION \ START_EXCEPTION(InstructionStorage) \ -Index: linux-2.6.25.1/arch/powerpc/kernel/head_fsl_booke.S +Index: linux-2.6.25.4/arch/powerpc/kernel/head_fsl_booke.S =================================================================== ---- linux-2.6.25.1.orig/arch/powerpc/kernel/head_fsl_booke.S -+++ linux-2.6.25.1/arch/powerpc/kernel/head_fsl_booke.S +--- linux-2.6.25.4.orig/arch/powerpc/kernel/head_fsl_booke.S ++++ linux-2.6.25.4/arch/powerpc/kernel/head_fsl_booke.S @@ -68,7 +68,9 @@ _ENTRY(_start); mr r29,r5 mr r28,r6 @@ -88883,10 +88883,10 @@ Index: linux-2.6.25.1/arch/powerpc/kernel/head_fsl_booke.S /* * Local functions -Index: linux-2.6.25.1/arch/powerpc/kernel/ibmebus.c +Index: linux-2.6.25.4/arch/powerpc/kernel/ibmebus.c =================================================================== ---- linux-2.6.25.1.orig/arch/powerpc/kernel/ibmebus.c -+++ linux-2.6.25.1/arch/powerpc/kernel/ibmebus.c +--- linux-2.6.25.4.orig/arch/powerpc/kernel/ibmebus.c ++++ linux-2.6.25.4/arch/powerpc/kernel/ibmebus.c @@ -183,7 +183,7 @@ static int ibmebus_create_devices(const ret = ibmebus_create_device(child); if (ret) { @@ -88940,10 +88940,10 @@ Index: linux-2.6.25.1/arch/powerpc/kernel/ibmebus.c bus_unregister(&ibmebus_bus_type); return err; -Index: linux-2.6.25.1/arch/powerpc/kernel/iommu.c +Index: linux-2.6.25.4/arch/powerpc/kernel/iommu.c =================================================================== ---- linux-2.6.25.1.orig/arch/powerpc/kernel/iommu.c -+++ linux-2.6.25.1/arch/powerpc/kernel/iommu.c +--- linux-2.6.25.4.orig/arch/powerpc/kernel/iommu.c ++++ linux-2.6.25.4/arch/powerpc/kernel/iommu.c @@ -520,7 +520,7 @@ void iommu_free_table(struct iommu_table unsigned int order; @@ -88962,10 +88962,10 @@ Index: linux-2.6.25.1/arch/powerpc/kernel/iommu.c break; } } -Index: linux-2.6.25.1/arch/powerpc/kernel/irq.c +Index: linux-2.6.25.4/arch/powerpc/kernel/irq.c =================================================================== ---- linux-2.6.25.1.orig/arch/powerpc/kernel/irq.c -+++ linux-2.6.25.1/arch/powerpc/kernel/irq.c +--- linux-2.6.25.4.orig/arch/powerpc/kernel/irq.c ++++ linux-2.6.25.4/arch/powerpc/kernel/irq.c @@ -114,7 +114,7 @@ static inline void set_soft_enabled(unsi : : "r" (enable), "i" (offsetof(struct paca_struct, soft_enabled))); } @@ -89014,10 +89014,10 @@ Index: linux-2.6.25.1/arch/powerpc/kernel/irq.c memset((void *)hardirq_ctx[i], 0, THREAD_SIZE); tp = hardirq_ctx[i]; -Index: linux-2.6.25.1/arch/powerpc/kernel/isa-bridge.c +Index: linux-2.6.25.4/arch/powerpc/kernel/isa-bridge.c =================================================================== ---- linux-2.6.25.1.orig/arch/powerpc/kernel/isa-bridge.c -+++ linux-2.6.25.1/arch/powerpc/kernel/isa-bridge.c +--- linux-2.6.25.4.orig/arch/powerpc/kernel/isa-bridge.c ++++ linux-2.6.25.4/arch/powerpc/kernel/isa-bridge.c @@ -80,13 +80,13 @@ static void __devinit pci_process_ISA_OF * (size depending on dev->n_addr_cells) * cell 5: the size of the range @@ -89043,10 +89043,10 @@ Index: linux-2.6.25.1/arch/powerpc/kernel/isa-bridge.c return; } -Index: linux-2.6.25.1/arch/powerpc/kernel/lparcfg.c +Index: linux-2.6.25.4/arch/powerpc/kernel/lparcfg.c =================================================================== ---- linux-2.6.25.1.orig/arch/powerpc/kernel/lparcfg.c -+++ linux-2.6.25.1/arch/powerpc/kernel/lparcfg.c +--- linux-2.6.25.4.orig/arch/powerpc/kernel/lparcfg.c ++++ linux-2.6.25.4/arch/powerpc/kernel/lparcfg.c @@ -226,7 +226,7 @@ static void parse_system_parameter_strin unsigned char *local_buffer = kmalloc(SPLPAR_MAXLENGTH, GFP_KERNEL); if (!local_buffer) { @@ -89095,10 +89095,10 @@ Index: linux-2.6.25.1/arch/powerpc/kernel/lparcfg.c retval = -EIO; } -Index: linux-2.6.25.1/arch/powerpc/kernel/machine_kexec.c +Index: linux-2.6.25.4/arch/powerpc/kernel/machine_kexec.c =================================================================== ---- linux-2.6.25.1.orig/arch/powerpc/kernel/machine_kexec.c -+++ linux-2.6.25.1/arch/powerpc/kernel/machine_kexec.c +--- linux-2.6.25.4.orig/arch/powerpc/kernel/machine_kexec.c ++++ linux-2.6.25.4/arch/powerpc/kernel/machine_kexec.c @@ -12,8 +12,9 @@ #include #include @@ -89110,10 +89110,10 @@ Index: linux-2.6.25.1/arch/powerpc/kernel/machine_kexec.c void machine_crash_shutdown(struct pt_regs *regs) { -Index: linux-2.6.25.1/arch/powerpc/kernel/paca.c +Index: linux-2.6.25.4/arch/powerpc/kernel/paca.c =================================================================== ---- linux-2.6.25.1.orig/arch/powerpc/kernel/paca.c -+++ linux-2.6.25.1/arch/powerpc/kernel/paca.c +--- linux-2.6.25.4.orig/arch/powerpc/kernel/paca.c ++++ linux-2.6.25.4/arch/powerpc/kernel/paca.c @@ -15,7 +15,6 @@ #include #include @@ -89178,10 +89178,10 @@ Index: linux-2.6.25.1/arch/powerpc/kernel/paca.c struct paca_struct paca[] = { PACA_INIT(0), #if NR_CPUS > 1 -Index: linux-2.6.25.1/arch/powerpc/kernel/ppc_ksyms.c +Index: linux-2.6.25.4/arch/powerpc/kernel/ppc_ksyms.c =================================================================== ---- linux-2.6.25.1.orig/arch/powerpc/kernel/ppc_ksyms.c -+++ linux-2.6.25.1/arch/powerpc/kernel/ppc_ksyms.c +--- linux-2.6.25.4.orig/arch/powerpc/kernel/ppc_ksyms.c ++++ linux-2.6.25.4/arch/powerpc/kernel/ppc_ksyms.c @@ -45,10 +45,6 @@ #include #include @@ -89214,10 +89214,10 @@ Index: linux-2.6.25.1/arch/powerpc/kernel/ppc_ksyms.c EXPORT_SYMBOL(__mfdcr); #endif +EXPORT_SYMBOL(empty_zero_page); -Index: linux-2.6.25.1/arch/powerpc/kernel/process.c +Index: linux-2.6.25.4/arch/powerpc/kernel/process.c =================================================================== ---- linux-2.6.25.1.orig/arch/powerpc/kernel/process.c -+++ linux-2.6.25.1/arch/powerpc/kernel/process.c +--- linux-2.6.25.4.orig/arch/powerpc/kernel/process.c ++++ linux-2.6.25.4/arch/powerpc/kernel/process.c @@ -868,11 +868,6 @@ int sys_execve(unsigned long a0, unsigne flush_spe_to_thread(current); error = do_execve(filename, (char __user * __user *) a1, @@ -89296,10 +89296,10 @@ Index: linux-2.6.25.1/arch/powerpc/kernel/process.c struct pt_regs *regs = (struct pt_regs *) (sp + STACK_FRAME_OVERHEAD); printk("--- Exception: %lx", regs->trap); -Index: linux-2.6.25.1/arch/powerpc/kernel/prom.c +Index: linux-2.6.25.4/arch/powerpc/kernel/prom.c =================================================================== ---- linux-2.6.25.1.orig/arch/powerpc/kernel/prom.c -+++ linux-2.6.25.1/arch/powerpc/kernel/prom.c +--- linux-2.6.25.4.orig/arch/powerpc/kernel/prom.c ++++ linux-2.6.25.4/arch/powerpc/kernel/prom.c @@ -31,10 +31,10 @@ #include #include @@ -89541,10 +89541,10 @@ Index: linux-2.6.25.1/arch/powerpc/kernel/prom.c if (!found) return -ENODEV; -Index: linux-2.6.25.1/arch/powerpc/kernel/prom_init.c +Index: linux-2.6.25.4/arch/powerpc/kernel/prom_init.c =================================================================== ---- linux-2.6.25.1.orig/arch/powerpc/kernel/prom_init.c -+++ linux-2.6.25.1/arch/powerpc/kernel/prom_init.c +--- linux-2.6.25.4.orig/arch/powerpc/kernel/prom_init.c ++++ linux-2.6.25.4/arch/powerpc/kernel/prom_init.c @@ -2240,6 +2240,14 @@ static void __init fixup_device_tree_efi if (rv != PROM_ERROR && (strcmp(prop, "chrp") == 0)) prom_setprop(node, "/", "device_type", "efika", sizeof("efika")); @@ -89560,10 +89560,10 @@ Index: linux-2.6.25.1/arch/powerpc/kernel/prom_init.c /* Fixup bestcomm interrupts property */ node = call_prom("finddevice", 1, 1, ADDR("/builtin/bestcomm")); if (PHANDLE_VALID(node)) { -Index: linux-2.6.25.1/arch/powerpc/kernel/rtas.c +Index: linux-2.6.25.4/arch/powerpc/kernel/rtas.c =================================================================== ---- linux-2.6.25.1.orig/arch/powerpc/kernel/rtas.c -+++ linux-2.6.25.1/arch/powerpc/kernel/rtas.c +--- linux-2.6.25.4.orig/arch/powerpc/kernel/rtas.c ++++ linux-2.6.25.4/arch/powerpc/kernel/rtas.c @@ -22,6 +22,7 @@ #include #include @@ -89589,10 +89589,10 @@ Index: linux-2.6.25.1/arch/powerpc/kernel/rtas.c rc = -ERANGE; break; } -Index: linux-2.6.25.1/arch/powerpc/kernel/rtas_flash.c +Index: linux-2.6.25.4/arch/powerpc/kernel/rtas_flash.c =================================================================== ---- linux-2.6.25.1.orig/arch/powerpc/kernel/rtas_flash.c -+++ linux-2.6.25.1/arch/powerpc/kernel/rtas_flash.c +--- linux-2.6.25.4.orig/arch/powerpc/kernel/rtas_flash.c ++++ linux-2.6.25.4/arch/powerpc/kernel/rtas_flash.c @@ -807,7 +807,7 @@ int __init rtas_flash_init(void) rtas_block_ctor); if (!flash_block_cache) { @@ -89602,10 +89602,10 @@ Index: linux-2.6.25.1/arch/powerpc/kernel/rtas_flash.c rc = -ENOMEM; goto cleanup; } -Index: linux-2.6.25.1/arch/powerpc/kernel/rtas_pci.c +Index: linux-2.6.25.4/arch/powerpc/kernel/rtas_pci.c =================================================================== ---- linux-2.6.25.1.orig/arch/powerpc/kernel/rtas_pci.c -+++ linux-2.6.25.1/arch/powerpc/kernel/rtas_pci.c +--- linux-2.6.25.4.orig/arch/powerpc/kernel/rtas_pci.c ++++ linux-2.6.25.4/arch/powerpc/kernel/rtas_pci.c @@ -56,21 +56,6 @@ static inline int config_access_valid(st return 0; } @@ -89687,10 +89687,10 @@ Index: linux-2.6.25.1/arch/powerpc/kernel/rtas_pci.c return 1; } } -Index: linux-2.6.25.1/arch/powerpc/kernel/setup-common.c +Index: linux-2.6.25.4/arch/powerpc/kernel/setup-common.c =================================================================== ---- linux-2.6.25.1.orig/arch/powerpc/kernel/setup-common.c -+++ linux-2.6.25.1/arch/powerpc/kernel/setup-common.c +--- linux-2.6.25.4.orig/arch/powerpc/kernel/setup-common.c ++++ linux-2.6.25.4/arch/powerpc/kernel/setup-common.c @@ -34,6 +34,7 @@ #include #include @@ -89730,10 +89730,10 @@ Index: linux-2.6.25.1/arch/powerpc/kernel/setup-common.c if (ppc_md.show_cpuinfo != NULL) ppc_md.show_cpuinfo(m); -Index: linux-2.6.25.1/arch/powerpc/kernel/setup_32.c +Index: linux-2.6.25.4/arch/powerpc/kernel/setup_32.c =================================================================== ---- linux-2.6.25.1.orig/arch/powerpc/kernel/setup_32.c -+++ linux-2.6.25.1/arch/powerpc/kernel/setup_32.c +--- linux-2.6.25.4.orig/arch/powerpc/kernel/setup_32.c ++++ linux-2.6.25.4/arch/powerpc/kernel/setup_32.c @@ -172,6 +172,18 @@ int __init ppc_setup_l2cr(char *str) } __setup("l2cr=", ppc_setup_l2cr); @@ -89762,10 +89762,10 @@ Index: linux-2.6.25.1/arch/powerpc/kernel/setup_32.c init_mm.end_code = (unsigned long) _etext; init_mm.end_data = (unsigned long) _edata; init_mm.brk = klimit; -Index: linux-2.6.25.1/arch/powerpc/kernel/setup_64.c +Index: linux-2.6.25.4/arch/powerpc/kernel/setup_64.c =================================================================== ---- linux-2.6.25.1.orig/arch/powerpc/kernel/setup_64.c -+++ linux-2.6.25.1/arch/powerpc/kernel/setup_64.c +--- linux-2.6.25.4.orig/arch/powerpc/kernel/setup_64.c ++++ linux-2.6.25.4/arch/powerpc/kernel/setup_64.c @@ -33,6 +33,8 @@ #include #include @@ -89802,10 +89802,10 @@ Index: linux-2.6.25.1/arch/powerpc/kernel/setup_64.c init_mm.end_code = (unsigned long) _etext; init_mm.end_data = (unsigned long) _edata; init_mm.brk = klimit; -Index: linux-2.6.25.1/arch/powerpc/kernel/stacktrace.c +Index: linux-2.6.25.4/arch/powerpc/kernel/stacktrace.c =================================================================== --- /dev/null -+++ linux-2.6.25.1/arch/powerpc/kernel/stacktrace.c ++++ linux-2.6.25.4/arch/powerpc/kernel/stacktrace.c @@ -0,0 +1,47 @@ +/* + * Stack trace utility @@ -89854,10 +89854,10 @@ Index: linux-2.6.25.1/arch/powerpc/kernel/stacktrace.c + sp = newsp; + } +} -Index: linux-2.6.25.1/arch/powerpc/kernel/sys_ppc32.c +Index: linux-2.6.25.4/arch/powerpc/kernel/sys_ppc32.c =================================================================== ---- linux-2.6.25.1.orig/arch/powerpc/kernel/sys_ppc32.c -+++ linux-2.6.25.1/arch/powerpc/kernel/sys_ppc32.c +--- linux-2.6.25.4.orig/arch/powerpc/kernel/sys_ppc32.c ++++ linux-2.6.25.4/arch/powerpc/kernel/sys_ppc32.c @@ -368,11 +368,6 @@ long compat_sys_execve(unsigned long a0, error = compat_do_execve(filename, compat_ptr(a1), compat_ptr(a2), regs); @@ -89870,10 +89870,10 @@ Index: linux-2.6.25.1/arch/powerpc/kernel/sys_ppc32.c putname(filename); out: -Index: linux-2.6.25.1/arch/powerpc/kernel/vdso.c +Index: linux-2.6.25.4/arch/powerpc/kernel/vdso.c =================================================================== ---- linux-2.6.25.1.orig/arch/powerpc/kernel/vdso.c -+++ linux-2.6.25.1/arch/powerpc/kernel/vdso.c +--- linux-2.6.25.4.orig/arch/powerpc/kernel/vdso.c ++++ linux-2.6.25.4/arch/powerpc/kernel/vdso.c @@ -21,13 +21,14 @@ #include #include @@ -89890,10 +89890,10 @@ Index: linux-2.6.25.1/arch/powerpc/kernel/vdso.c #include #include #include -Index: linux-2.6.25.1/arch/powerpc/kernel/vio.c +Index: linux-2.6.25.4/arch/powerpc/kernel/vio.c =================================================================== ---- linux-2.6.25.1.orig/arch/powerpc/kernel/vio.c -+++ linux-2.6.25.1/arch/powerpc/kernel/vio.c +--- linux-2.6.25.4.orig/arch/powerpc/kernel/vio.c ++++ linux-2.6.25.4/arch/powerpc/kernel/vio.c @@ -139,7 +139,7 @@ static int vio_bus_remove(struct device */ int vio_register_driver(struct vio_driver *viodrv) @@ -89939,10 +89939,10 @@ Index: linux-2.6.25.1/arch/powerpc/kernel/vio.c return err; } -Index: linux-2.6.25.1/arch/powerpc/kernel/vmlinux.lds.S +Index: linux-2.6.25.4/arch/powerpc/kernel/vmlinux.lds.S =================================================================== ---- linux-2.6.25.1.orig/arch/powerpc/kernel/vmlinux.lds.S -+++ linux-2.6.25.1/arch/powerpc/kernel/vmlinux.lds.S +--- linux-2.6.25.4.orig/arch/powerpc/kernel/vmlinux.lds.S ++++ linux-2.6.25.4/arch/powerpc/kernel/vmlinux.lds.S @@ -1,11 +1,9 @@ #ifdef CONFIG_PPC64 -#include @@ -90134,10 +90134,10 @@ Index: linux-2.6.25.1/arch/powerpc/kernel/vmlinux.lds.S __bss_start = .; *(.sbss) *(.scommon) *(.dynbss) -Index: linux-2.6.25.1/arch/powerpc/lib/rheap.c +Index: linux-2.6.25.4/arch/powerpc/lib/rheap.c =================================================================== ---- linux-2.6.25.1.orig/arch/powerpc/lib/rheap.c -+++ linux-2.6.25.1/arch/powerpc/lib/rheap.c +--- linux-2.6.25.4.orig/arch/powerpc/lib/rheap.c ++++ linux-2.6.25.4/arch/powerpc/lib/rheap.c @@ -54,7 +54,7 @@ static int grow(rh_info_t * info, int ma new_blocks = max_blocks - info->max_blocks; @@ -90156,10 +90156,10 @@ Index: linux-2.6.25.1/arch/powerpc/lib/rheap.c if (info == NULL) return ERR_PTR(-ENOMEM); -Index: linux-2.6.25.1/arch/powerpc/lib/string.S +Index: linux-2.6.25.4/arch/powerpc/lib/string.S =================================================================== ---- linux-2.6.25.1.orig/arch/powerpc/lib/string.S -+++ linux-2.6.25.1/arch/powerpc/lib/string.S +--- linux-2.6.25.4.orig/arch/powerpc/lib/string.S ++++ linux-2.6.25.4/arch/powerpc/lib/string.S @@ -75,6 +75,20 @@ _GLOBAL(strcmp) beq 1b blr @@ -90181,10 +90181,10 @@ Index: linux-2.6.25.1/arch/powerpc/lib/string.S _GLOBAL(strlen) addi r4,r3,-1 1: lbzu r0,1(r4) -Index: linux-2.6.25.1/arch/powerpc/math-emu/fabs.c +Index: linux-2.6.25.4/arch/powerpc/math-emu/fabs.c =================================================================== ---- linux-2.6.25.1.orig/arch/powerpc/math-emu/fabs.c -+++ linux-2.6.25.1/arch/powerpc/math-emu/fabs.c +--- linux-2.6.25.4.orig/arch/powerpc/math-emu/fabs.c ++++ linux-2.6.25.4/arch/powerpc/math-emu/fabs.c @@ -9,7 +9,7 @@ fabs(u32 *frD, u32 *frB) frD[1] = frB[1]; @@ -90194,10 +90194,10 @@ Index: linux-2.6.25.1/arch/powerpc/math-emu/fabs.c dump_double(frD); printk("\n"); #endif -Index: linux-2.6.25.1/arch/powerpc/math-emu/fadd.c +Index: linux-2.6.25.4/arch/powerpc/math-emu/fadd.c =================================================================== ---- linux-2.6.25.1.orig/arch/powerpc/math-emu/fadd.c -+++ linux-2.6.25.1/arch/powerpc/math-emu/fadd.c +--- linux-2.6.25.4.orig/arch/powerpc/math-emu/fadd.c ++++ linux-2.6.25.4/arch/powerpc/math-emu/fadd.c @@ -14,7 +14,7 @@ fadd(void *frD, void *frA, void *frB) int ret = 0; @@ -90207,10 +90207,10 @@ Index: linux-2.6.25.1/arch/powerpc/math-emu/fadd.c #endif __FP_UNPACK_D(A, frA); -Index: linux-2.6.25.1/arch/powerpc/math-emu/fadds.c +Index: linux-2.6.25.4/arch/powerpc/math-emu/fadds.c =================================================================== ---- linux-2.6.25.1.orig/arch/powerpc/math-emu/fadds.c -+++ linux-2.6.25.1/arch/powerpc/math-emu/fadds.c +--- linux-2.6.25.4.orig/arch/powerpc/math-emu/fadds.c ++++ linux-2.6.25.4/arch/powerpc/math-emu/fadds.c @@ -15,7 +15,7 @@ fadds(void *frD, void *frA, void *frB) int ret = 0; @@ -90220,10 +90220,10 @@ Index: linux-2.6.25.1/arch/powerpc/math-emu/fadds.c #endif __FP_UNPACK_D(A, frA); -Index: linux-2.6.25.1/arch/powerpc/math-emu/fcmpo.c +Index: linux-2.6.25.4/arch/powerpc/math-emu/fcmpo.c =================================================================== ---- linux-2.6.25.1.orig/arch/powerpc/math-emu/fcmpo.c -+++ linux-2.6.25.1/arch/powerpc/math-emu/fcmpo.c +--- linux-2.6.25.4.orig/arch/powerpc/math-emu/fcmpo.c ++++ linux-2.6.25.4/arch/powerpc/math-emu/fcmpo.c @@ -15,7 +15,7 @@ fcmpo(u32 *ccr, int crfD, void *frA, voi int ret = 0; @@ -90233,10 +90233,10 @@ Index: linux-2.6.25.1/arch/powerpc/math-emu/fcmpo.c #endif __FP_UNPACK_D(A, frA); -Index: linux-2.6.25.1/arch/powerpc/math-emu/fcmpu.c +Index: linux-2.6.25.4/arch/powerpc/math-emu/fcmpu.c =================================================================== ---- linux-2.6.25.1.orig/arch/powerpc/math-emu/fcmpu.c -+++ linux-2.6.25.1/arch/powerpc/math-emu/fcmpu.c +--- linux-2.6.25.4.orig/arch/powerpc/math-emu/fcmpu.c ++++ linux-2.6.25.4/arch/powerpc/math-emu/fcmpu.c @@ -14,7 +14,7 @@ fcmpu(u32 *ccr, int crfD, void *frA, voi long cmp; @@ -90246,10 +90246,10 @@ Index: linux-2.6.25.1/arch/powerpc/math-emu/fcmpu.c #endif __FP_UNPACK_D(A, frA); -Index: linux-2.6.25.1/arch/powerpc/math-emu/fctiw.c +Index: linux-2.6.25.4/arch/powerpc/math-emu/fctiw.c =================================================================== ---- linux-2.6.25.1.orig/arch/powerpc/math-emu/fctiw.c -+++ linux-2.6.25.1/arch/powerpc/math-emu/fctiw.c +--- linux-2.6.25.4.orig/arch/powerpc/math-emu/fctiw.c ++++ linux-2.6.25.4/arch/powerpc/math-emu/fctiw.c @@ -16,7 +16,7 @@ fctiw(u32 *frD, void *frB) frD[1] = r; @@ -90259,10 +90259,10 @@ Index: linux-2.6.25.1/arch/powerpc/math-emu/fctiw.c dump_double(frD); printk("\n"); #endif -Index: linux-2.6.25.1/arch/powerpc/math-emu/fctiwz.c +Index: linux-2.6.25.4/arch/powerpc/math-emu/fctiwz.c =================================================================== ---- linux-2.6.25.1.orig/arch/powerpc/math-emu/fctiwz.c -+++ linux-2.6.25.1/arch/powerpc/math-emu/fctiwz.c +--- linux-2.6.25.4.orig/arch/powerpc/math-emu/fctiwz.c ++++ linux-2.6.25.4/arch/powerpc/math-emu/fctiwz.c @@ -23,7 +23,7 @@ fctiwz(u32 *frD, void *frB) __FPU_FPSCR = fpscr; @@ -90272,10 +90272,10 @@ Index: linux-2.6.25.1/arch/powerpc/math-emu/fctiwz.c dump_double(frD); printk("\n"); #endif -Index: linux-2.6.25.1/arch/powerpc/math-emu/fdiv.c +Index: linux-2.6.25.4/arch/powerpc/math-emu/fdiv.c =================================================================== ---- linux-2.6.25.1.orig/arch/powerpc/math-emu/fdiv.c -+++ linux-2.6.25.1/arch/powerpc/math-emu/fdiv.c +--- linux-2.6.25.4.orig/arch/powerpc/math-emu/fdiv.c ++++ linux-2.6.25.4/arch/powerpc/math-emu/fdiv.c @@ -14,7 +14,7 @@ fdiv(void *frD, void *frA, void *frB) int ret = 0; @@ -90301,10 +90301,10 @@ Index: linux-2.6.25.1/arch/powerpc/math-emu/fdiv.c #endif } -Index: linux-2.6.25.1/arch/powerpc/math-emu/fdivs.c +Index: linux-2.6.25.4/arch/powerpc/math-emu/fdivs.c =================================================================== ---- linux-2.6.25.1.orig/arch/powerpc/math-emu/fdivs.c -+++ linux-2.6.25.1/arch/powerpc/math-emu/fdivs.c +--- linux-2.6.25.4.orig/arch/powerpc/math-emu/fdivs.c ++++ linux-2.6.25.4/arch/powerpc/math-emu/fdivs.c @@ -15,7 +15,7 @@ fdivs(void *frD, void *frA, void *frB) int ret = 0; @@ -90330,10 +90330,10 @@ Index: linux-2.6.25.1/arch/powerpc/math-emu/fdivs.c #endif } -Index: linux-2.6.25.1/arch/powerpc/math-emu/fmadd.c +Index: linux-2.6.25.4/arch/powerpc/math-emu/fmadd.c =================================================================== ---- linux-2.6.25.1.orig/arch/powerpc/math-emu/fmadd.c -+++ linux-2.6.25.1/arch/powerpc/math-emu/fmadd.c +--- linux-2.6.25.4.orig/arch/powerpc/math-emu/fmadd.c ++++ linux-2.6.25.4/arch/powerpc/math-emu/fmadd.c @@ -16,7 +16,7 @@ fmadd(void *frD, void *frA, void *frB, v int ret = 0; @@ -90343,10 +90343,10 @@ Index: linux-2.6.25.1/arch/powerpc/math-emu/fmadd.c #endif __FP_UNPACK_D(A, frA); -Index: linux-2.6.25.1/arch/powerpc/math-emu/fmadds.c +Index: linux-2.6.25.4/arch/powerpc/math-emu/fmadds.c =================================================================== ---- linux-2.6.25.1.orig/arch/powerpc/math-emu/fmadds.c -+++ linux-2.6.25.1/arch/powerpc/math-emu/fmadds.c +--- linux-2.6.25.4.orig/arch/powerpc/math-emu/fmadds.c ++++ linux-2.6.25.4/arch/powerpc/math-emu/fmadds.c @@ -17,7 +17,7 @@ fmadds(void *frD, void *frA, void *frB, int ret = 0; @@ -90356,10 +90356,10 @@ Index: linux-2.6.25.1/arch/powerpc/math-emu/fmadds.c #endif __FP_UNPACK_D(A, frA); -Index: linux-2.6.25.1/arch/powerpc/math-emu/fmr.c +Index: linux-2.6.25.4/arch/powerpc/math-emu/fmr.c =================================================================== ---- linux-2.6.25.1.orig/arch/powerpc/math-emu/fmr.c -+++ linux-2.6.25.1/arch/powerpc/math-emu/fmr.c +--- linux-2.6.25.4.orig/arch/powerpc/math-emu/fmr.c ++++ linux-2.6.25.4/arch/powerpc/math-emu/fmr.c @@ -9,7 +9,7 @@ fmr(u32 *frD, u32 *frB) frD[1] = frB[1]; @@ -90369,10 +90369,10 @@ Index: linux-2.6.25.1/arch/powerpc/math-emu/fmr.c dump_double(frD); printk("\n"); #endif -Index: linux-2.6.25.1/arch/powerpc/math-emu/fmsub.c +Index: linux-2.6.25.4/arch/powerpc/math-emu/fmsub.c =================================================================== ---- linux-2.6.25.1.orig/arch/powerpc/math-emu/fmsub.c -+++ linux-2.6.25.1/arch/powerpc/math-emu/fmsub.c +--- linux-2.6.25.4.orig/arch/powerpc/math-emu/fmsub.c ++++ linux-2.6.25.4/arch/powerpc/math-emu/fmsub.c @@ -16,7 +16,7 @@ fmsub(void *frD, void *frA, void *frB, v int ret = 0; @@ -90382,10 +90382,10 @@ Index: linux-2.6.25.1/arch/powerpc/math-emu/fmsub.c #endif __FP_UNPACK_D(A, frA); -Index: linux-2.6.25.1/arch/powerpc/math-emu/fmsubs.c +Index: linux-2.6.25.4/arch/powerpc/math-emu/fmsubs.c =================================================================== ---- linux-2.6.25.1.orig/arch/powerpc/math-emu/fmsubs.c -+++ linux-2.6.25.1/arch/powerpc/math-emu/fmsubs.c +--- linux-2.6.25.4.orig/arch/powerpc/math-emu/fmsubs.c ++++ linux-2.6.25.4/arch/powerpc/math-emu/fmsubs.c @@ -17,7 +17,7 @@ fmsubs(void *frD, void *frA, void *frB, int ret = 0; @@ -90395,10 +90395,10 @@ Index: linux-2.6.25.1/arch/powerpc/math-emu/fmsubs.c #endif __FP_UNPACK_D(A, frA); -Index: linux-2.6.25.1/arch/powerpc/math-emu/fmul.c +Index: linux-2.6.25.4/arch/powerpc/math-emu/fmul.c =================================================================== ---- linux-2.6.25.1.orig/arch/powerpc/math-emu/fmul.c -+++ linux-2.6.25.1/arch/powerpc/math-emu/fmul.c +--- linux-2.6.25.4.orig/arch/powerpc/math-emu/fmul.c ++++ linux-2.6.25.4/arch/powerpc/math-emu/fmul.c @@ -14,7 +14,7 @@ fmul(void *frD, void *frA, void *frB) int ret = 0; @@ -90408,10 +90408,10 @@ Index: linux-2.6.25.1/arch/powerpc/math-emu/fmul.c #endif __FP_UNPACK_D(A, frA); -Index: linux-2.6.25.1/arch/powerpc/math-emu/fmuls.c +Index: linux-2.6.25.4/arch/powerpc/math-emu/fmuls.c =================================================================== ---- linux-2.6.25.1.orig/arch/powerpc/math-emu/fmuls.c -+++ linux-2.6.25.1/arch/powerpc/math-emu/fmuls.c +--- linux-2.6.25.4.orig/arch/powerpc/math-emu/fmuls.c ++++ linux-2.6.25.4/arch/powerpc/math-emu/fmuls.c @@ -15,7 +15,7 @@ fmuls(void *frD, void *frA, void *frB) int ret = 0; @@ -90421,10 +90421,10 @@ Index: linux-2.6.25.1/arch/powerpc/math-emu/fmuls.c #endif __FP_UNPACK_D(A, frA); -Index: linux-2.6.25.1/arch/powerpc/math-emu/fnabs.c +Index: linux-2.6.25.4/arch/powerpc/math-emu/fnabs.c =================================================================== ---- linux-2.6.25.1.orig/arch/powerpc/math-emu/fnabs.c -+++ linux-2.6.25.1/arch/powerpc/math-emu/fnabs.c +--- linux-2.6.25.4.orig/arch/powerpc/math-emu/fnabs.c ++++ linux-2.6.25.4/arch/powerpc/math-emu/fnabs.c @@ -9,7 +9,7 @@ fnabs(u32 *frD, u32 *frB) frD[1] = frB[1]; @@ -90434,10 +90434,10 @@ Index: linux-2.6.25.1/arch/powerpc/math-emu/fnabs.c dump_double(frD); printk("\n"); #endif -Index: linux-2.6.25.1/arch/powerpc/math-emu/fneg.c +Index: linux-2.6.25.4/arch/powerpc/math-emu/fneg.c =================================================================== ---- linux-2.6.25.1.orig/arch/powerpc/math-emu/fneg.c -+++ linux-2.6.25.1/arch/powerpc/math-emu/fneg.c +--- linux-2.6.25.4.orig/arch/powerpc/math-emu/fneg.c ++++ linux-2.6.25.4/arch/powerpc/math-emu/fneg.c @@ -9,7 +9,7 @@ fneg(u32 *frD, u32 *frB) frD[1] = frB[1]; @@ -90447,10 +90447,10 @@ Index: linux-2.6.25.1/arch/powerpc/math-emu/fneg.c dump_double(frD); printk("\n"); #endif -Index: linux-2.6.25.1/arch/powerpc/math-emu/fnmadd.c +Index: linux-2.6.25.4/arch/powerpc/math-emu/fnmadd.c =================================================================== ---- linux-2.6.25.1.orig/arch/powerpc/math-emu/fnmadd.c -+++ linux-2.6.25.1/arch/powerpc/math-emu/fnmadd.c +--- linux-2.6.25.4.orig/arch/powerpc/math-emu/fnmadd.c ++++ linux-2.6.25.4/arch/powerpc/math-emu/fnmadd.c @@ -16,7 +16,7 @@ fnmadd(void *frD, void *frA, void *frB, int ret = 0; @@ -90460,10 +90460,10 @@ Index: linux-2.6.25.1/arch/powerpc/math-emu/fnmadd.c #endif __FP_UNPACK_D(A, frA); -Index: linux-2.6.25.1/arch/powerpc/math-emu/fnmadds.c +Index: linux-2.6.25.4/arch/powerpc/math-emu/fnmadds.c =================================================================== ---- linux-2.6.25.1.orig/arch/powerpc/math-emu/fnmadds.c -+++ linux-2.6.25.1/arch/powerpc/math-emu/fnmadds.c +--- linux-2.6.25.4.orig/arch/powerpc/math-emu/fnmadds.c ++++ linux-2.6.25.4/arch/powerpc/math-emu/fnmadds.c @@ -17,7 +17,7 @@ fnmadds(void *frD, void *frA, void *frB, int ret = 0; @@ -90473,10 +90473,10 @@ Index: linux-2.6.25.1/arch/powerpc/math-emu/fnmadds.c #endif __FP_UNPACK_D(A, frA); -Index: linux-2.6.25.1/arch/powerpc/math-emu/fnmsub.c +Index: linux-2.6.25.4/arch/powerpc/math-emu/fnmsub.c =================================================================== ---- linux-2.6.25.1.orig/arch/powerpc/math-emu/fnmsub.c -+++ linux-2.6.25.1/arch/powerpc/math-emu/fnmsub.c +--- linux-2.6.25.4.orig/arch/powerpc/math-emu/fnmsub.c ++++ linux-2.6.25.4/arch/powerpc/math-emu/fnmsub.c @@ -16,7 +16,7 @@ fnmsub(void *frD, void *frA, void *frB, int ret = 0; @@ -90486,10 +90486,10 @@ Index: linux-2.6.25.1/arch/powerpc/math-emu/fnmsub.c #endif __FP_UNPACK_D(A, frA); -Index: linux-2.6.25.1/arch/powerpc/math-emu/fnmsubs.c +Index: linux-2.6.25.4/arch/powerpc/math-emu/fnmsubs.c =================================================================== ---- linux-2.6.25.1.orig/arch/powerpc/math-emu/fnmsubs.c -+++ linux-2.6.25.1/arch/powerpc/math-emu/fnmsubs.c +--- linux-2.6.25.4.orig/arch/powerpc/math-emu/fnmsubs.c ++++ linux-2.6.25.4/arch/powerpc/math-emu/fnmsubs.c @@ -17,7 +17,7 @@ fnmsubs(void *frD, void *frA, void *frB, int ret = 0; @@ -90499,10 +90499,10 @@ Index: linux-2.6.25.1/arch/powerpc/math-emu/fnmsubs.c #endif __FP_UNPACK_D(A, frA); -Index: linux-2.6.25.1/arch/powerpc/math-emu/fres.c +Index: linux-2.6.25.4/arch/powerpc/math-emu/fres.c =================================================================== ---- linux-2.6.25.1.orig/arch/powerpc/math-emu/fres.c -+++ linux-2.6.25.1/arch/powerpc/math-emu/fres.c +--- linux-2.6.25.4.orig/arch/powerpc/math-emu/fres.c ++++ linux-2.6.25.4/arch/powerpc/math-emu/fres.c @@ -6,7 +6,7 @@ int fres(void *frD, void *frB) { @@ -90512,10 +90512,10 @@ Index: linux-2.6.25.1/arch/powerpc/math-emu/fres.c #endif return -ENOSYS; } -Index: linux-2.6.25.1/arch/powerpc/math-emu/frsp.c +Index: linux-2.6.25.4/arch/powerpc/math-emu/frsp.c =================================================================== ---- linux-2.6.25.1.orig/arch/powerpc/math-emu/frsp.c -+++ linux-2.6.25.1/arch/powerpc/math-emu/frsp.c +--- linux-2.6.25.4.orig/arch/powerpc/math-emu/frsp.c ++++ linux-2.6.25.4/arch/powerpc/math-emu/frsp.c @@ -12,7 +12,7 @@ frsp(void *frD, void *frB) FP_DECL_D(B); @@ -90525,10 +90525,10 @@ Index: linux-2.6.25.1/arch/powerpc/math-emu/frsp.c #endif __FP_UNPACK_D(B, frB); -Index: linux-2.6.25.1/arch/powerpc/math-emu/frsqrte.c +Index: linux-2.6.25.4/arch/powerpc/math-emu/frsqrte.c =================================================================== ---- linux-2.6.25.1.orig/arch/powerpc/math-emu/frsqrte.c -+++ linux-2.6.25.1/arch/powerpc/math-emu/frsqrte.c +--- linux-2.6.25.4.orig/arch/powerpc/math-emu/frsqrte.c ++++ linux-2.6.25.4/arch/powerpc/math-emu/frsqrte.c @@ -6,7 +6,7 @@ int frsqrte(void *frD, void *frB) { @@ -90538,10 +90538,10 @@ Index: linux-2.6.25.1/arch/powerpc/math-emu/frsqrte.c #endif return 0; } -Index: linux-2.6.25.1/arch/powerpc/math-emu/fsel.c +Index: linux-2.6.25.4/arch/powerpc/math-emu/fsel.c =================================================================== ---- linux-2.6.25.1.orig/arch/powerpc/math-emu/fsel.c -+++ linux-2.6.25.1/arch/powerpc/math-emu/fsel.c +--- linux-2.6.25.4.orig/arch/powerpc/math-emu/fsel.c ++++ linux-2.6.25.4/arch/powerpc/math-emu/fsel.c @@ -11,7 +11,7 @@ fsel(u32 *frD, void *frA, u32 *frB, u32 FP_DECL_D(A); @@ -90551,10 +90551,10 @@ Index: linux-2.6.25.1/arch/powerpc/math-emu/fsel.c #endif __FP_UNPACK_D(A, frA); -Index: linux-2.6.25.1/arch/powerpc/math-emu/fsqrt.c +Index: linux-2.6.25.4/arch/powerpc/math-emu/fsqrt.c =================================================================== ---- linux-2.6.25.1.orig/arch/powerpc/math-emu/fsqrt.c -+++ linux-2.6.25.1/arch/powerpc/math-emu/fsqrt.c +--- linux-2.6.25.4.orig/arch/powerpc/math-emu/fsqrt.c ++++ linux-2.6.25.4/arch/powerpc/math-emu/fsqrt.c @@ -13,7 +13,7 @@ fsqrt(void *frD, void *frB) int ret = 0; @@ -90564,10 +90564,10 @@ Index: linux-2.6.25.1/arch/powerpc/math-emu/fsqrt.c #endif __FP_UNPACK_D(B, frB); -Index: linux-2.6.25.1/arch/powerpc/math-emu/fsqrts.c +Index: linux-2.6.25.4/arch/powerpc/math-emu/fsqrts.c =================================================================== ---- linux-2.6.25.1.orig/arch/powerpc/math-emu/fsqrts.c -+++ linux-2.6.25.1/arch/powerpc/math-emu/fsqrts.c +--- linux-2.6.25.4.orig/arch/powerpc/math-emu/fsqrts.c ++++ linux-2.6.25.4/arch/powerpc/math-emu/fsqrts.c @@ -14,7 +14,7 @@ fsqrts(void *frD, void *frB) int ret = 0; @@ -90577,10 +90577,10 @@ Index: linux-2.6.25.1/arch/powerpc/math-emu/fsqrts.c #endif __FP_UNPACK_D(B, frB); -Index: linux-2.6.25.1/arch/powerpc/math-emu/fsub.c +Index: linux-2.6.25.4/arch/powerpc/math-emu/fsub.c =================================================================== ---- linux-2.6.25.1.orig/arch/powerpc/math-emu/fsub.c -+++ linux-2.6.25.1/arch/powerpc/math-emu/fsub.c +--- linux-2.6.25.4.orig/arch/powerpc/math-emu/fsub.c ++++ linux-2.6.25.4/arch/powerpc/math-emu/fsub.c @@ -14,7 +14,7 @@ fsub(void *frD, void *frA, void *frB) int ret = 0; @@ -90590,10 +90590,10 @@ Index: linux-2.6.25.1/arch/powerpc/math-emu/fsub.c #endif __FP_UNPACK_D(A, frA); -Index: linux-2.6.25.1/arch/powerpc/math-emu/fsubs.c +Index: linux-2.6.25.4/arch/powerpc/math-emu/fsubs.c =================================================================== ---- linux-2.6.25.1.orig/arch/powerpc/math-emu/fsubs.c -+++ linux-2.6.25.1/arch/powerpc/math-emu/fsubs.c +--- linux-2.6.25.4.orig/arch/powerpc/math-emu/fsubs.c ++++ linux-2.6.25.4/arch/powerpc/math-emu/fsubs.c @@ -15,7 +15,7 @@ fsubs(void *frD, void *frA, void *frB) int ret = 0; @@ -90603,10 +90603,10 @@ Index: linux-2.6.25.1/arch/powerpc/math-emu/fsubs.c #endif __FP_UNPACK_D(A, frA); -Index: linux-2.6.25.1/arch/powerpc/math-emu/lfd.c +Index: linux-2.6.25.4/arch/powerpc/math-emu/lfd.c =================================================================== ---- linux-2.6.25.1.orig/arch/powerpc/math-emu/lfd.c -+++ linux-2.6.25.1/arch/powerpc/math-emu/lfd.c +--- linux-2.6.25.4.orig/arch/powerpc/math-emu/lfd.c ++++ linux-2.6.25.4/arch/powerpc/math-emu/lfd.c @@ -11,7 +11,7 @@ lfd(void *frD, void *ea) if (copy_from_user(frD, ea, sizeof(double))) return -EFAULT; @@ -90616,10 +90616,10 @@ Index: linux-2.6.25.1/arch/powerpc/math-emu/lfd.c dump_double(frD); printk("\n"); #endif -Index: linux-2.6.25.1/arch/powerpc/math-emu/lfs.c +Index: linux-2.6.25.4/arch/powerpc/math-emu/lfs.c =================================================================== ---- linux-2.6.25.1.orig/arch/powerpc/math-emu/lfs.c -+++ linux-2.6.25.1/arch/powerpc/math-emu/lfs.c +--- linux-2.6.25.4.orig/arch/powerpc/math-emu/lfs.c ++++ linux-2.6.25.4/arch/powerpc/math-emu/lfs.c @@ -14,7 +14,7 @@ lfs(void *frD, void *ea) float f; @@ -90629,10 +90629,10 @@ Index: linux-2.6.25.1/arch/powerpc/math-emu/lfs.c #endif if (copy_from_user(&f, ea, sizeof(float))) -Index: linux-2.6.25.1/arch/powerpc/math-emu/mcrfs.c +Index: linux-2.6.25.4/arch/powerpc/math-emu/mcrfs.c =================================================================== ---- linux-2.6.25.1.orig/arch/powerpc/math-emu/mcrfs.c -+++ linux-2.6.25.1/arch/powerpc/math-emu/mcrfs.c +--- linux-2.6.25.4.orig/arch/powerpc/math-emu/mcrfs.c ++++ linux-2.6.25.4/arch/powerpc/math-emu/mcrfs.c @@ -10,7 +10,7 @@ mcrfs(u32 *ccr, u32 crfD, u32 crfS) u32 value, clear; @@ -90651,10 +90651,10 @@ Index: linux-2.6.25.1/arch/powerpc/math-emu/mcrfs.c #endif return 0; -Index: linux-2.6.25.1/arch/powerpc/math-emu/mffs.c +Index: linux-2.6.25.4/arch/powerpc/math-emu/mffs.c =================================================================== ---- linux-2.6.25.1.orig/arch/powerpc/math-emu/mffs.c -+++ linux-2.6.25.1/arch/powerpc/math-emu/mffs.c +--- linux-2.6.25.4.orig/arch/powerpc/math-emu/mffs.c ++++ linux-2.6.25.4/arch/powerpc/math-emu/mffs.c @@ -10,7 +10,7 @@ mffs(u32 *frD) frD[1] = __FPU_FPSCR; @@ -90664,10 +90664,10 @@ Index: linux-2.6.25.1/arch/powerpc/math-emu/mffs.c #endif return 0; -Index: linux-2.6.25.1/arch/powerpc/math-emu/mtfsb0.c +Index: linux-2.6.25.4/arch/powerpc/math-emu/mtfsb0.c =================================================================== ---- linux-2.6.25.1.orig/arch/powerpc/math-emu/mtfsb0.c -+++ linux-2.6.25.1/arch/powerpc/math-emu/mtfsb0.c +--- linux-2.6.25.4.orig/arch/powerpc/math-emu/mtfsb0.c ++++ linux-2.6.25.4/arch/powerpc/math-emu/mtfsb0.c @@ -11,7 +11,7 @@ mtfsb0(int crbD) __FPU_FPSCR &= ~(1 << (31 - crbD)); @@ -90677,10 +90677,10 @@ Index: linux-2.6.25.1/arch/powerpc/math-emu/mtfsb0.c #endif return 0; -Index: linux-2.6.25.1/arch/powerpc/math-emu/mtfsb1.c +Index: linux-2.6.25.4/arch/powerpc/math-emu/mtfsb1.c =================================================================== ---- linux-2.6.25.1.orig/arch/powerpc/math-emu/mtfsb1.c -+++ linux-2.6.25.1/arch/powerpc/math-emu/mtfsb1.c +--- linux-2.6.25.4.orig/arch/powerpc/math-emu/mtfsb1.c ++++ linux-2.6.25.4/arch/powerpc/math-emu/mtfsb1.c @@ -11,7 +11,7 @@ mtfsb1(int crbD) __FPU_FPSCR |= (1 << (31 - crbD)); @@ -90690,10 +90690,10 @@ Index: linux-2.6.25.1/arch/powerpc/math-emu/mtfsb1.c #endif return 0; -Index: linux-2.6.25.1/arch/powerpc/math-emu/mtfsf.c +Index: linux-2.6.25.4/arch/powerpc/math-emu/mtfsf.c =================================================================== ---- linux-2.6.25.1.orig/arch/powerpc/math-emu/mtfsf.c -+++ linux-2.6.25.1/arch/powerpc/math-emu/mtfsf.c +--- linux-2.6.25.4.orig/arch/powerpc/math-emu/mtfsf.c ++++ linux-2.6.25.4/arch/powerpc/math-emu/mtfsf.c @@ -38,7 +38,7 @@ mtfsf(unsigned int FM, u32 *frB) __FPU_FPSCR |= (frB[1] & mask); @@ -90703,10 +90703,10 @@ Index: linux-2.6.25.1/arch/powerpc/math-emu/mtfsf.c #endif return 0; -Index: linux-2.6.25.1/arch/powerpc/math-emu/mtfsfi.c +Index: linux-2.6.25.4/arch/powerpc/math-emu/mtfsfi.c =================================================================== ---- linux-2.6.25.1.orig/arch/powerpc/math-emu/mtfsfi.c -+++ linux-2.6.25.1/arch/powerpc/math-emu/mtfsfi.c +--- linux-2.6.25.4.orig/arch/powerpc/math-emu/mtfsfi.c ++++ linux-2.6.25.4/arch/powerpc/math-emu/mtfsfi.c @@ -16,7 +16,7 @@ mtfsfi(unsigned int crfD, unsigned int I __FPU_FPSCR |= (IMM & 0xf) << ((7 - crfD) << 2); @@ -90716,10 +90716,10 @@ Index: linux-2.6.25.1/arch/powerpc/math-emu/mtfsfi.c #endif return 0; -Index: linux-2.6.25.1/arch/powerpc/math-emu/stfd.c +Index: linux-2.6.25.4/arch/powerpc/math-emu/stfd.c =================================================================== ---- linux-2.6.25.1.orig/arch/powerpc/math-emu/stfd.c -+++ linux-2.6.25.1/arch/powerpc/math-emu/stfd.c +--- linux-2.6.25.4.orig/arch/powerpc/math-emu/stfd.c ++++ linux-2.6.25.4/arch/powerpc/math-emu/stfd.c @@ -7,7 +7,7 @@ stfd(void *frS, void *ea) { #if 0 @@ -90729,10 +90729,10 @@ Index: linux-2.6.25.1/arch/powerpc/math-emu/stfd.c dump_double(frS); printk("\n"); #endif -Index: linux-2.6.25.1/arch/powerpc/math-emu/stfiwx.c +Index: linux-2.6.25.4/arch/powerpc/math-emu/stfiwx.c =================================================================== ---- linux-2.6.25.1.orig/arch/powerpc/math-emu/stfiwx.c -+++ linux-2.6.25.1/arch/powerpc/math-emu/stfiwx.c +--- linux-2.6.25.4.orig/arch/powerpc/math-emu/stfiwx.c ++++ linux-2.6.25.4/arch/powerpc/math-emu/stfiwx.c @@ -6,7 +6,7 @@ int stfiwx(u32 *frS, void *ea) { @@ -90742,10 +90742,10 @@ Index: linux-2.6.25.1/arch/powerpc/math-emu/stfiwx.c #endif if (copy_to_user(ea, &frS[1], sizeof(frS[1]))) -Index: linux-2.6.25.1/arch/powerpc/math-emu/stfs.c +Index: linux-2.6.25.4/arch/powerpc/math-emu/stfs.c =================================================================== ---- linux-2.6.25.1.orig/arch/powerpc/math-emu/stfs.c -+++ linux-2.6.25.1/arch/powerpc/math-emu/stfs.c +--- linux-2.6.25.4.orig/arch/powerpc/math-emu/stfs.c ++++ linux-2.6.25.4/arch/powerpc/math-emu/stfs.c @@ -15,7 +15,7 @@ stfs(void *frS, void *ea) int err; @@ -90755,10 +90755,10 @@ Index: linux-2.6.25.1/arch/powerpc/math-emu/stfs.c #endif __FP_UNPACK_D(A, frS); -Index: linux-2.6.25.1/arch/powerpc/mm/40x_mmu.c +Index: linux-2.6.25.4/arch/powerpc/mm/40x_mmu.c =================================================================== ---- linux-2.6.25.1.orig/arch/powerpc/mm/40x_mmu.c -+++ linux-2.6.25.1/arch/powerpc/mm/40x_mmu.c +--- linux-2.6.25.4.orig/arch/powerpc/mm/40x_mmu.c ++++ linux-2.6.25.4/arch/powerpc/mm/40x_mmu.c @@ -97,7 +97,7 @@ unsigned long __init mmu_mapin_ram(void) phys_addr_t p; @@ -90768,10 +90768,10 @@ Index: linux-2.6.25.1/arch/powerpc/mm/40x_mmu.c s = total_lowmem; if (__map_without_ltlbs) -Index: linux-2.6.25.1/arch/powerpc/mm/44x_mmu.c +Index: linux-2.6.25.4/arch/powerpc/mm/44x_mmu.c =================================================================== ---- linux-2.6.25.1.orig/arch/powerpc/mm/44x_mmu.c -+++ linux-2.6.25.1/arch/powerpc/mm/44x_mmu.c +--- linux-2.6.25.4.orig/arch/powerpc/mm/44x_mmu.c ++++ linux-2.6.25.4/arch/powerpc/mm/44x_mmu.c @@ -67,7 +67,7 @@ unsigned long __init mmu_mapin_ram(void) /* Pin in enough TLBs to cover any lowmem not covered by the @@ -90781,10 +90781,10 @@ Index: linux-2.6.25.1/arch/powerpc/mm/44x_mmu.c addr += PPC_PIN_SIZE) ppc44x_pin_tlb(addr + PAGE_OFFSET, addr); -Index: linux-2.6.25.1/arch/powerpc/mm/Makefile +Index: linux-2.6.25.4/arch/powerpc/mm/Makefile =================================================================== ---- linux-2.6.25.1.orig/arch/powerpc/mm/Makefile -+++ linux-2.6.25.1/arch/powerpc/mm/Makefile +--- linux-2.6.25.4.orig/arch/powerpc/mm/Makefile ++++ linux-2.6.25.4/arch/powerpc/mm/Makefile @@ -6,7 +6,7 @@ ifeq ($(CONFIG_PPC64),y) EXTRA_CFLAGS += -mno-minimal-toc endif @@ -90794,10 +90794,10 @@ Index: linux-2.6.25.1/arch/powerpc/mm/Makefile init_$(CONFIG_WORD_SIZE).o \ pgtable_$(CONFIG_WORD_SIZE).o \ mmu_context_$(CONFIG_WORD_SIZE).o -Index: linux-2.6.25.1/arch/powerpc/mm/fsl_booke_mmu.c +Index: linux-2.6.25.4/arch/powerpc/mm/fsl_booke_mmu.c =================================================================== ---- linux-2.6.25.1.orig/arch/powerpc/mm/fsl_booke_mmu.c -+++ linux-2.6.25.1/arch/powerpc/mm/fsl_booke_mmu.c +--- linux-2.6.25.4.orig/arch/powerpc/mm/fsl_booke_mmu.c ++++ linux-2.6.25.4/arch/powerpc/mm/fsl_booke_mmu.c @@ -49,18 +49,15 @@ #include #include @@ -90899,10 +90899,10 @@ Index: linux-2.6.25.1/arch/powerpc/mm/fsl_booke_mmu.c + __max_low_memory = __cam0 + __cam1 + __cam2; + __initial_memory_limit_addr = memstart_addr + __max_low_memory; } -Index: linux-2.6.25.1/arch/powerpc/mm/hash_utils_64.c +Index: linux-2.6.25.4/arch/powerpc/mm/hash_utils_64.c =================================================================== ---- linux-2.6.25.1.orig/arch/powerpc/mm/hash_utils_64.c -+++ linux-2.6.25.1/arch/powerpc/mm/hash_utils_64.c +--- linux-2.6.25.4.orig/arch/powerpc/mm/hash_utils_64.c ++++ linux-2.6.25.4/arch/powerpc/mm/hash_utils_64.c @@ -31,6 +31,7 @@ #include #include @@ -90963,10 +90963,10 @@ Index: linux-2.6.25.1/arch/powerpc/mm/hash_utils_64.c #endif /* CONFIG_MEMORY_HOTPLUG */ static inline void make_bl(unsigned int *insn_addr, void *func) -Index: linux-2.6.25.1/arch/powerpc/mm/init_32.c +Index: linux-2.6.25.4/arch/powerpc/mm/init_32.c =================================================================== ---- linux-2.6.25.1.orig/arch/powerpc/mm/init_32.c -+++ linux-2.6.25.1/arch/powerpc/mm/init_32.c +--- linux-2.6.25.4.orig/arch/powerpc/mm/init_32.c ++++ linux-2.6.25.4/arch/powerpc/mm/init_32.c @@ -30,6 +30,7 @@ #include #include @@ -91070,10 +91070,10 @@ Index: linux-2.6.25.1/arch/powerpc/mm/init_32.c /* must stay under 32 bits */ if ( 0xfffffffful - (unsigned long)__va(base) < size) { -Index: linux-2.6.25.1/arch/powerpc/mm/init_64.c +Index: linux-2.6.25.4/arch/powerpc/mm/init_64.c =================================================================== ---- linux-2.6.25.1.orig/arch/powerpc/mm/init_64.c -+++ linux-2.6.25.1/arch/powerpc/mm/init_64.c +--- linux-2.6.25.4.orig/arch/powerpc/mm/init_64.c ++++ linux-2.6.25.4/arch/powerpc/mm/init_64.c @@ -38,11 +38,11 @@ #include #include @@ -91106,9 +91106,9 @@ Index: linux-2.6.25.1/arch/powerpc/mm/init_64.c kclist_add(kcore_mem, __va(base), size); } -Index: linux-2.6.25.1/arch/powerpc/mm/lmb.c +Index: linux-2.6.25.4/arch/powerpc/mm/lmb.c =================================================================== ---- linux-2.6.25.1.orig/arch/powerpc/mm/lmb.c +--- linux-2.6.25.4.orig/arch/powerpc/mm/lmb.c +++ /dev/null @@ -1,357 +0,0 @@ -/* @@ -91468,10 +91468,10 @@ Index: linux-2.6.25.1/arch/powerpc/mm/lmb.c - } - return 0; -} -Index: linux-2.6.25.1/arch/powerpc/mm/mem.c +Index: linux-2.6.25.4/arch/powerpc/mm/mem.c =================================================================== ---- linux-2.6.25.1.orig/arch/powerpc/mm/mem.c -+++ linux-2.6.25.1/arch/powerpc/mm/mem.c +--- linux-2.6.25.4.orig/arch/powerpc/mm/mem.c ++++ linux-2.6.25.4/arch/powerpc/mm/mem.c @@ -31,6 +31,7 @@ #include #include @@ -91559,10 +91559,10 @@ Index: linux-2.6.25.1/arch/powerpc/mm/mem.c for (pfn = highmem_mapnr; pfn < max_mapnr; ++pfn) { struct page *page = pfn_to_page(pfn); if (lmb_is_reserved(pfn << PAGE_SHIFT)) -Index: linux-2.6.25.1/arch/powerpc/mm/mmu_decl.h +Index: linux-2.6.25.4/arch/powerpc/mm/mmu_decl.h =================================================================== ---- linux-2.6.25.1.orig/arch/powerpc/mm/mmu_decl.h -+++ linux-2.6.25.1/arch/powerpc/mm/mmu_decl.h +--- linux-2.6.25.4.orig/arch/powerpc/mm/mmu_decl.h ++++ linux-2.6.25.4/arch/powerpc/mm/mmu_decl.h @@ -48,9 +48,11 @@ extern unsigned int num_tlbcam_entries; extern unsigned long ioremap_bot; @@ -91576,10 +91576,10 @@ Index: linux-2.6.25.1/arch/powerpc/mm/mmu_decl.h /* ...and now those things that may be slightly different between processor * architectures. -- Dan -Index: linux-2.6.25.1/arch/powerpc/mm/numa.c +Index: linux-2.6.25.4/arch/powerpc/mm/numa.c =================================================================== ---- linux-2.6.25.1.orig/arch/powerpc/mm/numa.c -+++ linux-2.6.25.1/arch/powerpc/mm/numa.c +--- linux-2.6.25.4.orig/arch/powerpc/mm/numa.c ++++ linux-2.6.25.4/arch/powerpc/mm/numa.c @@ -17,8 +17,9 @@ #include #include @@ -91591,10 +91591,10 @@ Index: linux-2.6.25.1/arch/powerpc/mm/numa.c #include #include -Index: linux-2.6.25.1/arch/powerpc/mm/pgtable_32.c +Index: linux-2.6.25.4/arch/powerpc/mm/pgtable_32.c =================================================================== ---- linux-2.6.25.1.orig/arch/powerpc/mm/pgtable_32.c -+++ linux-2.6.25.1/arch/powerpc/mm/pgtable_32.c +--- linux-2.6.25.4.orig/arch/powerpc/mm/pgtable_32.c ++++ linux-2.6.25.4/arch/powerpc/mm/pgtable_32.c @@ -281,12 +281,13 @@ int map_page(unsigned long va, phys_addr */ void __init mapin_ram(void) @@ -91611,10 +91611,10 @@ Index: linux-2.6.25.1/arch/powerpc/mm/pgtable_32.c for (; s < total_lowmem; s += PAGE_SIZE) { ktext = ((char *) v >= _stext && (char *) v < etext); f = ktext ?_PAGE_RAM_TEXT : _PAGE_RAM; -Index: linux-2.6.25.1/arch/powerpc/mm/ppc_mmu_32.c +Index: linux-2.6.25.4/arch/powerpc/mm/ppc_mmu_32.c =================================================================== ---- linux-2.6.25.1.orig/arch/powerpc/mm/ppc_mmu_32.c -+++ linux-2.6.25.1/arch/powerpc/mm/ppc_mmu_32.c +--- linux-2.6.25.4.orig/arch/powerpc/mm/ppc_mmu_32.c ++++ linux-2.6.25.4/arch/powerpc/mm/ppc_mmu_32.c @@ -26,11 +26,11 @@ #include #include @@ -91675,10 +91675,10 @@ Index: linux-2.6.25.1/arch/powerpc/mm/ppc_mmu_32.c cacheable_memzero(Hash, Hash_size); _SDR1 = __pa(Hash) | SDR1_LOW_BITS; -Index: linux-2.6.25.1/arch/powerpc/mm/stab.c +Index: linux-2.6.25.4/arch/powerpc/mm/stab.c =================================================================== ---- linux-2.6.25.1.orig/arch/powerpc/mm/stab.c -+++ linux-2.6.25.1/arch/powerpc/mm/stab.c +--- linux-2.6.25.4.orig/arch/powerpc/mm/stab.c ++++ linux-2.6.25.4/arch/powerpc/mm/stab.c @@ -12,12 +12,14 @@ * 2 of the License, or (at your option) any later version. */ @@ -91695,10 +91695,10 @@ Index: linux-2.6.25.1/arch/powerpc/mm/stab.c #include #include #include -Index: linux-2.6.25.1/arch/powerpc/oprofile/cell/spu_task_sync.c +Index: linux-2.6.25.4/arch/powerpc/oprofile/cell/spu_task_sync.c =================================================================== ---- linux-2.6.25.1.orig/arch/powerpc/oprofile/cell/spu_task_sync.c -+++ linux-2.6.25.1/arch/powerpc/oprofile/cell/spu_task_sync.c +--- linux-2.6.25.4.orig/arch/powerpc/oprofile/cell/spu_task_sync.c ++++ linux-2.6.25.4/arch/powerpc/oprofile/cell/spu_task_sync.c @@ -68,7 +68,7 @@ static struct cached_info *get_cached_in if (spu_num >= num_spu_nodes) { printk(KERN_ERR "SPU_PROF: " @@ -91753,10 +91753,10 @@ Index: linux-2.6.25.1/arch/powerpc/oprofile/cell/spu_task_sync.c goto out; } -Index: linux-2.6.25.1/arch/powerpc/oprofile/cell/vma_map.c +Index: linux-2.6.25.4/arch/powerpc/oprofile/cell/vma_map.c =================================================================== ---- linux-2.6.25.1.orig/arch/powerpc/oprofile/cell/vma_map.c -+++ linux-2.6.25.1/arch/powerpc/oprofile/cell/vma_map.c +--- linux-2.6.25.4.orig/arch/powerpc/oprofile/cell/vma_map.c ++++ linux-2.6.25.4/arch/powerpc/oprofile/cell/vma_map.c @@ -72,7 +72,7 @@ vma_map_add(struct vma_to_fileoffset_map kzalloc(sizeof(struct vma_to_fileoffset_map), GFP_KERNEL); if (!new) { @@ -91798,10 +91798,10 @@ Index: linux-2.6.25.1/arch/powerpc/oprofile/cell/vma_map.c goto fail; } ovly_table = spu_elf_start + overlay_tbl_offset; -Index: linux-2.6.25.1/arch/powerpc/oprofile/op_model_cell.c +Index: linux-2.6.25.4/arch/powerpc/oprofile/op_model_cell.c =================================================================== ---- linux-2.6.25.1.orig/arch/powerpc/oprofile/op_model_cell.c -+++ linux-2.6.25.1/arch/powerpc/oprofile/op_model_cell.c +--- linux-2.6.25.4.orig/arch/powerpc/oprofile/op_model_cell.c ++++ linux-2.6.25.4/arch/powerpc/oprofile/op_model_cell.c @@ -216,7 +216,7 @@ static void pm_rtas_reset_signals(u32 no * failure to stop OProfile. */ @@ -91865,10 +91865,10 @@ Index: linux-2.6.25.1/arch/powerpc/oprofile/op_model_cell.c } /* Deactivate the signals */ -Index: linux-2.6.25.1/arch/powerpc/platforms/40x/ep405.c +Index: linux-2.6.25.4/arch/powerpc/platforms/40x/ep405.c =================================================================== ---- linux-2.6.25.1.orig/arch/powerpc/platforms/40x/ep405.c -+++ linux-2.6.25.1/arch/powerpc/platforms/40x/ep405.c +--- linux-2.6.25.4.orig/arch/powerpc/platforms/40x/ep405.c ++++ linux-2.6.25.4/arch/powerpc/platforms/40x/ep405.c @@ -29,6 +29,7 @@ #include #include @@ -91884,10 +91884,10 @@ Index: linux-2.6.25.1/arch/powerpc/platforms/40x/ep405.c + .restart = ppc4xx_reset_system, .calibrate_decr = generic_calibrate_decr, }; -Index: linux-2.6.25.1/arch/powerpc/platforms/40x/kilauea.c +Index: linux-2.6.25.4/arch/powerpc/platforms/40x/kilauea.c =================================================================== ---- linux-2.6.25.1.orig/arch/powerpc/platforms/40x/kilauea.c -+++ linux-2.6.25.1/arch/powerpc/platforms/40x/kilauea.c +--- linux-2.6.25.4.orig/arch/powerpc/platforms/40x/kilauea.c ++++ linux-2.6.25.4/arch/powerpc/platforms/40x/kilauea.c @@ -1,7 +1,7 @@ /* * Kilauea board specific routines @@ -91912,10 +91912,10 @@ Index: linux-2.6.25.1/arch/powerpc/platforms/40x/kilauea.c + .restart = ppc4xx_reset_system, .calibrate_decr = generic_calibrate_decr, }; -Index: linux-2.6.25.1/arch/powerpc/platforms/40x/makalu.c +Index: linux-2.6.25.4/arch/powerpc/platforms/40x/makalu.c =================================================================== ---- linux-2.6.25.1.orig/arch/powerpc/platforms/40x/makalu.c -+++ linux-2.6.25.1/arch/powerpc/platforms/40x/makalu.c +--- linux-2.6.25.4.orig/arch/powerpc/platforms/40x/makalu.c ++++ linux-2.6.25.4/arch/powerpc/platforms/40x/makalu.c @@ -20,6 +20,7 @@ #include #include @@ -91931,10 +91931,10 @@ Index: linux-2.6.25.1/arch/powerpc/platforms/40x/makalu.c + .restart = ppc4xx_reset_system, .calibrate_decr = generic_calibrate_decr, }; -Index: linux-2.6.25.1/arch/powerpc/platforms/40x/virtex.c +Index: linux-2.6.25.4/arch/powerpc/platforms/40x/virtex.c =================================================================== ---- linux-2.6.25.1.orig/arch/powerpc/platforms/40x/virtex.c -+++ linux-2.6.25.1/arch/powerpc/platforms/40x/virtex.c +--- linux-2.6.25.4.orig/arch/powerpc/platforms/40x/virtex.c ++++ linux-2.6.25.4/arch/powerpc/platforms/40x/virtex.c @@ -14,6 +14,7 @@ #include #include @@ -91950,10 +91950,10 @@ Index: linux-2.6.25.1/arch/powerpc/platforms/40x/virtex.c + .restart = ppc4xx_reset_system, .calibrate_decr = generic_calibrate_decr, }; -Index: linux-2.6.25.1/arch/powerpc/platforms/40x/walnut.c +Index: linux-2.6.25.4/arch/powerpc/platforms/40x/walnut.c =================================================================== ---- linux-2.6.25.1.orig/arch/powerpc/platforms/40x/walnut.c -+++ linux-2.6.25.1/arch/powerpc/platforms/40x/walnut.c +--- linux-2.6.25.4.orig/arch/powerpc/platforms/40x/walnut.c ++++ linux-2.6.25.4/arch/powerpc/platforms/40x/walnut.c @@ -26,6 +26,7 @@ #include #include @@ -91970,10 +91970,10 @@ Index: linux-2.6.25.1/arch/powerpc/platforms/40x/walnut.c + .restart = ppc4xx_reset_system, + .calibrate_decr = generic_calibrate_decr, }; -Index: linux-2.6.25.1/arch/powerpc/platforms/44x/44x.h +Index: linux-2.6.25.4/arch/powerpc/platforms/44x/44x.h =================================================================== ---- linux-2.6.25.1.orig/arch/powerpc/platforms/44x/44x.h -+++ linux-2.6.25.1/arch/powerpc/platforms/44x/44x.h +--- linux-2.6.25.4.orig/arch/powerpc/platforms/44x/44x.h ++++ linux-2.6.25.4/arch/powerpc/platforms/44x/44x.h @@ -3,6 +3,5 @@ extern u8 as1_readb(volatile u8 __iomem *addr); @@ -91981,10 +91981,10 @@ Index: linux-2.6.25.1/arch/powerpc/platforms/44x/44x.h -extern void ppc44x_reset_system(char *cmd); #endif /* __POWERPC_PLATFORMS_44X_44X_H */ -Index: linux-2.6.25.1/arch/powerpc/platforms/44x/Kconfig +Index: linux-2.6.25.4/arch/powerpc/platforms/44x/Kconfig =================================================================== ---- linux-2.6.25.1.orig/arch/powerpc/platforms/44x/Kconfig -+++ linux-2.6.25.1/arch/powerpc/platforms/44x/Kconfig +--- linux-2.6.25.4.orig/arch/powerpc/platforms/44x/Kconfig ++++ linux-2.6.25.4/arch/powerpc/platforms/44x/Kconfig @@ -67,6 +67,25 @@ config WARP See http://www.pikatechnologies.com/ and follow the "PIKA for Computer Telephony Developers" link for more information. @@ -92026,10 +92026,10 @@ Index: linux-2.6.25.1/arch/powerpc/platforms/44x/Kconfig # 44x errata/workaround config symbols, selected by the CPU models above config IBM440EP_ERR42 bool -Index: linux-2.6.25.1/arch/powerpc/platforms/44x/Makefile +Index: linux-2.6.25.4/arch/powerpc/platforms/44x/Makefile =================================================================== ---- linux-2.6.25.1.orig/arch/powerpc/platforms/44x/Makefile -+++ linux-2.6.25.1/arch/powerpc/platforms/44x/Makefile +--- linux-2.6.25.4.orig/arch/powerpc/platforms/44x/Makefile ++++ linux-2.6.25.4/arch/powerpc/platforms/44x/Makefile @@ -1,9 +1,11 @@ -obj-$(CONFIG_44x) := misc_44x.o +obj-$(CONFIG_44x) := misc_44x.o idle.o @@ -92043,10 +92043,10 @@ Index: linux-2.6.25.1/arch/powerpc/platforms/44x/Makefile obj-$(CONFIG_WARP) += warp.o obj-$(CONFIG_WARP) += warp-nand.o +obj-$(CONFIG_CANYONLANDS) += canyonlands.o -Index: linux-2.6.25.1/arch/powerpc/platforms/44x/bamboo.c +Index: linux-2.6.25.4/arch/powerpc/platforms/44x/bamboo.c =================================================================== ---- linux-2.6.25.1.orig/arch/powerpc/platforms/44x/bamboo.c -+++ linux-2.6.25.1/arch/powerpc/platforms/44x/bamboo.c +--- linux-2.6.25.4.orig/arch/powerpc/platforms/44x/bamboo.c ++++ linux-2.6.25.4/arch/powerpc/platforms/44x/bamboo.c @@ -22,8 +22,7 @@ #include #include @@ -92075,10 +92075,10 @@ Index: linux-2.6.25.1/arch/powerpc/platforms/44x/bamboo.c + .restart = ppc4xx_reset_system, .calibrate_decr = generic_calibrate_decr, }; -Index: linux-2.6.25.1/arch/powerpc/platforms/44x/canyonlands.c +Index: linux-2.6.25.4/arch/powerpc/platforms/44x/canyonlands.c =================================================================== --- /dev/null -+++ linux-2.6.25.1/arch/powerpc/platforms/44x/canyonlands.c ++++ linux-2.6.25.4/arch/powerpc/platforms/44x/canyonlands.c @@ -0,0 +1,63 @@ +/* + * Canyonlands board specific routines @@ -92143,10 +92143,10 @@ Index: linux-2.6.25.1/arch/powerpc/platforms/44x/canyonlands.c + .restart = ppc4xx_reset_system, + .calibrate_decr = generic_calibrate_decr, +}; -Index: linux-2.6.25.1/arch/powerpc/platforms/44x/ebony.c +Index: linux-2.6.25.4/arch/powerpc/platforms/44x/ebony.c =================================================================== ---- linux-2.6.25.1.orig/arch/powerpc/platforms/44x/ebony.c -+++ linux-2.6.25.1/arch/powerpc/platforms/44x/ebony.c +--- linux-2.6.25.4.orig/arch/powerpc/platforms/44x/ebony.c ++++ linux-2.6.25.4/arch/powerpc/platforms/44x/ebony.c @@ -26,8 +26,7 @@ #include #include @@ -92165,10 +92165,10 @@ Index: linux-2.6.25.1/arch/powerpc/platforms/44x/ebony.c + .restart = ppc4xx_reset_system, .calibrate_decr = generic_calibrate_decr, }; -Index: linux-2.6.25.1/arch/powerpc/platforms/44x/idle.c +Index: linux-2.6.25.4/arch/powerpc/platforms/44x/idle.c =================================================================== --- /dev/null -+++ linux-2.6.25.1/arch/powerpc/platforms/44x/idle.c ++++ linux-2.6.25.4/arch/powerpc/platforms/44x/idle.c @@ -0,0 +1,67 @@ +/* + * Copyright 2008 IBM Corp. @@ -92237,10 +92237,10 @@ Index: linux-2.6.25.1/arch/powerpc/platforms/44x/idle.c +} + +early_param("idle", idle_param); -Index: linux-2.6.25.1/arch/powerpc/platforms/44x/katmai.c +Index: linux-2.6.25.4/arch/powerpc/platforms/44x/katmai.c =================================================================== ---- linux-2.6.25.1.orig/arch/powerpc/platforms/44x/katmai.c -+++ linux-2.6.25.1/arch/powerpc/platforms/44x/katmai.c +--- linux-2.6.25.4.orig/arch/powerpc/platforms/44x/katmai.c ++++ linux-2.6.25.4/arch/powerpc/platforms/44x/katmai.c @@ -22,8 +22,7 @@ #include #include @@ -92259,10 +92259,10 @@ Index: linux-2.6.25.1/arch/powerpc/platforms/44x/katmai.c + .restart = ppc4xx_reset_system, .calibrate_decr = generic_calibrate_decr, }; -Index: linux-2.6.25.1/arch/powerpc/platforms/44x/misc_44x.S +Index: linux-2.6.25.4/arch/powerpc/platforms/44x/misc_44x.S =================================================================== ---- linux-2.6.25.1.orig/arch/powerpc/platforms/44x/misc_44x.S -+++ linux-2.6.25.1/arch/powerpc/platforms/44x/misc_44x.S +--- linux-2.6.25.4.orig/arch/powerpc/platforms/44x/misc_44x.S ++++ linux-2.6.25.4/arch/powerpc/platforms/44x/misc_44x.S @@ -44,14 +44,3 @@ _GLOBAL(as1_writeb) sync isync @@ -92278,10 +92278,10 @@ Index: linux-2.6.25.1/arch/powerpc/platforms/44x/misc_44x.S - oris r13,r13,DBCR0_RST_SYSTEM@h - mtspr SPRN_DBCR0,r13 - b . /* Just in case the reset doesn't work */ -Index: linux-2.6.25.1/arch/powerpc/platforms/44x/rainier.c +Index: linux-2.6.25.4/arch/powerpc/platforms/44x/rainier.c =================================================================== ---- linux-2.6.25.1.orig/arch/powerpc/platforms/44x/rainier.c -+++ linux-2.6.25.1/arch/powerpc/platforms/44x/rainier.c +--- linux-2.6.25.4.orig/arch/powerpc/platforms/44x/rainier.c ++++ linux-2.6.25.4/arch/powerpc/platforms/44x/rainier.c @@ -22,7 +22,7 @@ #include #include @@ -92299,10 +92299,10 @@ Index: linux-2.6.25.1/arch/powerpc/platforms/44x/rainier.c + .restart = ppc4xx_reset_system, .calibrate_decr = generic_calibrate_decr, }; -Index: linux-2.6.25.1/arch/powerpc/platforms/44x/sequoia.c +Index: linux-2.6.25.4/arch/powerpc/platforms/44x/sequoia.c =================================================================== ---- linux-2.6.25.1.orig/arch/powerpc/platforms/44x/sequoia.c -+++ linux-2.6.25.1/arch/powerpc/platforms/44x/sequoia.c +--- linux-2.6.25.4.orig/arch/powerpc/platforms/44x/sequoia.c ++++ linux-2.6.25.4/arch/powerpc/platforms/44x/sequoia.c @@ -23,7 +23,7 @@ #include #include @@ -92320,10 +92320,10 @@ Index: linux-2.6.25.1/arch/powerpc/platforms/44x/sequoia.c + .restart = ppc4xx_reset_system, .calibrate_decr = generic_calibrate_decr, }; -Index: linux-2.6.25.1/arch/powerpc/platforms/44x/taishan.c +Index: linux-2.6.25.4/arch/powerpc/platforms/44x/taishan.c =================================================================== ---- linux-2.6.25.1.orig/arch/powerpc/platforms/44x/taishan.c -+++ linux-2.6.25.1/arch/powerpc/platforms/44x/taishan.c +--- linux-2.6.25.4.orig/arch/powerpc/platforms/44x/taishan.c ++++ linux-2.6.25.4/arch/powerpc/platforms/44x/taishan.c @@ -29,8 +29,7 @@ #include #include @@ -92342,10 +92342,10 @@ Index: linux-2.6.25.1/arch/powerpc/platforms/44x/taishan.c + .restart = ppc4xx_reset_system, .calibrate_decr = generic_calibrate_decr, }; -Index: linux-2.6.25.1/arch/powerpc/platforms/44x/warp-nand.c +Index: linux-2.6.25.4/arch/powerpc/platforms/44x/warp-nand.c =================================================================== ---- linux-2.6.25.1.orig/arch/powerpc/platforms/44x/warp-nand.c -+++ linux-2.6.25.1/arch/powerpc/platforms/44x/warp-nand.c +--- linux-2.6.25.4.orig/arch/powerpc/platforms/44x/warp-nand.c ++++ linux-2.6.25.4/arch/powerpc/platforms/44x/warp-nand.c @@ -11,6 +11,7 @@ #include #include @@ -92362,10 +92362,10 @@ Index: linux-2.6.25.1/arch/powerpc/platforms/44x/warp-nand.c +machine_device_initcall(warp, warp_setup_nand_flash); #endif -Index: linux-2.6.25.1/arch/powerpc/platforms/44x/warp.c +Index: linux-2.6.25.4/arch/powerpc/platforms/44x/warp.c =================================================================== ---- linux-2.6.25.1.orig/arch/powerpc/platforms/44x/warp.c -+++ linux-2.6.25.1/arch/powerpc/platforms/44x/warp.c +--- linux-2.6.25.4.orig/arch/powerpc/platforms/44x/warp.c ++++ linux-2.6.25.4/arch/powerpc/platforms/44x/warp.c @@ -18,9 +18,7 @@ #include #include @@ -92386,10 +92386,10 @@ Index: linux-2.6.25.1/arch/powerpc/platforms/44x/warp.c .calibrate_decr = generic_calibrate_decr, }; -Index: linux-2.6.25.1/arch/powerpc/platforms/52xx/lite5200.c +Index: linux-2.6.25.4/arch/powerpc/platforms/52xx/lite5200.c =================================================================== ---- linux-2.6.25.1.orig/arch/powerpc/platforms/52xx/lite5200.c -+++ linux-2.6.25.1/arch/powerpc/platforms/52xx/lite5200.c +--- linux-2.6.25.4.orig/arch/powerpc/platforms/52xx/lite5200.c ++++ linux-2.6.25.4/arch/powerpc/platforms/52xx/lite5200.c @@ -63,7 +63,7 @@ lite5200_fix_clock_config(void) of_node_put(np); if (!cdm) { @@ -92408,10 +92408,10 @@ Index: linux-2.6.25.1/arch/powerpc/platforms/52xx/lite5200.c return; } -Index: linux-2.6.25.1/arch/powerpc/platforms/82xx/Kconfig +Index: linux-2.6.25.4/arch/powerpc/platforms/82xx/Kconfig =================================================================== ---- linux-2.6.25.1.orig/arch/powerpc/platforms/82xx/Kconfig -+++ linux-2.6.25.1/arch/powerpc/platforms/82xx/Kconfig +--- linux-2.6.25.4.orig/arch/powerpc/platforms/82xx/Kconfig ++++ linux-2.6.25.4/arch/powerpc/platforms/82xx/Kconfig @@ -11,7 +11,6 @@ config MPC8272_ADS select 8260 select FSL_SOC @@ -92436,10 +92436,10 @@ Index: linux-2.6.25.1/arch/powerpc/platforms/82xx/Kconfig select MDIO_BITBANG help This enables support for the Embedded Planet EP8248E board. -Index: linux-2.6.25.1/arch/powerpc/platforms/83xx/mpc837x_rdb.c +Index: linux-2.6.25.4/arch/powerpc/platforms/83xx/mpc837x_rdb.c =================================================================== ---- linux-2.6.25.1.orig/arch/powerpc/platforms/83xx/mpc837x_rdb.c -+++ linux-2.6.25.1/arch/powerpc/platforms/83xx/mpc837x_rdb.c +--- linux-2.6.25.4.orig/arch/powerpc/platforms/83xx/mpc837x_rdb.c ++++ linux-2.6.25.4/arch/powerpc/platforms/83xx/mpc837x_rdb.c @@ -46,6 +46,7 @@ static void __init mpc837x_rdb_setup_arc static struct of_device_id mpc837x_ids[] = { { .type = "soc", }, @@ -92448,10 +92448,10 @@ Index: linux-2.6.25.1/arch/powerpc/platforms/83xx/mpc837x_rdb.c {}, }; -Index: linux-2.6.25.1/arch/powerpc/platforms/83xx/mpc83xx.h +Index: linux-2.6.25.4/arch/powerpc/platforms/83xx/mpc83xx.h =================================================================== ---- linux-2.6.25.1.orig/arch/powerpc/platforms/83xx/mpc83xx.h -+++ linux-2.6.25.1/arch/powerpc/platforms/83xx/mpc83xx.h +--- linux-2.6.25.4.orig/arch/powerpc/platforms/83xx/mpc83xx.h ++++ linux-2.6.25.4/arch/powerpc/platforms/83xx/mpc83xx.h @@ -16,6 +16,7 @@ #define MPC83XX_SCCR_USB_DRCM_10 0x00200000 #define MPC8315_SCCR_USB_MASK 0x00c00000 @@ -92468,10 +92468,10 @@ Index: linux-2.6.25.1/arch/powerpc/platforms/83xx/mpc83xx.h #define CONTROL_REFSEL_48MHZ 0x00000080 #define CONTROL_PHY_CLK_SEL_ULPI 0x00000400 #define CONTROL_OTG_PORT 0x00000020 -Index: linux-2.6.25.1/arch/powerpc/platforms/83xx/usb.c +Index: linux-2.6.25.4/arch/powerpc/platforms/83xx/usb.c =================================================================== ---- linux-2.6.25.1.orig/arch/powerpc/platforms/83xx/usb.c -+++ linux-2.6.25.1/arch/powerpc/platforms/83xx/usb.c +--- linux-2.6.25.4.orig/arch/powerpc/platforms/83xx/usb.c ++++ linux-2.6.25.4/arch/powerpc/platforms/83xx/usb.c @@ -129,7 +129,7 @@ int mpc831x_usb_cfg(void) if (immr_node && of_device_is_compatible(immr_node, "fsl,mpc8315-immr")) clrsetbits_be32(immap + MPC83XX_SCCR_OFFS, @@ -92499,10 +92499,10 @@ Index: linux-2.6.25.1/arch/powerpc/platforms/83xx/usb.c /* Using external UPLI PHY */ } else if (prop && !strcmp(prop, "ulpi")) { /* Set PHY_CLK_SEL to ULPI */ -Index: linux-2.6.25.1/arch/powerpc/platforms/85xx/Kconfig +Index: linux-2.6.25.4/arch/powerpc/platforms/85xx/Kconfig =================================================================== ---- linux-2.6.25.1.orig/arch/powerpc/platforms/85xx/Kconfig -+++ linux-2.6.25.1/arch/powerpc/platforms/85xx/Kconfig +--- linux-2.6.25.4.orig/arch/powerpc/platforms/85xx/Kconfig ++++ linux-2.6.25.4/arch/powerpc/platforms/85xx/Kconfig @@ -19,7 +19,6 @@ config MPC8540_ADS config MPC8560_ADS bool "Freescale MPC8560 ADS" @@ -92571,19 +92571,19 @@ Index: linux-2.6.25.1/arch/powerpc/platforms/85xx/Kconfig help This option enables support for the Wind River SBC8560 board -Index: linux-2.6.25.1/arch/powerpc/platforms/85xx/Makefile +Index: linux-2.6.25.4/arch/powerpc/platforms/85xx/Makefile =================================================================== ---- linux-2.6.25.1.orig/arch/powerpc/platforms/85xx/Makefile -+++ linux-2.6.25.1/arch/powerpc/platforms/85xx/Makefile +--- linux-2.6.25.4.orig/arch/powerpc/platforms/85xx/Makefile ++++ linux-2.6.25.4/arch/powerpc/platforms/85xx/Makefile @@ -10,3 +10,4 @@ obj-$(CONFIG_STX_GP3) += stx_gp3.o obj-$(CONFIG_TQM85xx) += tqm85xx.o obj-$(CONFIG_SBC8560) += sbc8560.o obj-$(CONFIG_SBC8548) += sbc8548.o +obj-$(CONFIG_KSI8560) += ksi8560.o -Index: linux-2.6.25.1/arch/powerpc/platforms/85xx/ksi8560.c +Index: linux-2.6.25.4/arch/powerpc/platforms/85xx/ksi8560.c =================================================================== --- /dev/null -+++ linux-2.6.25.1/arch/powerpc/platforms/85xx/ksi8560.c ++++ linux-2.6.25.4/arch/powerpc/platforms/85xx/ksi8560.c @@ -0,0 +1,257 @@ +/* + * Board setup routines for the Emerson KSI8560 @@ -92842,10 +92842,10 @@ Index: linux-2.6.25.1/arch/powerpc/platforms/85xx/ksi8560.c + .restart = machine_restart, + .calibrate_decr = generic_calibrate_decr, +}; -Index: linux-2.6.25.1/arch/powerpc/platforms/85xx/mpc85xx_ads.c +Index: linux-2.6.25.4/arch/powerpc/platforms/85xx/mpc85xx_ads.c =================================================================== ---- linux-2.6.25.1.orig/arch/powerpc/platforms/85xx/mpc85xx_ads.c -+++ linux-2.6.25.1/arch/powerpc/platforms/85xx/mpc85xx_ads.c +--- linux-2.6.25.4.orig/arch/powerpc/platforms/85xx/mpc85xx_ads.c ++++ linux-2.6.25.4/arch/powerpc/platforms/85xx/mpc85xx_ads.c @@ -165,7 +165,7 @@ static void __init init_ioports(void) int i; @@ -92855,10 +92855,10 @@ Index: linux-2.6.25.1/arch/powerpc/platforms/85xx/mpc85xx_ads.c cpm2_set_pin(pin->port, pin->pin, pin->flags); } -Index: linux-2.6.25.1/arch/powerpc/platforms/85xx/mpc85xx_ds.c +Index: linux-2.6.25.4/arch/powerpc/platforms/85xx/mpc85xx_ds.c =================================================================== ---- linux-2.6.25.1.orig/arch/powerpc/platforms/85xx/mpc85xx_ds.c -+++ linux-2.6.25.1/arch/powerpc/platforms/85xx/mpc85xx_ds.c +--- linux-2.6.25.4.orig/arch/powerpc/platforms/85xx/mpc85xx_ds.c ++++ linux-2.6.25.4/arch/powerpc/platforms/85xx/mpc85xx_ds.c @@ -19,6 +19,7 @@ #include #include @@ -92895,10 +92895,10 @@ Index: linux-2.6.25.1/arch/powerpc/platforms/85xx/mpc85xx_ds.c /* * Called very early, device-tree isn't unflattened */ -Index: linux-2.6.25.1/arch/powerpc/platforms/86xx/Kconfig +Index: linux-2.6.25.4/arch/powerpc/platforms/86xx/Kconfig =================================================================== ---- linux-2.6.25.1.orig/arch/powerpc/platforms/86xx/Kconfig -+++ linux-2.6.25.1/arch/powerpc/platforms/86xx/Kconfig +--- linux-2.6.25.4.orig/arch/powerpc/platforms/86xx/Kconfig ++++ linux-2.6.25.4/arch/powerpc/platforms/86xx/Kconfig @@ -11,6 +11,12 @@ config MPC8641_HPCN help This option enables support for the MPC8641 HPCN board. @@ -92921,20 +92921,20 @@ Index: linux-2.6.25.1/arch/powerpc/platforms/86xx/Kconfig config MPC8610 bool -Index: linux-2.6.25.1/arch/powerpc/platforms/86xx/Makefile +Index: linux-2.6.25.4/arch/powerpc/platforms/86xx/Makefile =================================================================== ---- linux-2.6.25.1.orig/arch/powerpc/platforms/86xx/Makefile -+++ linux-2.6.25.1/arch/powerpc/platforms/86xx/Makefile +--- linux-2.6.25.4.orig/arch/powerpc/platforms/86xx/Makefile ++++ linux-2.6.25.4/arch/powerpc/platforms/86xx/Makefile @@ -4,4 +4,5 @@ obj-$(CONFIG_SMP) += mpc86xx_smp.o obj-$(CONFIG_MPC8641_HPCN) += mpc86xx_hpcn.o +obj-$(CONFIG_SBC8641D) += sbc8641d.o obj-$(CONFIG_MPC8610_HPCD) += mpc8610_hpcd.o -Index: linux-2.6.25.1/arch/powerpc/platforms/86xx/mpc8610_hpcd.c +Index: linux-2.6.25.4/arch/powerpc/platforms/86xx/mpc8610_hpcd.c =================================================================== ---- linux-2.6.25.1.orig/arch/powerpc/platforms/86xx/mpc8610_hpcd.c -+++ linux-2.6.25.1/arch/powerpc/platforms/86xx/mpc8610_hpcd.c +--- linux-2.6.25.4.orig/arch/powerpc/platforms/86xx/mpc8610_hpcd.c ++++ linux-2.6.25.4/arch/powerpc/platforms/86xx/mpc8610_hpcd.c @@ -52,7 +52,7 @@ static int __init mpc8610_declare_of_pla } machine_device_initcall(mpc86xx_hpcd, mpc8610_declare_of_platform_devices); @@ -92953,10 +92953,10 @@ Index: linux-2.6.25.1/arch/powerpc/platforms/86xx/mpc8610_hpcd.c mpc86xx_time_init(void) { unsigned int temp; -Index: linux-2.6.25.1/arch/powerpc/platforms/86xx/mpc86xx_hpcn.c +Index: linux-2.6.25.4/arch/powerpc/platforms/86xx/mpc86xx_hpcn.c =================================================================== ---- linux-2.6.25.1.orig/arch/powerpc/platforms/86xx/mpc86xx_hpcn.c -+++ linux-2.6.25.1/arch/powerpc/platforms/86xx/mpc86xx_hpcn.c +--- linux-2.6.25.4.orig/arch/powerpc/platforms/86xx/mpc86xx_hpcn.c ++++ linux-2.6.25.4/arch/powerpc/platforms/86xx/mpc86xx_hpcn.c @@ -55,7 +55,7 @@ static void mpc86xx_8259_cascade(unsigne } #endif /* CONFIG_PCI */ @@ -92997,10 +92997,10 @@ Index: linux-2.6.25.1/arch/powerpc/platforms/86xx/mpc86xx_hpcn.c mpc86xx_time_init(void) { unsigned int temp; -Index: linux-2.6.25.1/arch/powerpc/platforms/86xx/sbc8641d.c +Index: linux-2.6.25.4/arch/powerpc/platforms/86xx/sbc8641d.c =================================================================== --- /dev/null -+++ linux-2.6.25.1/arch/powerpc/platforms/86xx/sbc8641d.c ++++ linux-2.6.25.4/arch/powerpc/platforms/86xx/sbc8641d.c @@ -0,0 +1,164 @@ +/* + * SBC8641D board specific routines @@ -93166,10 +93166,10 @@ Index: linux-2.6.25.1/arch/powerpc/platforms/86xx/sbc8641d.c + .pcibios_fixup_bus = fsl_pcibios_fixup_bus, +#endif +}; -Index: linux-2.6.25.1/arch/powerpc/platforms/8xx/Kconfig +Index: linux-2.6.25.4/arch/powerpc/platforms/8xx/Kconfig =================================================================== ---- linux-2.6.25.1.orig/arch/powerpc/platforms/8xx/Kconfig -+++ linux-2.6.25.1/arch/powerpc/platforms/8xx/Kconfig +--- linux-2.6.25.4.orig/arch/powerpc/platforms/8xx/Kconfig ++++ linux-2.6.25.4/arch/powerpc/platforms/8xx/Kconfig @@ -18,7 +18,6 @@ config MPC8XXFADS config MPC86XADS bool "MPC86XADS" @@ -93202,10 +93202,10 @@ Index: linux-2.6.25.1/arch/powerpc/platforms/8xx/Kconfig select REDBOOT help This enables support for the Analogue & Micro Adder 875 -Index: linux-2.6.25.1/arch/powerpc/platforms/8xx/m8xx_setup.c +Index: linux-2.6.25.4/arch/powerpc/platforms/8xx/m8xx_setup.c =================================================================== ---- linux-2.6.25.1.orig/arch/powerpc/platforms/8xx/m8xx_setup.c -+++ linux-2.6.25.1/arch/powerpc/platforms/8xx/m8xx_setup.c +--- linux-2.6.25.4.orig/arch/powerpc/platforms/8xx/m8xx_setup.c ++++ linux-2.6.25.4/arch/powerpc/platforms/8xx/m8xx_setup.c @@ -111,17 +111,12 @@ void __init mpc8xx_calibrate_decr(void) /* Processor frequency is MHz. @@ -93225,10 +93225,10 @@ Index: linux-2.6.25.1/arch/powerpc/platforms/8xx/m8xx_setup.c printk("Decrementer Frequency = 0x%lx\n", ppc_tb_freq); /* Perform some more timer/timebase initialization. This used -Index: linux-2.6.25.1/arch/powerpc/platforms/Kconfig +Index: linux-2.6.25.4/arch/powerpc/platforms/Kconfig =================================================================== ---- linux-2.6.25.1.orig/arch/powerpc/platforms/Kconfig -+++ linux-2.6.25.1/arch/powerpc/platforms/Kconfig +--- linux-2.6.25.4.orig/arch/powerpc/platforms/Kconfig ++++ linux-2.6.25.4/arch/powerpc/platforms/Kconfig @@ -290,13 +290,7 @@ config CPM2 config PPC_CPM_NEW_BINDING bool @@ -93244,10 +93244,10 @@ Index: linux-2.6.25.1/arch/powerpc/platforms/Kconfig config AXON_RAM tristate "Axon DDR2 memory device driver" -Index: linux-2.6.25.1/arch/powerpc/platforms/Kconfig.cputype +Index: linux-2.6.25.4/arch/powerpc/platforms/Kconfig.cputype =================================================================== ---- linux-2.6.25.1.orig/arch/powerpc/platforms/Kconfig.cputype -+++ linux-2.6.25.1/arch/powerpc/platforms/Kconfig.cputype +--- linux-2.6.25.4.orig/arch/powerpc/platforms/Kconfig.cputype ++++ linux-2.6.25.4/arch/powerpc/platforms/Kconfig.cputype @@ -41,11 +41,13 @@ config 40x bool "AMCC 40x" select PPC_DCR_NATIVE @@ -93262,10 +93262,10 @@ Index: linux-2.6.25.1/arch/powerpc/platforms/Kconfig.cputype config E200 bool "Freescale e200" -Index: linux-2.6.25.1/arch/powerpc/platforms/cell/iommu.c +Index: linux-2.6.25.4/arch/powerpc/platforms/cell/iommu.c =================================================================== ---- linux-2.6.25.1.orig/arch/powerpc/platforms/cell/iommu.c -+++ linux-2.6.25.1/arch/powerpc/platforms/cell/iommu.c +--- linux-2.6.25.4.orig/arch/powerpc/platforms/cell/iommu.c ++++ linux-2.6.25.4/arch/powerpc/platforms/cell/iommu.c @@ -28,13 +28,13 @@ #include #include @@ -93317,10 +93317,10 @@ Index: linux-2.6.25.1/arch/powerpc/platforms/cell/iommu.c iommu->xlate_regs = ioremap(xlate_base, IOC_Reg_Size); iommu->cmd_regs = iommu->xlate_regs + IOC_IOCmd_Offset; -Index: linux-2.6.25.1/arch/powerpc/platforms/cell/pervasive.c +Index: linux-2.6.25.4/arch/powerpc/platforms/cell/pervasive.c =================================================================== ---- linux-2.6.25.1.orig/arch/powerpc/platforms/cell/pervasive.c -+++ linux-2.6.25.1/arch/powerpc/platforms/cell/pervasive.c +--- linux-2.6.25.4.orig/arch/powerpc/platforms/cell/pervasive.c ++++ linux-2.6.25.4/arch/powerpc/platforms/cell/pervasive.c @@ -65,7 +65,7 @@ static void cbe_power_save(void) break; default: @@ -93330,10 +93330,10 @@ Index: linux-2.6.25.1/arch/powerpc/platforms/cell/pervasive.c break; } mtspr(SPRN_TSC_CELL, thread_switch_control); -Index: linux-2.6.25.1/arch/powerpc/platforms/cell/ras.c +Index: linux-2.6.25.4/arch/powerpc/platforms/cell/ras.c =================================================================== ---- linux-2.6.25.1.orig/arch/powerpc/platforms/cell/ras.c -+++ linux-2.6.25.1/arch/powerpc/platforms/cell/ras.c +--- linux-2.6.25.4.orig/arch/powerpc/platforms/cell/ras.c ++++ linux-2.6.25.4/arch/powerpc/platforms/cell/ras.c @@ -132,7 +132,7 @@ static int __init cbe_ptcal_enable_on_no (unsigned int)(addr >> 32), (unsigned int)(addr & 0xffffffff))) { @@ -93377,10 +93377,10 @@ Index: linux-2.6.25.1/arch/powerpc/platforms/cell/ras.c area->nid); ret = -EIO; continue; -Index: linux-2.6.25.1/arch/powerpc/platforms/cell/spu_base.c +Index: linux-2.6.25.4/arch/powerpc/platforms/cell/spu_base.c =================================================================== ---- linux-2.6.25.1.orig/arch/powerpc/platforms/cell/spu_base.c -+++ linux-2.6.25.1/arch/powerpc/platforms/cell/spu_base.c +--- linux-2.6.25.4.orig/arch/powerpc/platforms/cell/spu_base.c ++++ linux-2.6.25.4/arch/powerpc/platforms/cell/spu_base.c @@ -165,7 +165,7 @@ static int __spu_trap_data_seg(struct sp struct spu_slb slb; int psize; @@ -93417,10 +93417,10 @@ Index: linux-2.6.25.1/arch/powerpc/platforms/cell/spu_base.c goto out_unregister_sysdev_class; } -Index: linux-2.6.25.1/arch/powerpc/platforms/cell/spu_callbacks.c +Index: linux-2.6.25.4/arch/powerpc/platforms/cell/spu_callbacks.c =================================================================== ---- linux-2.6.25.1.orig/arch/powerpc/platforms/cell/spu_callbacks.c -+++ linux-2.6.25.1/arch/powerpc/platforms/cell/spu_callbacks.c +--- linux-2.6.25.4.orig/arch/powerpc/platforms/cell/spu_callbacks.c ++++ linux-2.6.25.4/arch/powerpc/platforms/cell/spu_callbacks.c @@ -54,7 +54,7 @@ long spu_sys_callback(struct spu_syscall long (*syscall)(u64 a1, u64 a2, u64 a3, u64 a4, u64 a5, u64 a6); @@ -93430,10 +93430,10 @@ Index: linux-2.6.25.1/arch/powerpc/platforms/cell/spu_callbacks.c return -ENOSYS; } -Index: linux-2.6.25.1/arch/powerpc/platforms/cell/spu_manage.c +Index: linux-2.6.25.4/arch/powerpc/platforms/cell/spu_manage.c =================================================================== ---- linux-2.6.25.1.orig/arch/powerpc/platforms/cell/spu_manage.c -+++ linux-2.6.25.1/arch/powerpc/platforms/cell/spu_manage.c +--- linux-2.6.25.4.orig/arch/powerpc/platforms/cell/spu_manage.c ++++ linux-2.6.25.4/arch/powerpc/platforms/cell/spu_manage.c @@ -92,7 +92,7 @@ static int __init spu_map_interrupts_old tmp = of_get_property(np->parent->parent, "node-id", NULL); @@ -93470,10 +93470,10 @@ Index: linux-2.6.25.1/arch/powerpc/platforms/cell/spu_manage.c } ret = spu_map_interrupts_old(spu, spe); if (ret) { -Index: linux-2.6.25.1/arch/powerpc/platforms/cell/spufs/coredump.c +Index: linux-2.6.25.4/arch/powerpc/platforms/cell/spufs/coredump.c =================================================================== ---- linux-2.6.25.1.orig/arch/powerpc/platforms/cell/spufs/coredump.c -+++ linux-2.6.25.1/arch/powerpc/platforms/cell/spufs/coredump.c +--- linux-2.6.25.4.orig/arch/powerpc/platforms/cell/spufs/coredump.c ++++ linux-2.6.25.4/arch/powerpc/platforms/cell/spufs/coredump.c @@ -133,8 +133,6 @@ static struct spu_context *coredump_next if (ctx->flags & SPU_CREATE_NOSCHED) continue; @@ -93503,10 +93503,10 @@ Index: linux-2.6.25.1/arch/powerpc/platforms/cell/spufs/coredump.c } return 0; -Index: linux-2.6.25.1/arch/powerpc/platforms/cell/spufs/file.c +Index: linux-2.6.25.4/arch/powerpc/platforms/cell/spufs/file.c =================================================================== ---- linux-2.6.25.1.orig/arch/powerpc/platforms/cell/spufs/file.c -+++ linux-2.6.25.1/arch/powerpc/platforms/cell/spufs/file.c +--- linux-2.6.25.4.orig/arch/powerpc/platforms/cell/spufs/file.c ++++ linux-2.6.25.4/arch/powerpc/platforms/cell/spufs/file.c @@ -1337,7 +1337,7 @@ static u64 spufs_signal1_type_get(struct return ctx->ops->signal1_type_get(ctx); } @@ -93543,10 +93543,10 @@ Index: linux-2.6.25.1/arch/powerpc/platforms/cell/spufs/file.c free_elements, tagstatus, ctx->tagwait); return mask; -Index: linux-2.6.25.1/arch/powerpc/platforms/cell/spufs/run.c +Index: linux-2.6.25.4/arch/powerpc/platforms/cell/spufs/run.c =================================================================== ---- linux-2.6.25.1.orig/arch/powerpc/platforms/cell/spufs/run.c -+++ linux-2.6.25.1/arch/powerpc/platforms/cell/spufs/run.c +--- linux-2.6.25.4.orig/arch/powerpc/platforms/cell/spufs/run.c ++++ linux-2.6.25.4/arch/powerpc/platforms/cell/spufs/run.c @@ -98,7 +98,7 @@ static int spu_setup_isolated(struct spu != MFC_CNTL_PURGE_DMA_COMPLETE) { if (time_after(jiffies, timeout)) { @@ -93603,10 +93603,10 @@ Index: linux-2.6.25.1/arch/powerpc/platforms/cell/spufs/run.c /* write result, jump over indirect pointer */ memcpy_toio(ls + ls_pointer, &spu_ret, sizeof(spu_ret)); ctx->ops->npc_write(ctx, npc); -Index: linux-2.6.25.1/arch/powerpc/platforms/cell/spufs/switch.c +Index: linux-2.6.25.4/arch/powerpc/platforms/cell/spufs/switch.c =================================================================== ---- linux-2.6.25.1.orig/arch/powerpc/platforms/cell/spufs/switch.c -+++ linux-2.6.25.1/arch/powerpc/platforms/cell/spufs/switch.c +--- linux-2.6.25.4.orig/arch/powerpc/platforms/cell/spufs/switch.c ++++ linux-2.6.25.4/arch/powerpc/platforms/cell/spufs/switch.c @@ -1815,6 +1815,7 @@ static void save_csa(struct spu_state *p save_mfc_csr_ato(prev, spu); /* Step 24. */ save_mfc_tclass_id(prev, spu); /* Step 25. */ @@ -93623,10 +93623,10 @@ Index: linux-2.6.25.1/arch/powerpc/platforms/cell/spufs/switch.c reset_ch(prev, spu); /* Step 45. */ } -Index: linux-2.6.25.1/arch/powerpc/platforms/celleb/beat.c +Index: linux-2.6.25.4/arch/powerpc/platforms/celleb/beat.c =================================================================== ---- linux-2.6.25.1.orig/arch/powerpc/platforms/celleb/beat.c -+++ linux-2.6.25.1/arch/powerpc/platforms/celleb/beat.c +--- linux-2.6.25.4.orig/arch/powerpc/platforms/celleb/beat.c ++++ linux-2.6.25.4/arch/powerpc/platforms/celleb/beat.c @@ -48,6 +48,7 @@ void beat_power_off(void) } @@ -93692,10 +93692,10 @@ Index: linux-2.6.25.1/arch/powerpc/platforms/celleb/beat.c -EXPORT_SYMBOL(beat_get_term_char); -EXPORT_SYMBOL(beat_put_term_char); -EXPORT_SYMBOL(beat_halt_code); -Index: linux-2.6.25.1/arch/powerpc/platforms/celleb/beat.h +Index: linux-2.6.25.4/arch/powerpc/platforms/celleb/beat.h =================================================================== ---- linux-2.6.25.1.orig/arch/powerpc/platforms/celleb/beat.h -+++ linux-2.6.25.1/arch/powerpc/platforms/celleb/beat.h +--- linux-2.6.25.4.orig/arch/powerpc/platforms/celleb/beat.h ++++ linux-2.6.25.4/arch/powerpc/platforms/celleb/beat.h @@ -21,8 +21,8 @@ #ifndef _CELLEB_BEAT_H #define _CELLEB_BEAT_H @@ -93707,10 +93707,10 @@ Index: linux-2.6.25.1/arch/powerpc/platforms/celleb/beat.h int64_t beat_repository_encode(int, const char *, uint64_t[4]); void beat_restart(char *); void beat_power_off(void); -Index: linux-2.6.25.1/arch/powerpc/platforms/celleb/beat_wrapper.h +Index: linux-2.6.25.4/arch/powerpc/platforms/celleb/beat_wrapper.h =================================================================== ---- linux-2.6.25.1.orig/arch/powerpc/platforms/celleb/beat_wrapper.h -+++ linux-2.6.25.1/arch/powerpc/platforms/celleb/beat_wrapper.h +--- linux-2.6.25.4.orig/arch/powerpc/platforms/celleb/beat_wrapper.h ++++ linux-2.6.25.4/arch/powerpc/platforms/celleb/beat_wrapper.h @@ -197,7 +197,8 @@ static inline s64 beat_put_characters_to u64 b[2]; @@ -93721,10 +93721,10 @@ Index: linux-2.6.25.1/arch/powerpc/platforms/celleb/beat_wrapper.h } static inline s64 beat_get_spe_privileged_state_1_registers( -Index: linux-2.6.25.1/arch/powerpc/platforms/celleb/htab.c +Index: linux-2.6.25.4/arch/powerpc/platforms/celleb/htab.c =================================================================== ---- linux-2.6.25.1.orig/arch/powerpc/platforms/celleb/htab.c -+++ linux-2.6.25.1/arch/powerpc/platforms/celleb/htab.c +--- linux-2.6.25.4.orig/arch/powerpc/platforms/celleb/htab.c ++++ linux-2.6.25.4/arch/powerpc/platforms/celleb/htab.c @@ -35,9 +35,9 @@ #include "beat_wrapper.h" @@ -93747,10 +93747,10 @@ Index: linux-2.6.25.1/arch/powerpc/platforms/celleb/htab.c if (!(vflags & HPTE_V_BOLTED)) DBG_LOW(" full\n"); spin_unlock(&beat_htab_lock); -Index: linux-2.6.25.1/arch/powerpc/platforms/celleb/interrupt.c +Index: linux-2.6.25.4/arch/powerpc/platforms/celleb/interrupt.c =================================================================== ---- linux-2.6.25.1.orig/arch/powerpc/platforms/celleb/interrupt.c -+++ linux-2.6.25.1/arch/powerpc/platforms/celleb/interrupt.c +--- linux-2.6.25.4.orig/arch/powerpc/platforms/celleb/interrupt.c ++++ linux-2.6.25.4/arch/powerpc/platforms/celleb/interrupt.c @@ -34,7 +34,7 @@ static DEFINE_SPINLOCK(beatic_irq_mask_l static uint64_t beatic_irq_mask_enable[(MAX_IRQS+255)/64]; static uint64_t beatic_irq_mask_ack[(MAX_IRQS+255)/64]; @@ -93834,10 +93834,10 @@ Index: linux-2.6.25.1/arch/powerpc/platforms/celleb/interrupt.c 0); BUG_ON(beatic_host == NULL); irq_set_default_host(beatic_host); -Index: linux-2.6.25.1/arch/powerpc/platforms/celleb/scc_epci.c +Index: linux-2.6.25.4/arch/powerpc/platforms/celleb/scc_epci.c =================================================================== ---- linux-2.6.25.1.orig/arch/powerpc/platforms/celleb/scc_epci.c -+++ linux-2.6.25.1/arch/powerpc/platforms/celleb/scc_epci.c +--- linux-2.6.25.4.orig/arch/powerpc/platforms/celleb/scc_epci.c ++++ linux-2.6.25.4/arch/powerpc/platforms/celleb/scc_epci.c @@ -161,9 +161,9 @@ static PCI_IO_ADDR celleb_epci_make_conf if (bus != hose->bus) addr = celleb_epci_get_epci_cfg(hose) + @@ -93860,10 +93860,10 @@ Index: linux-2.6.25.1/arch/powerpc/platforms/celleb/scc_epci.c { PCI_IO_ADDR epci_base; PCI_IO_ADDR addr; -Index: linux-2.6.25.1/arch/powerpc/platforms/celleb/scc_sio.c +Index: linux-2.6.25.4/arch/powerpc/platforms/celleb/scc_sio.c =================================================================== ---- linux-2.6.25.1.orig/arch/powerpc/platforms/celleb/scc_sio.c -+++ linux-2.6.25.1/arch/powerpc/platforms/celleb/scc_sio.c +--- linux-2.6.25.4.orig/arch/powerpc/platforms/celleb/scc_sio.c ++++ linux-2.6.25.4/arch/powerpc/platforms/celleb/scc_sio.c @@ -28,7 +28,7 @@ /* sio irq0=0xb00010022 irq0=0xb00010023 irq2=0xb00010024 @@ -93882,10 +93882,10 @@ Index: linux-2.6.25.1/arch/powerpc/platforms/celleb/scc_sio.c default: return 0; case 2: -Index: linux-2.6.25.1/arch/powerpc/platforms/celleb/spu_priv1.c +Index: linux-2.6.25.4/arch/powerpc/platforms/celleb/spu_priv1.c =================================================================== ---- linux-2.6.25.1.orig/arch/powerpc/platforms/celleb/spu_priv1.c -+++ linux-2.6.25.1/arch/powerpc/platforms/celleb/spu_priv1.c +--- linux-2.6.25.4.orig/arch/powerpc/platforms/celleb/spu_priv1.c ++++ linux-2.6.25.4/arch/powerpc/platforms/celleb/spu_priv1.c @@ -183,8 +183,7 @@ static u64 resource_allocation_enable_ge return enable; } @@ -93896,10 +93896,10 @@ Index: linux-2.6.25.1/arch/powerpc/platforms/celleb/spu_priv1.c .int_mask_and = int_mask_and, .int_mask_or = int_mask_or, .int_mask_set = int_mask_set, -Index: linux-2.6.25.1/arch/powerpc/platforms/celleb/udbg_beat.c +Index: linux-2.6.25.4/arch/powerpc/platforms/celleb/udbg_beat.c =================================================================== ---- linux-2.6.25.1.orig/arch/powerpc/platforms/celleb/udbg_beat.c -+++ linux-2.6.25.1/arch/powerpc/platforms/celleb/udbg_beat.c +--- linux-2.6.25.4.orig/arch/powerpc/platforms/celleb/udbg_beat.c ++++ linux-2.6.25.4/arch/powerpc/platforms/celleb/udbg_beat.c @@ -54,7 +54,8 @@ static int udbg_getc_poll_beat(void) if (inbuflen == 0) { /* get some more chars. */ @@ -93919,10 +93919,10 @@ Index: linux-2.6.25.1/arch/powerpc/platforms/celleb/udbg_beat.c ; } else { return ch; -Index: linux-2.6.25.1/arch/powerpc/platforms/embedded6xx/mpc7448_hpc2.c +Index: linux-2.6.25.4/arch/powerpc/platforms/embedded6xx/mpc7448_hpc2.c =================================================================== ---- linux-2.6.25.1.orig/arch/powerpc/platforms/embedded6xx/mpc7448_hpc2.c -+++ linux-2.6.25.1/arch/powerpc/platforms/embedded6xx/mpc7448_hpc2.c +--- linux-2.6.25.4.orig/arch/powerpc/platforms/embedded6xx/mpc7448_hpc2.c ++++ linux-2.6.25.4/arch/powerpc/platforms/embedded6xx/mpc7448_hpc2.c @@ -117,11 +117,11 @@ static void __init mpc7448_hpc2_init_IRQ } @@ -93958,10 +93958,10 @@ Index: linux-2.6.25.1/arch/powerpc/platforms/embedded6xx/mpc7448_hpc2.c (u32) cascade_pci_irq); tsi108_pci_int_init(cascade_node); set_irq_data(cascade_pci_irq, mpic); -Index: linux-2.6.25.1/arch/powerpc/platforms/embedded6xx/prpmc2800.c +Index: linux-2.6.25.4/arch/powerpc/platforms/embedded6xx/prpmc2800.c =================================================================== ---- linux-2.6.25.1.orig/arch/powerpc/platforms/embedded6xx/prpmc2800.c -+++ linux-2.6.25.1/arch/powerpc/platforms/embedded6xx/prpmc2800.c +--- linux-2.6.25.4.orig/arch/powerpc/platforms/embedded6xx/prpmc2800.c ++++ linux-2.6.25.4/arch/powerpc/platforms/embedded6xx/prpmc2800.c @@ -49,13 +49,13 @@ static void __init prpmc2800_setup_arch( * ioremap mpp and gpp registers in case they are later * needed by prpmc2800_reset_board(). @@ -93978,10 +93978,10 @@ Index: linux-2.6.25.1/arch/powerpc/platforms/embedded6xx/prpmc2800.c reg = of_get_property(np, "reg", NULL); paddr = of_translate_address(np, reg); of_node_put(np); -Index: linux-2.6.25.1/arch/powerpc/platforms/iseries/exception.S +Index: linux-2.6.25.4/arch/powerpc/platforms/iseries/exception.S =================================================================== ---- linux-2.6.25.1.orig/arch/powerpc/platforms/iseries/exception.S -+++ linux-2.6.25.1/arch/powerpc/platforms/iseries/exception.S +--- linux-2.6.25.4.orig/arch/powerpc/platforms/iseries/exception.S ++++ linux-2.6.25.4/arch/powerpc/platforms/iseries/exception.S @@ -38,11 +38,19 @@ .globl system_reset_iSeries @@ -94004,10 +94004,10 @@ Index: linux-2.6.25.1/arch/powerpc/platforms/iseries/exception.S cmpwi 0,r24,0 /* Are we processor 0? */ bne 1f b .__start_initialization_iSeries /* Start up the first processor */ -Index: linux-2.6.25.1/arch/powerpc/platforms/iseries/ipl_parms.h +Index: linux-2.6.25.4/arch/powerpc/platforms/iseries/ipl_parms.h =================================================================== ---- linux-2.6.25.1.orig/arch/powerpc/platforms/iseries/ipl_parms.h -+++ linux-2.6.25.1/arch/powerpc/platforms/iseries/ipl_parms.h +--- linux-2.6.25.4.orig/arch/powerpc/platforms/iseries/ipl_parms.h ++++ linux-2.6.25.4/arch/powerpc/platforms/iseries/ipl_parms.h @@ -65,6 +65,4 @@ struct ItIplParmsReal { u64 xRsvd13; // Reserved x38-x3F }; @@ -94015,10 +94015,10 @@ Index: linux-2.6.25.1/arch/powerpc/platforms/iseries/ipl_parms.h -extern struct ItIplParmsReal xItIplParmsReal; - #endif /* _ISERIES_IPL_PARMS_H */ -Index: linux-2.6.25.1/arch/powerpc/platforms/iseries/lpardata.c +Index: linux-2.6.25.4/arch/powerpc/platforms/iseries/lpardata.c =================================================================== ---- linux-2.6.25.1.orig/arch/powerpc/platforms/iseries/lpardata.c -+++ linux-2.6.25.1/arch/powerpc/platforms/iseries/lpardata.c +--- linux-2.6.25.4.orig/arch/powerpc/platforms/iseries/lpardata.c ++++ linux-2.6.25.4/arch/powerpc/platforms/iseries/lpardata.c @@ -14,10 +14,10 @@ #include #include @@ -94208,10 +94208,10 @@ Index: linux-2.6.25.1/arch/powerpc/platforms/iseries/lpardata.c - .xSize = sizeof(struct ItLpRegSave), - }, -}; -Index: linux-2.6.25.1/arch/powerpc/platforms/iseries/naca.h +Index: linux-2.6.25.4/arch/powerpc/platforms/iseries/naca.h =================================================================== ---- linux-2.6.25.1.orig/arch/powerpc/platforms/iseries/naca.h -+++ linux-2.6.25.1/arch/powerpc/platforms/iseries/naca.h +--- linux-2.6.25.4.orig/arch/powerpc/platforms/iseries/naca.h ++++ linux-2.6.25.4/arch/powerpc/platforms/iseries/naca.h @@ -14,7 +14,7 @@ struct naca_struct { @@ -94221,10 +94221,10 @@ Index: linux-2.6.25.1/arch/powerpc/platforms/iseries/naca.h void *xRamDisk; /* iSeries ramdisk 0x08 */ u64 xRamDiskSize; /* In pages 0x10 */ }; -Index: linux-2.6.25.1/arch/powerpc/platforms/iseries/pci.c +Index: linux-2.6.25.4/arch/powerpc/platforms/iseries/pci.c =================================================================== ---- linux-2.6.25.1.orig/arch/powerpc/platforms/iseries/pci.c -+++ linux-2.6.25.1/arch/powerpc/platforms/iseries/pci.c +--- linux-2.6.25.4.orig/arch/powerpc/platforms/iseries/pci.c ++++ linux-2.6.25.4/arch/powerpc/platforms/iseries/pci.c @@ -23,6 +23,7 @@ #undef DEBUG @@ -94242,10 +94242,10 @@ Index: linux-2.6.25.1/arch/powerpc/platforms/iseries/pci.c last_jiffies = jiffies; num_printed = 0; } -Index: linux-2.6.25.1/arch/powerpc/platforms/iseries/release_data.h +Index: linux-2.6.25.4/arch/powerpc/platforms/iseries/release_data.h =================================================================== ---- linux-2.6.25.1.orig/arch/powerpc/platforms/iseries/release_data.h -+++ linux-2.6.25.1/arch/powerpc/platforms/iseries/release_data.h +--- linux-2.6.25.4.orig/arch/powerpc/platforms/iseries/release_data.h ++++ linux-2.6.25.4/arch/powerpc/platforms/iseries/release_data.h @@ -58,6 +58,6 @@ struct HvReleaseData { char xRsvd3[20]; /* Reserved x2C-x3F */ }; @@ -94254,10 +94254,10 @@ Index: linux-2.6.25.1/arch/powerpc/platforms/iseries/release_data.h +extern const struct HvReleaseData hvReleaseData; #endif /* _ISERIES_RELEASE_DATA_H */ -Index: linux-2.6.25.1/arch/powerpc/platforms/iseries/spcomm_area.h +Index: linux-2.6.25.4/arch/powerpc/platforms/iseries/spcomm_area.h =================================================================== ---- linux-2.6.25.1.orig/arch/powerpc/platforms/iseries/spcomm_area.h -+++ linux-2.6.25.1/arch/powerpc/platforms/iseries/spcomm_area.h +--- linux-2.6.25.4.orig/arch/powerpc/platforms/iseries/spcomm_area.h ++++ linux-2.6.25.4/arch/powerpc/platforms/iseries/spcomm_area.h @@ -31,6 +31,4 @@ struct SpCommArea { u8 xRsvd2[80]; // Reserved 030-07F }; @@ -94265,10 +94265,10 @@ Index: linux-2.6.25.1/arch/powerpc/platforms/iseries/spcomm_area.h -extern struct SpCommArea xSpCommArea; - #endif /* _ISERIES_SPCOMM_AREA_H */ -Index: linux-2.6.25.1/arch/powerpc/platforms/iseries/vpd_areas.h +Index: linux-2.6.25.4/arch/powerpc/platforms/iseries/vpd_areas.h =================================================================== ---- linux-2.6.25.1.orig/arch/powerpc/platforms/iseries/vpd_areas.h -+++ linux-2.6.25.1/arch/powerpc/platforms/iseries/vpd_areas.h +--- linux-2.6.25.4.orig/arch/powerpc/platforms/iseries/vpd_areas.h ++++ linux-2.6.25.4/arch/powerpc/platforms/iseries/vpd_areas.h @@ -80,9 +80,9 @@ struct ItVpdAreas { u32 xPlicDmaLens[ItDmaMaxEntries];// Array of DMA lengths 080-0A7 u32 xPlicDmaToks[ItDmaMaxEntries];// Array of DMA tokens 0A8-0CF @@ -94281,10 +94281,10 @@ Index: linux-2.6.25.1/arch/powerpc/platforms/iseries/vpd_areas.h +extern const struct ItVpdAreas itVpdAreas; #endif /* _ISERIES_VPD_AREAS_H */ -Index: linux-2.6.25.1/arch/powerpc/platforms/maple/pci.c +Index: linux-2.6.25.4/arch/powerpc/platforms/maple/pci.c =================================================================== ---- linux-2.6.25.1.orig/arch/powerpc/platforms/maple/pci.c -+++ linux-2.6.25.1/arch/powerpc/platforms/maple/pci.c +--- linux-2.6.25.4.orig/arch/powerpc/platforms/maple/pci.c ++++ linux-2.6.25.4/arch/powerpc/platforms/maple/pci.c @@ -592,50 +592,3 @@ int maple_pci_get_legacy_ide_irq(struct } return irq; @@ -94336,10 +94336,10 @@ Index: linux-2.6.25.1/arch/powerpc/platforms/maple/pci.c -} -DECLARE_PCI_FIXUP_HEADER(PCI_VENDOR_ID_AMD, PCI_DEVICE_ID_AMD_8111_IDE, - fixup_maple_ide); -Index: linux-2.6.25.1/arch/powerpc/platforms/maple/setup.c +Index: linux-2.6.25.4/arch/powerpc/platforms/maple/setup.c =================================================================== ---- linux-2.6.25.1.orig/arch/powerpc/platforms/maple/setup.c -+++ linux-2.6.25.1/arch/powerpc/platforms/maple/setup.c +--- linux-2.6.25.4.orig/arch/powerpc/platforms/maple/setup.c ++++ linux-2.6.25.4/arch/powerpc/platforms/maple/setup.c @@ -43,6 +43,7 @@ #include #include @@ -94365,10 +94365,10 @@ Index: linux-2.6.25.1/arch/powerpc/platforms/maple/setup.c .name = "Maple", .probe = maple_probe, .setup_arch = maple_setup_arch, -Index: linux-2.6.25.1/arch/powerpc/platforms/pasemi/dma_lib.c +Index: linux-2.6.25.4/arch/powerpc/platforms/pasemi/dma_lib.c =================================================================== ---- linux-2.6.25.1.orig/arch/powerpc/platforms/pasemi/dma_lib.c -+++ linux-2.6.25.1/arch/powerpc/platforms/pasemi/dma_lib.c +--- linux-2.6.25.4.orig/arch/powerpc/platforms/pasemi/dma_lib.c ++++ linux-2.6.25.4/arch/powerpc/platforms/pasemi/dma_lib.c @@ -17,6 +17,7 @@ * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA */ @@ -94555,10 +94555,10 @@ Index: linux-2.6.25.1/arch/powerpc/platforms/pasemi/dma_lib.c printk(KERN_INFO "PA Semi PWRficient DMA library initialized " "(%d tx, %d rx channels)\n", num_txch, num_rxch); -Index: linux-2.6.25.1/arch/powerpc/platforms/pasemi/iommu.c +Index: linux-2.6.25.4/arch/powerpc/platforms/pasemi/iommu.c =================================================================== ---- linux-2.6.25.1.orig/arch/powerpc/platforms/pasemi/iommu.c -+++ linux-2.6.25.1/arch/powerpc/platforms/pasemi/iommu.c +--- linux-2.6.25.4.orig/arch/powerpc/platforms/pasemi/iommu.c ++++ linux-2.6.25.4/arch/powerpc/platforms/pasemi/iommu.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2005-2007, PA Semi, Inc @@ -94626,10 +94626,10 @@ Index: linux-2.6.25.1/arch/powerpc/platforms/pasemi/iommu.c } /* set 2GB translation window, based at 0 */ -Index: linux-2.6.25.1/arch/powerpc/platforms/powermac/setup.c +Index: linux-2.6.25.4/arch/powerpc/platforms/powermac/setup.c =================================================================== ---- linux-2.6.25.1.orig/arch/powerpc/platforms/powermac/setup.c -+++ linux-2.6.25.1/arch/powerpc/platforms/powermac/setup.c +--- linux-2.6.25.4.orig/arch/powerpc/platforms/powermac/setup.c ++++ linux-2.6.25.4/arch/powerpc/platforms/powermac/setup.c @@ -53,6 +53,7 @@ #include #include @@ -94646,10 +94646,10 @@ Index: linux-2.6.25.1/arch/powerpc/platforms/powermac/setup.c #include #include "pmac.h" -Index: linux-2.6.25.1/arch/powerpc/platforms/ps3/device-init.c +Index: linux-2.6.25.4/arch/powerpc/platforms/ps3/device-init.c =================================================================== ---- linux-2.6.25.1.orig/arch/powerpc/platforms/ps3/device-init.c -+++ linux-2.6.25.1/arch/powerpc/platforms/ps3/device-init.c +--- linux-2.6.25.4.orig/arch/powerpc/platforms/ps3/device-init.c ++++ linux-2.6.25.4/arch/powerpc/platforms/ps3/device-init.c @@ -499,41 +499,14 @@ static int __init ps3_register_graphics_ } @@ -94762,10 +94762,10 @@ Index: linux-2.6.25.1/arch/powerpc/platforms/ps3/device-init.c ps3_register_sound_devices(); -Index: linux-2.6.25.1/arch/powerpc/platforms/ps3/htab.c +Index: linux-2.6.25.4/arch/powerpc/platforms/ps3/htab.c =================================================================== ---- linux-2.6.25.1.orig/arch/powerpc/platforms/ps3/htab.c -+++ linux-2.6.25.1/arch/powerpc/platforms/ps3/htab.c +--- linux-2.6.25.4.orig/arch/powerpc/platforms/ps3/htab.c ++++ linux-2.6.25.4/arch/powerpc/platforms/ps3/htab.c @@ -19,9 +19,10 @@ */ @@ -94778,10 +94778,10 @@ Index: linux-2.6.25.1/arch/powerpc/platforms/ps3/htab.c #include #include #include -Index: linux-2.6.25.1/arch/powerpc/platforms/ps3/interrupt.c +Index: linux-2.6.25.4/arch/powerpc/platforms/ps3/interrupt.c =================================================================== ---- linux-2.6.25.1.orig/arch/powerpc/platforms/ps3/interrupt.c -+++ linux-2.6.25.1/arch/powerpc/platforms/ps3/interrupt.c +--- linux-2.6.25.4.orig/arch/powerpc/platforms/ps3/interrupt.c ++++ linux-2.6.25.4/arch/powerpc/platforms/ps3/interrupt.c @@ -709,7 +709,7 @@ static unsigned int ps3_get_irq(void) asm volatile("cntlzd %0,%1" : "=r" (plug) : "r" (x)); plug &= 0x3f; @@ -94791,10 +94791,10 @@ Index: linux-2.6.25.1/arch/powerpc/platforms/ps3/interrupt.c pr_debug("%s:%d: no plug found: thread_id %lu\n", __func__, __LINE__, pd->thread_id); dump_bmp(&per_cpu(ps3_private, 0)); -Index: linux-2.6.25.1/arch/powerpc/platforms/ps3/mm.c +Index: linux-2.6.25.4/arch/powerpc/platforms/ps3/mm.c =================================================================== ---- linux-2.6.25.1.orig/arch/powerpc/platforms/ps3/mm.c -+++ linux-2.6.25.1/arch/powerpc/platforms/ps3/mm.c +--- linux-2.6.25.4.orig/arch/powerpc/platforms/ps3/mm.c ++++ linux-2.6.25.4/arch/powerpc/platforms/ps3/mm.c @@ -21,9 +21,10 @@ #include #include @@ -94807,10 +94807,10 @@ Index: linux-2.6.25.1/arch/powerpc/platforms/ps3/mm.c #include #include -Index: linux-2.6.25.1/arch/powerpc/platforms/ps3/os-area.c +Index: linux-2.6.25.4/arch/powerpc/platforms/ps3/os-area.c =================================================================== ---- linux-2.6.25.1.orig/arch/powerpc/platforms/ps3/os-area.c -+++ linux-2.6.25.1/arch/powerpc/platforms/ps3/os-area.c +--- linux-2.6.25.4.orig/arch/powerpc/platforms/ps3/os-area.c ++++ linux-2.6.25.4/arch/powerpc/platforms/ps3/os-area.c @@ -24,8 +24,9 @@ #include #include @@ -94822,10 +94822,10 @@ Index: linux-2.6.25.1/arch/powerpc/platforms/ps3/os-area.c #include "platform.h" -Index: linux-2.6.25.1/arch/powerpc/platforms/ps3/setup.c +Index: linux-2.6.25.4/arch/powerpc/platforms/ps3/setup.c =================================================================== ---- linux-2.6.25.1.orig/arch/powerpc/platforms/ps3/setup.c -+++ linux-2.6.25.1/arch/powerpc/platforms/ps3/setup.c +--- linux-2.6.25.4.orig/arch/powerpc/platforms/ps3/setup.c ++++ linux-2.6.25.4/arch/powerpc/platforms/ps3/setup.c @@ -95,6 +95,14 @@ static void ps3_power_off(void) ps3_sys_manager_power_off(); /* never returns */ } @@ -94868,10 +94868,10 @@ Index: linux-2.6.25.1/arch/powerpc/platforms/ps3/setup.c #if defined(CONFIG_KEXEC) .kexec_cpu_down = ps3_kexec_cpu_down, .machine_kexec = default_machine_kexec, -Index: linux-2.6.25.1/arch/powerpc/platforms/ps3/spu.c +Index: linux-2.6.25.4/arch/powerpc/platforms/ps3/spu.c =================================================================== ---- linux-2.6.25.1.orig/arch/powerpc/platforms/ps3/spu.c -+++ linux-2.6.25.1/arch/powerpc/platforms/ps3/spu.c +--- linux-2.6.25.4.orig/arch/powerpc/platforms/ps3/spu.c ++++ linux-2.6.25.4/arch/powerpc/platforms/ps3/spu.c @@ -27,6 +27,7 @@ #include #include @@ -94893,19 +94893,19 @@ Index: linux-2.6.25.1/arch/powerpc/platforms/ps3/spu.c static unsigned long get_vas_id(void) { unsigned long id; -Index: linux-2.6.25.1/arch/powerpc/platforms/pseries/Makefile +Index: linux-2.6.25.4/arch/powerpc/platforms/pseries/Makefile =================================================================== ---- linux-2.6.25.1.orig/arch/powerpc/platforms/pseries/Makefile -+++ linux-2.6.25.1/arch/powerpc/platforms/pseries/Makefile +--- linux-2.6.25.4.orig/arch/powerpc/platforms/pseries/Makefile ++++ linux-2.6.25.4/arch/powerpc/platforms/pseries/Makefile @@ -18,3 +18,4 @@ obj-$(CONFIG_HOTPLUG_CPU) += hotplug-cpu obj-$(CONFIG_HVC_CONSOLE) += hvconsole.o obj-$(CONFIG_HVCS) += hvcserver.o obj-$(CONFIG_HCALL_STATS) += hvCall_inst.o +obj-$(CONFIG_PHYP_DUMP) += phyp_dump.o -Index: linux-2.6.25.1/arch/powerpc/platforms/pseries/eeh.c +Index: linux-2.6.25.4/arch/powerpc/platforms/pseries/eeh.c =================================================================== ---- linux-2.6.25.1.orig/arch/powerpc/platforms/pseries/eeh.c -+++ linux-2.6.25.1/arch/powerpc/platforms/pseries/eeh.c +--- linux-2.6.25.4.orig/arch/powerpc/platforms/pseries/eeh.c ++++ linux-2.6.25.4/arch/powerpc/platforms/pseries/eeh.c @@ -945,7 +945,6 @@ static void *early_enable_eeh(struct dev unsigned int rets[3]; struct eeh_early_enable_info *info = data; @@ -94925,10 +94925,10 @@ Index: linux-2.6.25.1/arch/powerpc/platforms/pseries/eeh.c /* Ignore bad nodes. */ if (!class_code || !vendor_id || !device_id) -Index: linux-2.6.25.1/arch/powerpc/platforms/pseries/lpar.c +Index: linux-2.6.25.4/arch/powerpc/platforms/pseries/lpar.c =================================================================== ---- linux-2.6.25.1.orig/arch/powerpc/platforms/pseries/lpar.c -+++ linux-2.6.25.1/arch/powerpc/platforms/pseries/lpar.c +--- linux-2.6.25.4.orig/arch/powerpc/platforms/pseries/lpar.c ++++ linux-2.6.25.4/arch/powerpc/platforms/pseries/lpar.c @@ -40,6 +40,7 @@ #include @@ -95001,10 +95001,10 @@ Index: linux-2.6.25.1/arch/powerpc/platforms/pseries/lpar.c ppc_md.flush_hash_range = pSeries_lpar_flush_hash_range; ppc_md.hpte_clear_all = pSeries_lpar_hptab_clear; } -Index: linux-2.6.25.1/arch/powerpc/platforms/pseries/pci_dlpar.c +Index: linux-2.6.25.4/arch/powerpc/platforms/pseries/pci_dlpar.c =================================================================== ---- linux-2.6.25.1.orig/arch/powerpc/platforms/pseries/pci_dlpar.c -+++ linux-2.6.25.1/arch/powerpc/platforms/pseries/pci_dlpar.c +--- linux-2.6.25.4.orig/arch/powerpc/platforms/pseries/pci_dlpar.c ++++ linux-2.6.25.4/arch/powerpc/platforms/pseries/pci_dlpar.c @@ -123,7 +123,7 @@ pcibios_pci_config_bridge(struct pci_dev /* Add to children of PCI bridge dev->bus */ child_bus = pci_add_new_bus(dev->bus, dev, sec_busno); @@ -95014,10 +95014,10 @@ Index: linux-2.6.25.1/arch/powerpc/platforms/pseries/pci_dlpar.c return -EIO; } sprintf(child_bus->name, "PCI Bus #%02x", child_bus->number); -Index: linux-2.6.25.1/arch/powerpc/platforms/pseries/phyp_dump.c +Index: linux-2.6.25.4/arch/powerpc/platforms/pseries/phyp_dump.c =================================================================== --- /dev/null -+++ linux-2.6.25.1/arch/powerpc/platforms/pseries/phyp_dump.c ++++ linux-2.6.25.4/arch/powerpc/platforms/pseries/phyp_dump.c @@ -0,0 +1,507 @@ +/* + * Hypervisor-assisted dump @@ -95526,10 +95526,10 @@ Index: linux-2.6.25.1/arch/powerpc/platforms/pseries/phyp_dump.c + return 0; +} +early_param("phyp_dump_reserve_size", early_phyp_dump_reserve_size); -Index: linux-2.6.25.1/arch/powerpc/platforms/pseries/pseries.h +Index: linux-2.6.25.4/arch/powerpc/platforms/pseries/pseries.h =================================================================== ---- linux-2.6.25.1.orig/arch/powerpc/platforms/pseries/pseries.h -+++ linux-2.6.25.1/arch/powerpc/platforms/pseries/pseries.h +--- linux-2.6.25.4.orig/arch/powerpc/platforms/pseries/pseries.h ++++ linux-2.6.25.4/arch/powerpc/platforms/pseries/pseries.h @@ -38,4 +38,6 @@ extern void pSeries_final_fixup(void); /* Poweron flag used for enabling auto ups restart */ extern unsigned long rtas_poweron_auto; @@ -95537,10 +95537,10 @@ Index: linux-2.6.25.1/arch/powerpc/platforms/pseries/pseries.h +extern void find_udbg_vterm(void); + #endif /* _PSERIES_PSERIES_H */ -Index: linux-2.6.25.1/arch/powerpc/platforms/pseries/reconfig.c +Index: linux-2.6.25.4/arch/powerpc/platforms/pseries/reconfig.c =================================================================== ---- linux-2.6.25.1.orig/arch/powerpc/platforms/pseries/reconfig.c -+++ linux-2.6.25.1/arch/powerpc/platforms/pseries/reconfig.c +--- linux-2.6.25.4.orig/arch/powerpc/platforms/pseries/reconfig.c ++++ linux-2.6.25.4/arch/powerpc/platforms/pseries/reconfig.c @@ -222,14 +222,14 @@ static char * parse_next_property(char * tmp = strchr(buf, ' '); if (!tmp) { @@ -95588,10 +95588,10 @@ Index: linux-2.6.25.1/arch/powerpc/platforms/pseries/reconfig.c return NULL; } tmp++; -Index: linux-2.6.25.1/arch/powerpc/platforms/pseries/scanlog.c +Index: linux-2.6.25.4/arch/powerpc/platforms/pseries/scanlog.c =================================================================== ---- linux-2.6.25.1.orig/arch/powerpc/platforms/pseries/scanlog.c -+++ linux-2.6.25.1/arch/powerpc/platforms/pseries/scanlog.c +--- linux-2.6.25.4.orig/arch/powerpc/platforms/pseries/scanlog.c ++++ linux-2.6.25.4/arch/powerpc/platforms/pseries/scanlog.c @@ -195,31 +195,30 @@ const struct file_operations scanlog_fop static int __init scanlog_init(void) { @@ -95642,10 +95642,10 @@ Index: linux-2.6.25.1/arch/powerpc/platforms/pseries/scanlog.c } static void __exit scanlog_cleanup(void) -Index: linux-2.6.25.1/arch/powerpc/platforms/pseries/setup.c +Index: linux-2.6.25.4/arch/powerpc/platforms/pseries/setup.c =================================================================== ---- linux-2.6.25.1.orig/arch/powerpc/platforms/pseries/setup.c -+++ linux-2.6.25.1/arch/powerpc/platforms/pseries/setup.c +--- linux-2.6.25.4.orig/arch/powerpc/platforms/pseries/setup.c ++++ linux-2.6.25.4/arch/powerpc/platforms/pseries/setup.c @@ -76,9 +76,6 @@ #define DBG(fmt...) #endif @@ -95805,10 +95805,10 @@ Index: linux-2.6.25.1/arch/powerpc/platforms/pseries/setup.c get_lppaca()->donate_dedicated_cpu = 0; get_lppaca()->idle = 0; } -Index: linux-2.6.25.1/arch/powerpc/platforms/pseries/xics.c +Index: linux-2.6.25.4/arch/powerpc/platforms/pseries/xics.c =================================================================== ---- linux-2.6.25.1.orig/arch/powerpc/platforms/pseries/xics.c -+++ linux-2.6.25.1/arch/powerpc/platforms/pseries/xics.c +--- linux-2.6.25.4.orig/arch/powerpc/platforms/pseries/xics.c ++++ linux-2.6.25.4/arch/powerpc/platforms/pseries/xics.c @@ -516,6 +516,8 @@ static struct irq_chip xics_pic_lpar = { .set_affinity = xics_set_affinity }; @@ -95942,10 +95942,10 @@ Index: linux-2.6.25.1/arch/powerpc/platforms/pseries/xics.c ppc64_boot_msg(0x21, "XICS Done"); } -Index: linux-2.6.25.1/arch/powerpc/platforms/pseries/xics.h +Index: linux-2.6.25.4/arch/powerpc/platforms/pseries/xics.h =================================================================== ---- linux-2.6.25.1.orig/arch/powerpc/platforms/pseries/xics.h -+++ linux-2.6.25.1/arch/powerpc/platforms/pseries/xics.h +--- linux-2.6.25.4.orig/arch/powerpc/platforms/pseries/xics.h ++++ linux-2.6.25.4/arch/powerpc/platforms/pseries/xics.h @@ -28,7 +28,4 @@ struct xics_ipi_struct { extern struct xics_ipi_struct xics_ipi_message[NR_CPUS] __cacheline_aligned; @@ -95954,10 +95954,10 @@ Index: linux-2.6.25.1/arch/powerpc/platforms/pseries/xics.h -extern void pseries_8259_cascade(unsigned int irq, struct irq_desc *desc); - #endif /* _POWERPC_KERNEL_XICS_H */ -Index: linux-2.6.25.1/arch/powerpc/sysdev/Makefile +Index: linux-2.6.25.4/arch/powerpc/sysdev/Makefile =================================================================== ---- linux-2.6.25.1.orig/arch/powerpc/sysdev/Makefile -+++ linux-2.6.25.1/arch/powerpc/sysdev/Makefile +--- linux-2.6.25.4.orig/arch/powerpc/sysdev/Makefile ++++ linux-2.6.25.4/arch/powerpc/sysdev/Makefile @@ -12,6 +12,7 @@ obj-$(CONFIG_U3_DART) += dart_iommu.o obj-$(CONFIG_MMIO_NVRAM) += mmio_nvram.o obj-$(CONFIG_FSL_SOC) += fsl_soc.o @@ -95974,10 +95974,10 @@ Index: linux-2.6.25.1/arch/powerpc/sysdev/Makefile obj-$(CONFIG_XILINX_VIRTEX) += xilinx_intc.o obj-$(CONFIG_OF_RTC) += of_rtc.o ifeq ($(CONFIG_PCI),y) -Index: linux-2.6.25.1/arch/powerpc/sysdev/cpm1.c +Index: linux-2.6.25.4/arch/powerpc/sysdev/cpm1.c =================================================================== ---- linux-2.6.25.1.orig/arch/powerpc/sysdev/cpm1.c -+++ linux-2.6.25.1/arch/powerpc/sysdev/cpm1.c +--- linux-2.6.25.4.orig/arch/powerpc/sysdev/cpm1.c ++++ linux-2.6.25.4/arch/powerpc/sysdev/cpm1.c @@ -44,9 +44,6 @@ #define CPM_MAP_SIZE (0x4000) @@ -96121,10 +96121,10 @@ Index: linux-2.6.25.1/arch/powerpc/sysdev/cpm1.c struct cpm_ioport16 { __be16 dir, par, odr_sor, dat, intr; __be16 res[3]; -Index: linux-2.6.25.1/arch/powerpc/sysdev/cpm2.c +Index: linux-2.6.25.4/arch/powerpc/sysdev/cpm2.c =================================================================== ---- linux-2.6.25.1.orig/arch/powerpc/sysdev/cpm2.c -+++ linux-2.6.25.1/arch/powerpc/sysdev/cpm2.c +--- linux-2.6.25.4.orig/arch/powerpc/sysdev/cpm2.c ++++ linux-2.6.25.4/arch/powerpc/sysdev/cpm2.c @@ -46,10 +46,6 @@ #include @@ -96263,10 +96263,10 @@ Index: linux-2.6.25.1/arch/powerpc/sysdev/cpm2.c struct cpm2_ioports { u32 dir, par, sor, odr, dat; u32 res[3]; -Index: linux-2.6.25.1/arch/powerpc/sysdev/cpm_common.c +Index: linux-2.6.25.4/arch/powerpc/sysdev/cpm_common.c =================================================================== ---- linux-2.6.25.1.orig/arch/powerpc/sysdev/cpm_common.c -+++ linux-2.6.25.1/arch/powerpc/sysdev/cpm_common.c +--- linux-2.6.25.4.orig/arch/powerpc/sysdev/cpm_common.c ++++ linux-2.6.25.4/arch/powerpc/sysdev/cpm_common.c @@ -58,7 +58,6 @@ void __init udbg_init_cpm(void) } #endif @@ -96281,10 +96281,10 @@ Index: linux-2.6.25.1/arch/powerpc/sysdev/cpm_common.c EXPORT_SYMBOL(cpm_muram_dma); - -#endif /* CONFIG_PPC_CPM_NEW_BINDING */ -Index: linux-2.6.25.1/arch/powerpc/sysdev/dart_iommu.c +Index: linux-2.6.25.4/arch/powerpc/sysdev/dart_iommu.c =================================================================== ---- linux-2.6.25.1.orig/arch/powerpc/sysdev/dart_iommu.c -+++ linux-2.6.25.1/arch/powerpc/sysdev/dart_iommu.c +--- linux-2.6.25.4.orig/arch/powerpc/sysdev/dart_iommu.c ++++ linux-2.6.25.4/arch/powerpc/sysdev/dart_iommu.c @@ -37,6 +37,7 @@ #include #include @@ -96301,10 +96301,10 @@ Index: linux-2.6.25.1/arch/powerpc/sysdev/dart_iommu.c #include #include "dart.h" -Index: linux-2.6.25.1/arch/powerpc/sysdev/fsl_lbc.c +Index: linux-2.6.25.4/arch/powerpc/sysdev/fsl_lbc.c =================================================================== --- /dev/null -+++ linux-2.6.25.1/arch/powerpc/sysdev/fsl_lbc.c ++++ linux-2.6.25.4/arch/powerpc/sysdev/fsl_lbc.c @@ -0,0 +1,129 @@ +/* + * Freescale LBC and UPM routines. @@ -96435,10 +96435,10 @@ Index: linux-2.6.25.1/arch/powerpc/sysdev/fsl_lbc.c + return 0; +} +EXPORT_SYMBOL(fsl_upm_find); -Index: linux-2.6.25.1/arch/powerpc/sysdev/fsl_soc.c +Index: linux-2.6.25.4/arch/powerpc/sysdev/fsl_soc.c =================================================================== ---- linux-2.6.25.1.orig/arch/powerpc/sysdev/fsl_soc.c -+++ linux-2.6.25.1/arch/powerpc/sysdev/fsl_soc.c +--- linux-2.6.25.4.orig/arch/powerpc/sysdev/fsl_soc.c ++++ linux-2.6.25.4/arch/powerpc/sysdev/fsl_soc.c @@ -75,6 +75,33 @@ phys_addr_t get_immrbase(void) EXPORT_SYMBOL(get_immrbase); @@ -97103,10 +97103,10 @@ Index: linux-2.6.25.1/arch/powerpc/sysdev/fsl_soc.c } ret = of_fsl_spi_probe(NULL, "fsl,spi", sysclk, board_infos, -Index: linux-2.6.25.1/arch/powerpc/sysdev/fsl_soc.h +Index: linux-2.6.25.4/arch/powerpc/sysdev/fsl_soc.h =================================================================== ---- linux-2.6.25.1.orig/arch/powerpc/sysdev/fsl_soc.h -+++ linux-2.6.25.1/arch/powerpc/sysdev/fsl_soc.h +--- linux-2.6.25.4.orig/arch/powerpc/sysdev/fsl_soc.h ++++ linux-2.6.25.4/arch/powerpc/sysdev/fsl_soc.h @@ -7,6 +7,7 @@ extern phys_addr_t get_immrbase(void); extern u32 get_brgfreq(void); @@ -97115,10 +97115,10 @@ Index: linux-2.6.25.1/arch/powerpc/sysdev/fsl_soc.h struct spi_board_info; -Index: linux-2.6.25.1/arch/powerpc/sysdev/mpic.c +Index: linux-2.6.25.4/arch/powerpc/sysdev/mpic.c =================================================================== ---- linux-2.6.25.1.orig/arch/powerpc/sysdev/mpic.c -+++ linux-2.6.25.1/arch/powerpc/sysdev/mpic.c +--- linux-2.6.25.4.orig/arch/powerpc/sysdev/mpic.c ++++ linux-2.6.25.4/arch/powerpc/sysdev/mpic.c @@ -175,13 +175,16 @@ static inline void _mpic_write(enum mpic switch(type) { #ifdef CONFIG_PPC_DCR @@ -97236,10 +97236,10 @@ Index: linux-2.6.25.1/arch/powerpc/sysdev/mpic.c spin_unlock_irqrestore(&mpic_lock, flags); } -Index: linux-2.6.25.1/arch/powerpc/sysdev/mv64x60_dev.c +Index: linux-2.6.25.4/arch/powerpc/sysdev/mv64x60_dev.c =================================================================== ---- linux-2.6.25.1.orig/arch/powerpc/sysdev/mv64x60_dev.c -+++ linux-2.6.25.1/arch/powerpc/sysdev/mv64x60_dev.c +--- linux-2.6.25.4.orig/arch/powerpc/sysdev/mv64x60_dev.c ++++ linux-2.6.25.4/arch/powerpc/sysdev/mv64x60_dev.c @@ -127,7 +127,7 @@ static int __init mv64x60_mpsc_device_se if (err) return err; @@ -97423,10 +97423,10 @@ Index: linux-2.6.25.1/arch/powerpc/sysdev/mv64x60_dev.c if (!prop) goto not_mpsc; -Index: linux-2.6.25.1/arch/powerpc/sysdev/mv64x60_pci.c +Index: linux-2.6.25.4/arch/powerpc/sysdev/mv64x60_pci.c =================================================================== ---- linux-2.6.25.1.orig/arch/powerpc/sysdev/mv64x60_pci.c -+++ linux-2.6.25.1/arch/powerpc/sysdev/mv64x60_pci.c +--- linux-2.6.25.4.orig/arch/powerpc/sysdev/mv64x60_pci.c ++++ linux-2.6.25.4/arch/powerpc/sysdev/mv64x60_pci.c @@ -86,14 +86,14 @@ static int __init mv64x60_sysfs_init(voi struct platform_device *pdev; const unsigned int *prop; @@ -97452,10 +97452,10 @@ Index: linux-2.6.25.1/arch/powerpc/sysdev/mv64x60_pci.c + for_each_compatible_node(np, "pci", "marvell,mv64360-pci") mv64x60_add_bridge(np); } -Index: linux-2.6.25.1/arch/powerpc/sysdev/mv64x60_pic.c +Index: linux-2.6.25.4/arch/powerpc/sysdev/mv64x60_pic.c =================================================================== ---- linux-2.6.25.1.orig/arch/powerpc/sysdev/mv64x60_pic.c -+++ linux-2.6.25.1/arch/powerpc/sysdev/mv64x60_pic.c +--- linux-2.6.25.4.orig/arch/powerpc/sysdev/mv64x60_pic.c ++++ linux-2.6.25.4/arch/powerpc/sysdev/mv64x60_pic.c @@ -238,13 +238,13 @@ void __init mv64x60_init_irq(void) const unsigned int *reg; unsigned long flags; @@ -97472,10 +97472,10 @@ Index: linux-2.6.25.1/arch/powerpc/sysdev/mv64x60_pic.c reg = of_get_property(np, "reg", &size); paddr = of_translate_address(np, reg); mv64x60_irq_reg_base = ioremap(paddr, reg[1]); -Index: linux-2.6.25.1/arch/powerpc/sysdev/mv64x60_udbg.c +Index: linux-2.6.25.4/arch/powerpc/sysdev/mv64x60_udbg.c =================================================================== ---- linux-2.6.25.1.orig/arch/powerpc/sysdev/mv64x60_udbg.c -+++ linux-2.6.25.1/arch/powerpc/sysdev/mv64x60_udbg.c +--- linux-2.6.25.4.orig/arch/powerpc/sysdev/mv64x60_udbg.c ++++ linux-2.6.25.4/arch/powerpc/sysdev/mv64x60_udbg.c @@ -85,7 +85,7 @@ static void mv64x60_udbg_init(void) if (!stdout) return; @@ -97485,10 +97485,10 @@ Index: linux-2.6.25.1/arch/powerpc/sysdev/mv64x60_udbg.c if (np == stdout) break; } -Index: linux-2.6.25.1/arch/powerpc/sysdev/ppc4xx_pci.c +Index: linux-2.6.25.4/arch/powerpc/sysdev/ppc4xx_pci.c =================================================================== ---- linux-2.6.25.1.orig/arch/powerpc/sysdev/ppc4xx_pci.c -+++ linux-2.6.25.1/arch/powerpc/sysdev/ppc4xx_pci.c +--- linux-2.6.25.4.orig/arch/powerpc/sysdev/ppc4xx_pci.c ++++ linux-2.6.25.4/arch/powerpc/sysdev/ppc4xx_pci.c @@ -527,6 +527,7 @@ static void __init ppc4xx_probe_pcix_bri * * ibm,plb-pciex-440spe @@ -97681,10 +97681,10 @@ Index: linux-2.6.25.1/arch/powerpc/sysdev/ppc4xx_pci.c msleep(100); return 0; -Index: linux-2.6.25.1/arch/powerpc/sysdev/ppc4xx_pci.h +Index: linux-2.6.25.4/arch/powerpc/sysdev/ppc4xx_pci.h =================================================================== ---- linux-2.6.25.1.orig/arch/powerpc/sysdev/ppc4xx_pci.h -+++ linux-2.6.25.1/arch/powerpc/sysdev/ppc4xx_pci.h +--- linux-2.6.25.4.orig/arch/powerpc/sysdev/ppc4xx_pci.h ++++ linux-2.6.25.4/arch/powerpc/sysdev/ppc4xx_pci.h @@ -271,6 +271,59 @@ #define PESDR1_405EX_PHYSTA 0x044C @@ -97758,10 +97758,10 @@ Index: linux-2.6.25.1/arch/powerpc/sysdev/ppc4xx_pci.h enum { -Index: linux-2.6.25.1/arch/powerpc/sysdev/ppc4xx_soc.c +Index: linux-2.6.25.4/arch/powerpc/sysdev/ppc4xx_soc.c =================================================================== --- /dev/null -+++ linux-2.6.25.1/arch/powerpc/sysdev/ppc4xx_soc.c ++++ linux-2.6.25.4/arch/powerpc/sysdev/ppc4xx_soc.c @@ -0,0 +1,200 @@ +/* + * IBM/AMCC PPC4xx SoC setup code @@ -97963,10 +97963,10 @@ Index: linux-2.6.25.1/arch/powerpc/sysdev/ppc4xx_soc.c + while (1) + ; /* Just in case the reset doesn't work */ +} -Index: linux-2.6.25.1/arch/powerpc/sysdev/qe_lib/qe.c +Index: linux-2.6.25.4/arch/powerpc/sysdev/qe_lib/qe.c =================================================================== ---- linux-2.6.25.1.orig/arch/powerpc/sysdev/qe_lib/qe.c -+++ linux-2.6.25.1/arch/powerpc/sysdev/qe_lib/qe.c +--- linux-2.6.25.4.orig/arch/powerpc/sysdev/qe_lib/qe.c ++++ linux-2.6.25.4/arch/powerpc/sysdev/qe_lib/qe.c @@ -55,7 +55,7 @@ struct qe_snum { /* We allocate this here because it is used almost exclusively for * the communication processor devices. @@ -98015,10 +98015,10 @@ Index: linux-2.6.25.1/arch/powerpc/sysdev/qe_lib/qe.c /* The maximum number of RISCs we support */ #define MAX_QE_RISC 2 -Index: linux-2.6.25.1/arch/powerpc/sysdev/qe_lib/qe_io.c +Index: linux-2.6.25.4/arch/powerpc/sysdev/qe_lib/qe_io.c =================================================================== ---- linux-2.6.25.1.orig/arch/powerpc/sysdev/qe_lib/qe_io.c -+++ linux-2.6.25.1/arch/powerpc/sysdev/qe_lib/qe_io.c +--- linux-2.6.25.4.orig/arch/powerpc/sysdev/qe_lib/qe_io.c ++++ linux-2.6.25.4/arch/powerpc/sysdev/qe_lib/qe_io.c @@ -22,6 +22,7 @@ #include @@ -98054,10 +98054,10 @@ Index: linux-2.6.25.1/arch/powerpc/sysdev/qe_lib/qe_io.c for (i = 0; i < num_par_io_ports; i++) { printk(KERN_INFO " cpodr[%u]=%08x\n", i, in_be32(&par_io[i].cpodr)); -Index: linux-2.6.25.1/arch/powerpc/sysdev/qe_lib/ucc_fast.c +Index: linux-2.6.25.4/arch/powerpc/sysdev/qe_lib/ucc_fast.c =================================================================== ---- linux-2.6.25.1.orig/arch/powerpc/sysdev/qe_lib/ucc_fast.c -+++ linux-2.6.25.1/arch/powerpc/sysdev/qe_lib/ucc_fast.c +--- linux-2.6.25.4.orig/arch/powerpc/sysdev/qe_lib/ucc_fast.c ++++ linux-2.6.25.4/arch/powerpc/sysdev/qe_lib/ucc_fast.c @@ -148,57 +148,57 @@ int ucc_fast_init(struct ucc_fast_info * /* check if the UCC port number is in range. */ @@ -98180,10 +98180,10 @@ Index: linux-2.6.25.1/arch/powerpc/sysdev/qe_lib/ucc_fast.c ucc_fast_free(uccf); return -EINVAL; } -Index: linux-2.6.25.1/arch/powerpc/sysdev/qe_lib/ucc_slow.c +Index: linux-2.6.25.4/arch/powerpc/sysdev/qe_lib/ucc_slow.c =================================================================== ---- linux-2.6.25.1.orig/arch/powerpc/sysdev/qe_lib/ucc_slow.c -+++ linux-2.6.25.1/arch/powerpc/sysdev/qe_lib/ucc_slow.c +--- linux-2.6.25.4.orig/arch/powerpc/sysdev/qe_lib/ucc_slow.c ++++ linux-2.6.25.4/arch/powerpc/sysdev/qe_lib/ucc_slow.c @@ -142,7 +142,7 @@ int ucc_slow_init(struct ucc_slow_info * /* check if the UCC port number is in range. */ @@ -98265,20 +98265,20 @@ Index: linux-2.6.25.1/arch/powerpc/sysdev/qe_lib/ucc_slow.c ucc_slow_free(uccs); return -EINVAL; } -Index: linux-2.6.25.1/arch/powerpc/sysdev/rtc_cmos_setup.c +Index: linux-2.6.25.4/arch/powerpc/sysdev/rtc_cmos_setup.c =================================================================== ---- linux-2.6.25.1.orig/arch/powerpc/sysdev/rtc_cmos_setup.c -+++ linux-2.6.25.1/arch/powerpc/sysdev/rtc_cmos_setup.c +--- linux-2.6.25.4.orig/arch/powerpc/sysdev/rtc_cmos_setup.c ++++ linux-2.6.25.4/arch/powerpc/sysdev/rtc_cmos_setup.c @@ -56,3 +56,5 @@ static int __init add_rtc(void) return 0; } fs_initcall(add_rtc); + +MODULE_LICENSE("GPL"); -Index: linux-2.6.25.1/arch/powerpc/sysdev/tsi108_dev.c +Index: linux-2.6.25.4/arch/powerpc/sysdev/tsi108_dev.c =================================================================== ---- linux-2.6.25.1.orig/arch/powerpc/sysdev/tsi108_dev.c -+++ linux-2.6.25.1/arch/powerpc/sysdev/tsi108_dev.c +--- linux-2.6.25.4.orig/arch/powerpc/sysdev/tsi108_dev.c ++++ linux-2.6.25.4/arch/powerpc/sysdev/tsi108_dev.c @@ -84,7 +84,7 @@ static int __init tsi108_eth_of_init(voi ret = of_address_to_resource(np, 0, &r[0]); @@ -98297,10 +98297,10 @@ Index: linux-2.6.25.1/arch/powerpc/sysdev/tsi108_dev.c tsi_eth_dev = platform_device_register_simple("tsi-ethernet", i++, &r[0], -Index: linux-2.6.25.1/arch/powerpc/sysdev/tsi108_pci.c +Index: linux-2.6.25.4/arch/powerpc/sysdev/tsi108_pci.c =================================================================== ---- linux-2.6.25.1.orig/arch/powerpc/sysdev/tsi108_pci.c -+++ linux-2.6.25.1/arch/powerpc/sysdev/tsi108_pci.c +--- linux-2.6.25.4.orig/arch/powerpc/sysdev/tsi108_pci.c ++++ linux-2.6.25.4/arch/powerpc/sysdev/tsi108_pci.c @@ -207,7 +207,7 @@ int __init tsi108_setup_pci(struct devic /* PCI Config mapping */ tsi108_pci_cfg_base = (u32)ioremap(cfg_phys, TSI108_PCI_CFG_SIZE); @@ -98319,10 +98319,10 @@ Index: linux-2.6.25.1/arch/powerpc/sysdev/tsi108_pci.c if ((virq >= 1) && (virq <= 4)){ irq = virq + IRQ_PCI_INTAD_BASE - 1; get_irq_desc(irq)->status |= IRQ_LEVEL; -Index: linux-2.6.25.1/arch/powerpc/xmon/xmon.c +Index: linux-2.6.25.4/arch/powerpc/xmon/xmon.c =================================================================== ---- linux-2.6.25.1.orig/arch/powerpc/xmon/xmon.c -+++ linux-2.6.25.1/arch/powerpc/xmon/xmon.c +--- linux-2.6.25.4.orig/arch/powerpc/xmon/xmon.c ++++ linux-2.6.25.4/arch/powerpc/xmon/xmon.c @@ -45,7 +45,6 @@ #ifdef CONFIG_PPC64 #include @@ -98384,10 +98384,10 @@ Index: linux-2.6.25.1/arch/powerpc/xmon/xmon.c } #endif -Index: linux-2.6.25.1/arch/ppc/8xx_io/commproc.c +Index: linux-2.6.25.4/arch/ppc/8xx_io/commproc.c =================================================================== ---- linux-2.6.25.1.orig/arch/ppc/8xx_io/commproc.c -+++ linux-2.6.25.1/arch/ppc/8xx_io/commproc.c +--- linux-2.6.25.4.orig/arch/ppc/8xx_io/commproc.c ++++ linux-2.6.25.4/arch/ppc/8xx_io/commproc.c @@ -43,7 +43,7 @@ ({ \ u32 offset = offsetof(immap_t, member); \ @@ -98397,10 +98397,10 @@ Index: linux-2.6.25.1/arch/ppc/8xx_io/commproc.c addr; \ }) -Index: linux-2.6.25.1/arch/ppc/8xx_io/fec.c +Index: linux-2.6.25.4/arch/ppc/8xx_io/fec.c =================================================================== ---- linux-2.6.25.1.orig/arch/ppc/8xx_io/fec.c -+++ linux-2.6.25.1/arch/ppc/8xx_io/fec.c +--- linux-2.6.25.4.orig/arch/ppc/8xx_io/fec.c ++++ linux-2.6.25.4/arch/ppc/8xx_io/fec.c @@ -520,7 +520,7 @@ fec_enet_interrupt(int irq, void * dev_i #ifdef CONFIG_USE_MDIO fec_enet_mii(dev); @@ -98419,10 +98419,10 @@ Index: linux-2.6.25.1/arch/ppc/8xx_io/fec.c #endif /* CONFIG_USE_MDIO */ #ifndef CONFIG_RPXCLASSIC -Index: linux-2.6.25.1/arch/ppc/kernel/head.S +Index: linux-2.6.25.4/arch/ppc/kernel/head.S =================================================================== ---- linux-2.6.25.1.orig/arch/ppc/kernel/head.S -+++ linux-2.6.25.1/arch/ppc/kernel/head.S +--- linux-2.6.25.4.orig/arch/ppc/kernel/head.S ++++ linux-2.6.25.4/arch/ppc/kernel/head.S @@ -701,23 +701,6 @@ load_up_altivec: b fast_exception_return @@ -98447,10 +98447,10 @@ Index: linux-2.6.25.1/arch/ppc/kernel/head.S * giveup_altivec(tsk) * Disable AltiVec for the task given as the argument, * and save the AltiVec registers in its thread_struct. -Index: linux-2.6.25.1/arch/ppc/mm/init.c +Index: linux-2.6.25.4/arch/ppc/mm/init.c =================================================================== ---- linux-2.6.25.1.orig/arch/ppc/mm/init.c -+++ linux-2.6.25.1/arch/ppc/mm/init.c +--- linux-2.6.25.4.orig/arch/ppc/mm/init.c ++++ linux-2.6.25.4/arch/ppc/mm/init.c @@ -109,7 +109,6 @@ void show_mem(void) printk("Mem-info:\n"); @@ -98459,10 +98459,10 @@ Index: linux-2.6.25.1/arch/ppc/mm/init.c i = max_mapnr; while (i-- > 0) { total++; -Index: linux-2.6.25.1/arch/ppc/platforms/radstone_ppc7d.c +Index: linux-2.6.25.4/arch/ppc/platforms/radstone_ppc7d.c =================================================================== ---- linux-2.6.25.1.orig/arch/ppc/platforms/radstone_ppc7d.c -+++ linux-2.6.25.1/arch/ppc/platforms/radstone_ppc7d.c +--- linux-2.6.25.4.orig/arch/ppc/platforms/radstone_ppc7d.c ++++ linux-2.6.25.4/arch/ppc/platforms/radstone_ppc7d.c @@ -512,7 +512,7 @@ static void __init ppc7d_init_irq(void) { int irq; @@ -98499,10 +98499,10 @@ Index: linux-2.6.25.1/arch/ppc/platforms/radstone_ppc7d.c } /* Called from machine_init(), early, before any of the __init functions -Index: linux-2.6.25.1/arch/ppc/syslib/mpc52xx_setup.c +Index: linux-2.6.25.4/arch/ppc/syslib/mpc52xx_setup.c =================================================================== ---- linux-2.6.25.1.orig/arch/ppc/syslib/mpc52xx_setup.c -+++ linux-2.6.25.1/arch/ppc/syslib/mpc52xx_setup.c +--- linux-2.6.25.4.orig/arch/ppc/syslib/mpc52xx_setup.c ++++ linux-2.6.25.4/arch/ppc/syslib/mpc52xx_setup.c @@ -279,7 +279,7 @@ int mpc52xx_match_psc_function(int psc_i int mpc52xx_set_psc_clkdiv(int psc_id, int clkdiv) @@ -98512,10 +98512,10 @@ Index: linux-2.6.25.1/arch/ppc/syslib/mpc52xx_setup.c struct mpc52xx_cdm __iomem *cdm; unsigned long flags; u16 mclken_div; -Index: linux-2.6.25.1/arch/sparc64/Kconfig +Index: linux-2.6.25.4/arch/sparc64/Kconfig =================================================================== ---- linux-2.6.25.1.orig/arch/sparc64/Kconfig -+++ linux-2.6.25.1/arch/sparc64/Kconfig +--- linux-2.6.25.4.orig/arch/sparc64/Kconfig ++++ linux-2.6.25.4/arch/sparc64/Kconfig @@ -16,6 +16,7 @@ config SPARC64 bool default y @@ -98524,10 +98524,10 @@ Index: linux-2.6.25.1/arch/sparc64/Kconfig help SPARC is a family of RISC microprocessors designed and marketed by Sun Microsystems, incorporated. This port covers the newer 64-bit -Index: linux-2.6.25.1/drivers/block/viodasd.c +Index: linux-2.6.25.4/drivers/block/viodasd.c =================================================================== ---- linux-2.6.25.1.orig/drivers/block/viodasd.c -+++ linux-2.6.25.1/drivers/block/viodasd.c +--- linux-2.6.25.4.orig/drivers/block/viodasd.c ++++ linux-2.6.25.4/drivers/block/viodasd.c @@ -69,7 +69,7 @@ MODULE_LICENSE("GPL"); enum { PARTITION_SHIFT = 3, @@ -98537,10 +98537,10 @@ Index: linux-2.6.25.1/drivers/block/viodasd.c }; static DEFINE_SPINLOCK(viodasd_spinlock); -Index: linux-2.6.25.1/drivers/char/hvc_beat.c +Index: linux-2.6.25.4/drivers/char/hvc_beat.c =================================================================== ---- linux-2.6.25.1.orig/drivers/char/hvc_beat.c -+++ linux-2.6.25.1/drivers/char/hvc_beat.c +--- linux-2.6.25.4.orig/drivers/char/hvc_beat.c ++++ linux-2.6.25.4/drivers/char/hvc_beat.c @@ -78,8 +78,8 @@ static int hvc_beat_put_chars(uint32_t v for (rest = cnt; rest > 0; rest -= nlen) { nlen = (rest > 16) ? 16 : rest; @@ -98552,10 +98552,10 @@ Index: linux-2.6.25.1/drivers/char/hvc_beat.c } return cnt; } -Index: linux-2.6.25.1/drivers/char/xilinx_hwicap/buffer_icap.c +Index: linux-2.6.25.4/drivers/char/xilinx_hwicap/buffer_icap.c =================================================================== ---- linux-2.6.25.1.orig/drivers/char/xilinx_hwicap/buffer_icap.c -+++ linux-2.6.25.1/drivers/char/xilinx_hwicap/buffer_icap.c +--- linux-2.6.25.4.orig/drivers/char/xilinx_hwicap/buffer_icap.c ++++ linux-2.6.25.4/drivers/char/xilinx_hwicap/buffer_icap.c @@ -74,7 +74,7 @@ /** @@ -98600,10 +98600,10 @@ Index: linux-2.6.25.1/drivers/char/xilinx_hwicap/buffer_icap.c } /** -Index: linux-2.6.25.1/drivers/char/xilinx_hwicap/buffer_icap.h +Index: linux-2.6.25.4/drivers/char/xilinx_hwicap/buffer_icap.h =================================================================== ---- linux-2.6.25.1.orig/drivers/char/xilinx_hwicap/buffer_icap.h -+++ linux-2.6.25.1/drivers/char/xilinx_hwicap/buffer_icap.h +--- linux-2.6.25.4.orig/drivers/char/xilinx_hwicap/buffer_icap.h ++++ linux-2.6.25.4/drivers/char/xilinx_hwicap/buffer_icap.h @@ -44,8 +44,6 @@ #include #include "xilinx_hwicap.h" @@ -98621,10 +98621,10 @@ Index: linux-2.6.25.1/drivers/char/xilinx_hwicap/buffer_icap.h +void buffer_icap_reset(struct hwicap_drvdata *drvdata); + #endif -Index: linux-2.6.25.1/drivers/char/xilinx_hwicap/fifo_icap.c +Index: linux-2.6.25.4/drivers/char/xilinx_hwicap/fifo_icap.c =================================================================== ---- linux-2.6.25.1.orig/drivers/char/xilinx_hwicap/fifo_icap.c -+++ linux-2.6.25.1/drivers/char/xilinx_hwicap/fifo_icap.c +--- linux-2.6.25.4.orig/drivers/char/xilinx_hwicap/fifo_icap.c ++++ linux-2.6.25.4/drivers/char/xilinx_hwicap/fifo_icap.c @@ -78,13 +78,6 @@ #define XHI_CR_READ_MASK 0x00000002 /* Read from ICAP to FIFO */ #define XHI_CR_WRITE_MASK 0x00000001 /* Write from FIFO to ICAP */ @@ -98676,10 +98676,10 @@ Index: linux-2.6.25.1/drivers/char/xilinx_hwicap/fifo_icap.c return (status & XHI_SR_DONE_MASK) ? 0 : 1; } -Index: linux-2.6.25.1/drivers/char/xilinx_hwicap/fifo_icap.h +Index: linux-2.6.25.4/drivers/char/xilinx_hwicap/fifo_icap.h =================================================================== ---- linux-2.6.25.1.orig/drivers/char/xilinx_hwicap/fifo_icap.h -+++ linux-2.6.25.1/drivers/char/xilinx_hwicap/fifo_icap.h +--- linux-2.6.25.4.orig/drivers/char/xilinx_hwicap/fifo_icap.h ++++ linux-2.6.25.4/drivers/char/xilinx_hwicap/fifo_icap.h @@ -56,6 +56,7 @@ int fifo_icap_set_configuration( u32 *FrameBuffer, u32 NumWords); @@ -98688,10 +98688,10 @@ Index: linux-2.6.25.1/drivers/char/xilinx_hwicap/fifo_icap.h void fifo_icap_reset(struct hwicap_drvdata *drvdata); void fifo_icap_flush_fifo(struct hwicap_drvdata *drvdata); -Index: linux-2.6.25.1/drivers/char/xilinx_hwicap/xilinx_hwicap.c +Index: linux-2.6.25.4/drivers/char/xilinx_hwicap/xilinx_hwicap.c =================================================================== ---- linux-2.6.25.1.orig/drivers/char/xilinx_hwicap/xilinx_hwicap.c -+++ linux-2.6.25.1/drivers/char/xilinx_hwicap/xilinx_hwicap.c +--- linux-2.6.25.4.orig/drivers/char/xilinx_hwicap/xilinx_hwicap.c ++++ linux-2.6.25.4/drivers/char/xilinx_hwicap/xilinx_hwicap.c @@ -36,7 +36,7 @@ *****************************************************************************/ @@ -98831,10 +98831,10 @@ Index: linux-2.6.25.1/drivers/char/xilinx_hwicap/xilinx_hwicap.c class_destroy(icap_class); -Index: linux-2.6.25.1/drivers/char/xilinx_hwicap/xilinx_hwicap.h +Index: linux-2.6.25.4/drivers/char/xilinx_hwicap/xilinx_hwicap.h =================================================================== ---- linux-2.6.25.1.orig/drivers/char/xilinx_hwicap/xilinx_hwicap.h -+++ linux-2.6.25.1/drivers/char/xilinx_hwicap/xilinx_hwicap.h +--- linux-2.6.25.4.orig/drivers/char/xilinx_hwicap/xilinx_hwicap.h ++++ linux-2.6.25.4/drivers/char/xilinx_hwicap/xilinx_hwicap.h @@ -65,10 +65,27 @@ struct hwicap_drvdata { }; @@ -98877,10 +98877,10 @@ Index: linux-2.6.25.1/drivers/char/xilinx_hwicap/xilinx_hwicap.h /** * hwicap_type_1_read - Generates a Type 1 read packet header. * @reg: is the address of the register to be read back. -Index: linux-2.6.25.1/drivers/mtd/nand/fsl_elbc_nand.c +Index: linux-2.6.25.4/drivers/mtd/nand/fsl_elbc_nand.c =================================================================== ---- linux-2.6.25.1.orig/drivers/mtd/nand/fsl_elbc_nand.c -+++ linux-2.6.25.1/drivers/mtd/nand/fsl_elbc_nand.c +--- linux-2.6.25.4.orig/drivers/mtd/nand/fsl_elbc_nand.c ++++ linux-2.6.25.4/drivers/mtd/nand/fsl_elbc_nand.c @@ -36,207 +36,12 @@ #include @@ -99189,10 +99189,10 @@ Index: linux-2.6.25.1/drivers/mtd/nand/fsl_elbc_nand.c __be32 status = in_be32(&lbc->ltesr) & LTESR_NAND_MASK; if (status) { -Index: linux-2.6.25.1/drivers/net/Makefile +Index: linux-2.6.25.4/drivers/net/Makefile =================================================================== ---- linux-2.6.25.1.orig/drivers/net/Makefile -+++ linux-2.6.25.1/drivers/net/Makefile +--- linux-2.6.25.4.orig/drivers/net/Makefile ++++ linux-2.6.25.4/drivers/net/Makefile @@ -219,7 +219,8 @@ obj-$(CONFIG_SMC911X) += smc911x.o obj-$(CONFIG_BFIN_MAC) += bfin_mac.o obj-$(CONFIG_DM9000) += dm9000.o @@ -99203,10 +99203,10 @@ Index: linux-2.6.25.1/drivers/net/Makefile obj-$(CONFIG_MLX4_CORE) += mlx4/ obj-$(CONFIG_ENC28J60) += enc28j60.o -Index: linux-2.6.25.1/drivers/net/iseries_veth.c +Index: linux-2.6.25.4/drivers/net/iseries_veth.c =================================================================== ---- linux-2.6.25.1.orig/drivers/net/iseries_veth.c -+++ linux-2.6.25.1/drivers/net/iseries_veth.c +--- linux-2.6.25.4.orig/drivers/net/iseries_veth.c ++++ linux-2.6.25.4/drivers/net/iseries_veth.c @@ -308,7 +308,8 @@ static void veth_complete_allocation(voi static int veth_allocate_events(HvLpIndex rlp, int number) @@ -99217,10 +99217,10 @@ Index: linux-2.6.25.1/drivers/net/iseries_veth.c mf_allocate_lp_events(rlp, HvLpEvent_Type_VirtualLan, sizeof(struct veth_lpevent), number, -Index: linux-2.6.25.1/drivers/net/pasemi_mac.c +Index: linux-2.6.25.4/drivers/net/pasemi_mac.c =================================================================== ---- linux-2.6.25.1.orig/drivers/net/pasemi_mac.c -+++ linux-2.6.25.1/drivers/net/pasemi_mac.c +--- linux-2.6.25.4.orig/drivers/net/pasemi_mac.c ++++ linux-2.6.25.4/drivers/net/pasemi_mac.c @@ -55,15 +55,10 @@ * - Multiqueue RX/TX */ @@ -99738,10 +99738,10 @@ Index: linux-2.6.25.1/drivers/net/pasemi_mac.c if (err) goto out; -Index: linux-2.6.25.1/drivers/net/pasemi_mac.h +Index: linux-2.6.25.4/drivers/net/pasemi_mac.h =================================================================== ---- linux-2.6.25.1.orig/drivers/net/pasemi_mac.h -+++ linux-2.6.25.1/drivers/net/pasemi_mac.h +--- linux-2.6.25.4.orig/drivers/net/pasemi_mac.h ++++ linux-2.6.25.4/drivers/net/pasemi_mac.h @@ -26,7 +26,14 @@ #include #include @@ -99835,10 +99835,10 @@ Index: linux-2.6.25.1/drivers/net/pasemi_mac.h + #endif /* PASEMI_MAC_H */ -Index: linux-2.6.25.1/drivers/net/pasemi_mac_ethtool.c +Index: linux-2.6.25.4/drivers/net/pasemi_mac_ethtool.c =================================================================== --- /dev/null -+++ linux-2.6.25.1/drivers/net/pasemi_mac_ethtool.c ++++ linux-2.6.25.4/drivers/net/pasemi_mac_ethtool.c @@ -0,0 +1,159 @@ +/* + * Copyright (C) 2006-2008 PA Semi, Inc @@ -99999,10 +99999,10 @@ Index: linux-2.6.25.1/drivers/net/pasemi_mac_ethtool.c + .get_ethtool_stats = pasemi_mac_get_ethtool_stats, +}; + -Index: linux-2.6.25.1/drivers/net/ps3_gelic_net.c +Index: linux-2.6.25.4/drivers/net/ps3_gelic_net.c =================================================================== ---- linux-2.6.25.1.orig/drivers/net/ps3_gelic_net.c -+++ linux-2.6.25.1/drivers/net/ps3_gelic_net.c +--- linux-2.6.25.4.orig/drivers/net/ps3_gelic_net.c ++++ linux-2.6.25.4/drivers/net/ps3_gelic_net.c @@ -1266,6 +1266,85 @@ int gelic_net_set_rx_csum(struct net_dev return 0; } @@ -100098,10 +100098,10 @@ Index: linux-2.6.25.1/drivers/net/ps3_gelic_net.c }; /** -Index: linux-2.6.25.1/drivers/net/ps3_gelic_net.h +Index: linux-2.6.25.4/drivers/net/ps3_gelic_net.h =================================================================== ---- linux-2.6.25.1.orig/drivers/net/ps3_gelic_net.h -+++ linux-2.6.25.1/drivers/net/ps3_gelic_net.h +--- linux-2.6.25.4.orig/drivers/net/ps3_gelic_net.h ++++ linux-2.6.25.4/drivers/net/ps3_gelic_net.h @@ -182,12 +182,32 @@ enum gelic_lv1_net_control_code { GELIC_LV1_GET_ETH_PORT_STATUS = 2, GELIC_LV1_SET_NEGOTIATION_MODE = 3, @@ -100135,10 +100135,10 @@ Index: linux-2.6.25.1/drivers/net/ps3_gelic_net.h /* status returened from GET_ETH_PORT_STATUS */ enum gelic_lv1_ether_port_status { GELIC_LV1_ETHER_LINK_UP = 0x0000000000000001L, -Index: linux-2.6.25.1/drivers/net/ucc_geth.c +Index: linux-2.6.25.4/drivers/net/ucc_geth.c =================================================================== ---- linux-2.6.25.1.orig/drivers/net/ucc_geth.c -+++ linux-2.6.25.1/drivers/net/ucc_geth.c +--- linux-2.6.25.4.orig/drivers/net/ucc_geth.c ++++ linux-2.6.25.4/drivers/net/ucc_geth.c @@ -3853,7 +3853,13 @@ static int ucc_geth_probe(struct of_devi ugeth_vdbg("%s: IN", __FUNCTION__); @@ -100154,10 +100154,10 @@ Index: linux-2.6.25.1/drivers/net/ucc_geth.c ucc_num = *prop - 1; if ((ucc_num < 0) || (ucc_num > 7)) return -ENODEV; -Index: linux-2.6.25.1/drivers/net/ucc_geth_mii.c +Index: linux-2.6.25.4/drivers/net/ucc_geth_mii.c =================================================================== ---- linux-2.6.25.1.orig/drivers/net/ucc_geth_mii.c -+++ linux-2.6.25.1/drivers/net/ucc_geth_mii.c +--- linux-2.6.25.4.orig/drivers/net/ucc_geth_mii.c ++++ linux-2.6.25.4/drivers/net/ucc_geth_mii.c @@ -203,9 +203,14 @@ static int uec_mdio_probe(struct of_devi if ((res.start >= tempres.start) && (res.end <= tempres.end)) { @@ -100176,10 +100176,10 @@ Index: linux-2.6.25.1/drivers/net/ucc_geth_mii.c ucc_set_qe_mux_mii_mng(*id - 1); -Index: linux-2.6.25.1/drivers/of/Kconfig +Index: linux-2.6.25.4/drivers/of/Kconfig =================================================================== ---- linux-2.6.25.1.orig/drivers/of/Kconfig -+++ linux-2.6.25.1/drivers/of/Kconfig +--- linux-2.6.25.4.orig/drivers/of/Kconfig ++++ linux-2.6.25.4/drivers/of/Kconfig @@ -1,3 +1,15 @@ config OF_DEVICE def_bool y @@ -100196,19 +100196,19 @@ Index: linux-2.6.25.1/drivers/of/Kconfig + depends on OF && I2C + help + OpenFirmware I2C accessors -Index: linux-2.6.25.1/drivers/of/Makefile +Index: linux-2.6.25.4/drivers/of/Makefile =================================================================== ---- linux-2.6.25.1.orig/drivers/of/Makefile -+++ linux-2.6.25.1/drivers/of/Makefile +--- linux-2.6.25.4.orig/drivers/of/Makefile ++++ linux-2.6.25.4/drivers/of/Makefile @@ -1,2 +1,4 @@ obj-y = base.o obj-$(CONFIG_OF_DEVICE) += device.o platform.o +obj-$(CONFIG_OF_GPIO) += gpio.o +obj-$(CONFIG_OF_I2C) += i2c.o -Index: linux-2.6.25.1/drivers/of/base.c +Index: linux-2.6.25.4/drivers/of/base.c =================================================================== ---- linux-2.6.25.1.orig/drivers/of/base.c -+++ linux-2.6.25.1/drivers/of/base.c +--- linux-2.6.25.4.orig/drivers/of/base.c ++++ linux-2.6.25.4/drivers/of/base.c @@ -117,6 +117,32 @@ int of_device_is_compatible(const struct EXPORT_SYMBOL(of_device_is_compatible); @@ -100242,10 +100242,10 @@ Index: linux-2.6.25.1/drivers/of/base.c * of_get_parent - Get a node's parent if any * @node: Node to get parent * -Index: linux-2.6.25.1/drivers/of/gpio.c +Index: linux-2.6.25.4/drivers/of/gpio.c =================================================================== --- /dev/null -+++ linux-2.6.25.1/drivers/of/gpio.c ++++ linux-2.6.25.4/drivers/of/gpio.c @@ -0,0 +1,242 @@ +/* + * OF helpers for the GPIO API @@ -100489,10 +100489,10 @@ Index: linux-2.6.25.1/drivers/of/gpio.c + return ret; +} +EXPORT_SYMBOL(of_mm_gpiochip_add); -Index: linux-2.6.25.1/drivers/of/i2c.c +Index: linux-2.6.25.4/drivers/of/i2c.c =================================================================== --- /dev/null -+++ linux-2.6.25.1/drivers/of/i2c.c ++++ linux-2.6.25.4/drivers/of/i2c.c @@ -0,0 +1,115 @@ +/* + * OF helpers for the I2C API @@ -100609,10 +100609,10 @@ Index: linux-2.6.25.1/drivers/of/i2c.c + } +} +EXPORT_SYMBOL(of_register_i2c_devices); -Index: linux-2.6.25.1/drivers/ps3/ps3-sys-manager.c +Index: linux-2.6.25.4/drivers/ps3/ps3-sys-manager.c =================================================================== ---- linux-2.6.25.1.orig/drivers/ps3/ps3-sys-manager.c -+++ linux-2.6.25.1/drivers/ps3/ps3-sys-manager.c +--- linux-2.6.25.4.orig/drivers/ps3/ps3-sys-manager.c ++++ linux-2.6.25.4/drivers/ps3/ps3-sys-manager.c @@ -24,6 +24,7 @@ #include @@ -100737,10 +100737,10 @@ Index: linux-2.6.25.1/drivers/ps3/ps3-sys-manager.c /** * ps3_sys_manager_work - Asynchronous read handler. -Index: linux-2.6.25.1/drivers/ps3/sys-manager-core.c +Index: linux-2.6.25.4/drivers/ps3/sys-manager-core.c =================================================================== ---- linux-2.6.25.1.orig/drivers/ps3/sys-manager-core.c -+++ linux-2.6.25.1/drivers/ps3/sys-manager-core.c +--- linux-2.6.25.4.orig/drivers/ps3/sys-manager-core.c ++++ linux-2.6.25.4/drivers/ps3/sys-manager-core.c @@ -19,6 +19,7 @@ */ @@ -100778,10 +100778,10 @@ Index: linux-2.6.25.1/drivers/ps3/sys-manager-core.c + lv1_pause(1); } + -Index: linux-2.6.25.1/drivers/serial/cpm_uart/cpm_uart.h +Index: linux-2.6.25.4/drivers/serial/cpm_uart/cpm_uart.h =================================================================== ---- linux-2.6.25.1.orig/drivers/serial/cpm_uart/cpm_uart.h -+++ linux-2.6.25.1/drivers/serial/cpm_uart/cpm_uart.h +--- linux-2.6.25.4.orig/drivers/serial/cpm_uart/cpm_uart.h ++++ linux-2.6.25.4/drivers/serial/cpm_uart/cpm_uart.h @@ -92,6 +92,9 @@ extern struct uart_cpm_port cpm_uart_por /* these are located in their respective files */ @@ -100792,10 +100792,10 @@ Index: linux-2.6.25.1/drivers/serial/cpm_uart/cpm_uart.h int cpm_uart_init_portdesc(void); int cpm_uart_allocbuf(struct uart_cpm_port *pinfo, unsigned int is_con); void cpm_uart_freebuf(struct uart_cpm_port *pinfo); -Index: linux-2.6.25.1/drivers/serial/cpm_uart/cpm_uart_core.c +Index: linux-2.6.25.4/drivers/serial/cpm_uart/cpm_uart_core.c =================================================================== ---- linux-2.6.25.1.orig/drivers/serial/cpm_uart/cpm_uart_core.c -+++ linux-2.6.25.1/drivers/serial/cpm_uart/cpm_uart_core.c +--- linux-2.6.25.4.orig/drivers/serial/cpm_uart/cpm_uart_core.c ++++ linux-2.6.25.4/drivers/serial/cpm_uart/cpm_uart_core.c @@ -966,24 +966,23 @@ static int cpm_uart_init_port(struct dev if (!mem) return -ENOMEM; @@ -100838,10 +100838,10 @@ Index: linux-2.6.25.1/drivers/serial/cpm_uart/cpm_uart_core.c out_mem: iounmap(mem); return ret; -Index: linux-2.6.25.1/drivers/serial/cpm_uart/cpm_uart_cpm1.c +Index: linux-2.6.25.4/drivers/serial/cpm_uart/cpm_uart_cpm1.c =================================================================== ---- linux-2.6.25.1.orig/drivers/serial/cpm_uart/cpm_uart_cpm1.c -+++ linux-2.6.25.1/drivers/serial/cpm_uart/cpm_uart_cpm1.c +--- linux-2.6.25.4.orig/drivers/serial/cpm_uart/cpm_uart_cpm1.c ++++ linux-2.6.25.4/drivers/serial/cpm_uart/cpm_uart_cpm1.c @@ -45,6 +45,8 @@ #include #include @@ -100870,10 +100870,10 @@ Index: linux-2.6.25.1/drivers/serial/cpm_uart/cpm_uart_cpm1.c #else void cpm_line_cr_cmd(struct uart_cpm_port *port, int cmd) { -Index: linux-2.6.25.1/drivers/serial/cpm_uart/cpm_uart_cpm2.c +Index: linux-2.6.25.4/drivers/serial/cpm_uart/cpm_uart_cpm2.c =================================================================== ---- linux-2.6.25.1.orig/drivers/serial/cpm_uart/cpm_uart_cpm2.c -+++ linux-2.6.25.1/drivers/serial/cpm_uart/cpm_uart_cpm2.c +--- linux-2.6.25.4.orig/drivers/serial/cpm_uart/cpm_uart_cpm2.c ++++ linux-2.6.25.4/drivers/serial/cpm_uart/cpm_uart_cpm2.c @@ -41,6 +41,9 @@ #include #include @@ -100940,10 +100940,10 @@ Index: linux-2.6.25.1/drivers/serial/cpm_uart/cpm_uart_cpm2.c #else void cpm_line_cr_cmd(struct uart_cpm_port *port, int cmd) { -Index: linux-2.6.25.1/drivers/serial/of_serial.c +Index: linux-2.6.25.4/drivers/serial/of_serial.c =================================================================== ---- linux-2.6.25.1.orig/drivers/serial/of_serial.c -+++ linux-2.6.25.1/drivers/serial/of_serial.c +--- linux-2.6.25.4.orig/drivers/serial/of_serial.c ++++ linux-2.6.25.4/drivers/serial/of_serial.c @@ -56,7 +56,9 @@ static int __devinit of_platform_serial_ port->flags = UPF_SHARE_IRQ | UPF_BOOT_AUTOCONF | UPF_IOREMAP | UPF_FIXED_PORT; @@ -100955,10 +100955,10 @@ Index: linux-2.6.25.1/drivers/serial/of_serial.c return 0; } -Index: linux-2.6.25.1/drivers/serial/ucc_uart.c +Index: linux-2.6.25.4/drivers/serial/ucc_uart.c =================================================================== ---- linux-2.6.25.1.orig/drivers/serial/ucc_uart.c -+++ linux-2.6.25.1/drivers/serial/ucc_uart.c +--- linux-2.6.25.4.orig/drivers/serial/ucc_uart.c ++++ linux-2.6.25.4/drivers/serial/ucc_uart.c @@ -1270,10 +1270,18 @@ static int ucc_uart_probe(struct of_devi /* Get the UCC number (device ID) */ @@ -100982,10 +100982,10 @@ Index: linux-2.6.25.1/drivers/serial/ucc_uart.c kfree(qe_port); return -ENODEV; } -Index: linux-2.6.25.1/include/asm-powerpc/Kbuild +Index: linux-2.6.25.4/include/asm-powerpc/Kbuild =================================================================== ---- linux-2.6.25.1.orig/include/asm-powerpc/Kbuild -+++ linux-2.6.25.1/include/asm-powerpc/Kbuild +--- linux-2.6.25.4.orig/include/asm-powerpc/Kbuild ++++ linux-2.6.25.4/include/asm-powerpc/Kbuild @@ -1,5 +1,6 @@ include include/asm-generic/Kbuild.asm @@ -101001,10 +101001,10 @@ Index: linux-2.6.25.1/include/asm-powerpc/Kbuild unifdef-y += asm-compat.h unifdef-y += bootx.h unifdef-y += byteorder.h -Index: linux-2.6.25.1/include/asm-powerpc/abs_addr.h +Index: linux-2.6.25.4/include/asm-powerpc/abs_addr.h =================================================================== ---- linux-2.6.25.1.orig/include/asm-powerpc/abs_addr.h -+++ linux-2.6.25.1/include/asm-powerpc/abs_addr.h +--- linux-2.6.25.4.orig/include/asm-powerpc/abs_addr.h ++++ linux-2.6.25.4/include/asm-powerpc/abs_addr.h @@ -12,10 +12,11 @@ * 2 of the License, or (at your option) any later version. */ @@ -101018,10 +101018,10 @@ Index: linux-2.6.25.1/include/asm-powerpc/abs_addr.h #include struct mschunks_map { -Index: linux-2.6.25.1/include/asm-powerpc/bitops.h +Index: linux-2.6.25.4/include/asm-powerpc/bitops.h =================================================================== ---- linux-2.6.25.1.orig/include/asm-powerpc/bitops.h -+++ linux-2.6.25.1/include/asm-powerpc/bitops.h +--- linux-2.6.25.4.orig/include/asm-powerpc/bitops.h ++++ linux-2.6.25.4/include/asm-powerpc/bitops.h @@ -312,24 +312,26 @@ static __inline__ int fls(unsigned int x asm ("cntlzw %0,%1" : "=r" (lz) : "r" (x)); return 32 - lz; @@ -101064,10 +101064,10 @@ Index: linux-2.6.25.1/include/asm-powerpc/bitops.h /* Little-endian versions */ -Index: linux-2.6.25.1/include/asm-powerpc/cpm.h +Index: linux-2.6.25.4/include/asm-powerpc/cpm.h =================================================================== ---- linux-2.6.25.1.orig/include/asm-powerpc/cpm.h -+++ linux-2.6.25.1/include/asm-powerpc/cpm.h +--- linux-2.6.25.4.orig/include/asm-powerpc/cpm.h ++++ linux-2.6.25.4/include/asm-powerpc/cpm.h @@ -4,6 +4,20 @@ #include #include @@ -101089,10 +101089,10 @@ Index: linux-2.6.25.1/include/asm-powerpc/cpm.h /* Buffer descriptors used by many of the CPM protocols. */ typedef struct cpm_buf_desc { ushort cbd_sc; /* Status and Control */ -Index: linux-2.6.25.1/include/asm-powerpc/cpm1.h +Index: linux-2.6.25.4/include/asm-powerpc/cpm1.h =================================================================== ---- linux-2.6.25.1.orig/include/asm-powerpc/cpm1.h -+++ linux-2.6.25.1/include/asm-powerpc/cpm1.h +--- linux-2.6.25.4.orig/include/asm-powerpc/cpm1.h ++++ linux-2.6.25.4/include/asm-powerpc/cpm1.h @@ -28,19 +28,6 @@ #define CPM_CR_CHAN ((ushort)0x00f0) #define CPM_CR_FLG ((ushort)0x0001) @@ -101113,10 +101113,10 @@ Index: linux-2.6.25.1/include/asm-powerpc/cpm1.h /* Channel numbers. */ #define CPM_CR_CH_SCC1 ((ushort)0x0000) -Index: linux-2.6.25.1/include/asm-powerpc/cpm2.h +Index: linux-2.6.25.4/include/asm-powerpc/cpm2.h =================================================================== ---- linux-2.6.25.1.orig/include/asm-powerpc/cpm2.h -+++ linux-2.6.25.1/include/asm-powerpc/cpm2.h +--- linux-2.6.25.4.orig/include/asm-powerpc/cpm2.h ++++ linux-2.6.25.4/include/asm-powerpc/cpm2.h @@ -71,18 +71,9 @@ #define CPM_CR_FCC_PAGE(x) (x + 0x04) @@ -101137,10 +101137,10 @@ Index: linux-2.6.25.1/include/asm-powerpc/cpm2.h #define mk_cr_cmd(PG, SBC, MCN, OP) \ ((PG << 26) | (SBC << 21) | (MCN << 6) | OP) -Index: linux-2.6.25.1/include/asm-powerpc/cputhreads.h +Index: linux-2.6.25.4/include/asm-powerpc/cputhreads.h =================================================================== ---- linux-2.6.25.1.orig/include/asm-powerpc/cputhreads.h -+++ linux-2.6.25.1/include/asm-powerpc/cputhreads.h +--- linux-2.6.25.4.orig/include/asm-powerpc/cputhreads.h ++++ linux-2.6.25.4/include/asm-powerpc/cputhreads.h @@ -35,7 +35,7 @@ static inline cpumask_t cpu_thread_mask_ res = CPU_MASK_NONE; @@ -101150,10 +101150,10 @@ Index: linux-2.6.25.1/include/asm-powerpc/cputhreads.h if (cpus_intersects(threads, tmp)) cpu_set(i, res); } -Index: linux-2.6.25.1/include/asm-powerpc/dcr-native.h +Index: linux-2.6.25.4/include/asm-powerpc/dcr-native.h =================================================================== ---- linux-2.6.25.1.orig/include/asm-powerpc/dcr-native.h -+++ linux-2.6.25.1/include/asm-powerpc/dcr-native.h +--- linux-2.6.25.4.orig/include/asm-powerpc/dcr-native.h ++++ linux-2.6.25.4/include/asm-powerpc/dcr-native.h @@ -82,6 +82,19 @@ static inline void __mtdcri(int base_add spin_unlock_irqrestore(&dcr_ind_lock, flags); } @@ -101185,10 +101185,10 @@ Index: linux-2.6.25.1/include/asm-powerpc/dcr-native.h #endif /* __ASSEMBLY__ */ #endif /* __KERNEL__ */ #endif /* _ASM_POWERPC_DCR_NATIVE_H */ -Index: linux-2.6.25.1/include/asm-powerpc/dcr-regs.h +Index: linux-2.6.25.4/include/asm-powerpc/dcr-regs.h =================================================================== ---- linux-2.6.25.1.orig/include/asm-powerpc/dcr-regs.h -+++ linux-2.6.25.1/include/asm-powerpc/dcr-regs.h +--- linux-2.6.25.4.orig/include/asm-powerpc/dcr-regs.h ++++ linux-2.6.25.4/include/asm-powerpc/dcr-regs.h @@ -68,4 +68,82 @@ #define SDR0_UART3 0x0123 #define SDR0_CUST0 0x4000 @@ -101272,10 +101272,10 @@ Index: linux-2.6.25.1/include/asm-powerpc/dcr-regs.h +#define L2C_SNP_ESR 0x00000800 + #endif /* __DCR_REGS_H__ */ -Index: linux-2.6.25.1/include/asm-powerpc/exception.h +Index: linux-2.6.25.4/include/asm-powerpc/exception.h =================================================================== ---- linux-2.6.25.1.orig/include/asm-powerpc/exception.h -+++ linux-2.6.25.1/include/asm-powerpc/exception.h +--- linux-2.6.25.4.orig/include/asm-powerpc/exception.h ++++ linux-2.6.25.4/include/asm-powerpc/exception.h @@ -228,18 +228,18 @@ label##_pSeries: \ BEGIN_FW_FTR_SECTION; \ stb r11,PACAHARDIRQEN(r13); \ @@ -101298,10 +101298,10 @@ Index: linux-2.6.25.1/include/asm-powerpc/exception.h #endif /* CONFIG_PPC_ISERIES */ #define ENABLE_INTS \ -Index: linux-2.6.25.1/include/asm-powerpc/fsl_lbc.h +Index: linux-2.6.25.4/include/asm-powerpc/fsl_lbc.h =================================================================== --- /dev/null -+++ linux-2.6.25.1/include/asm-powerpc/fsl_lbc.h ++++ linux-2.6.25.4/include/asm-powerpc/fsl_lbc.h @@ -0,0 +1,311 @@ +/* Freescale Local Bus Controller + * @@ -101614,10 +101614,10 @@ Index: linux-2.6.25.1/include/asm-powerpc/fsl_lbc.h +} + +#endif /* __ASM_FSL_LBC_H */ -Index: linux-2.6.25.1/include/asm-powerpc/gpio.h +Index: linux-2.6.25.4/include/asm-powerpc/gpio.h =================================================================== --- /dev/null -+++ linux-2.6.25.1/include/asm-powerpc/gpio.h ++++ linux-2.6.25.4/include/asm-powerpc/gpio.h @@ -0,0 +1,56 @@ +/* + * Generic GPIO API implementation for PowerPC. @@ -101675,10 +101675,10 @@ Index: linux-2.6.25.1/include/asm-powerpc/gpio.h +#endif /* CONFIG_HAVE_GPIO_LIB */ + +#endif /* __ASM_POWERPC_GPIO_H */ -Index: linux-2.6.25.1/include/asm-powerpc/hw_irq.h +Index: linux-2.6.25.4/include/asm-powerpc/hw_irq.h =================================================================== ---- linux-2.6.25.1.orig/include/asm-powerpc/hw_irq.h -+++ linux-2.6.25.1/include/asm-powerpc/hw_irq.h +--- linux-2.6.25.4.orig/include/asm-powerpc/hw_irq.h ++++ linux-2.6.25.4/include/asm-powerpc/hw_irq.h @@ -27,7 +27,7 @@ static inline unsigned long local_get_fl return flags; } @@ -101709,10 +101709,10 @@ Index: linux-2.6.25.1/include/asm-powerpc/hw_irq.h #define __hard_irq_enable() __mtmsrd(mfmsr() | MSR_EE, 1) #define __hard_irq_disable() __mtmsrd(mfmsr() & ~MSR_EE, 1) -Index: linux-2.6.25.1/include/asm-powerpc/immap_qe.h +Index: linux-2.6.25.4/include/asm-powerpc/immap_qe.h =================================================================== ---- linux-2.6.25.1.orig/include/asm-powerpc/immap_qe.h -+++ linux-2.6.25.1/include/asm-powerpc/immap_qe.h +--- linux-2.6.25.4.orig/include/asm-powerpc/immap_qe.h ++++ linux-2.6.25.4/include/asm-powerpc/immap_qe.h @@ -20,6 +20,7 @@ #ifdef __KERNEL__ @@ -101730,10 +101730,10 @@ Index: linux-2.6.25.1/include/asm-powerpc/immap_qe.h extern phys_addr_t get_qe_base(void); static inline unsigned long immrbar_virt_to_phys(void *address) -Index: linux-2.6.25.1/include/asm-powerpc/irqflags.h +Index: linux-2.6.25.4/include/asm-powerpc/irqflags.h =================================================================== ---- linux-2.6.25.1.orig/include/asm-powerpc/irqflags.h -+++ linux-2.6.25.1/include/asm-powerpc/irqflags.h +--- linux-2.6.25.4.orig/include/asm-powerpc/irqflags.h ++++ linux-2.6.25.4/include/asm-powerpc/irqflags.h @@ -2,30 +2,43 @@ * include/asm-powerpc/irqflags.h * @@ -101790,10 +101790,10 @@ Index: linux-2.6.25.1/include/asm-powerpc/irqflags.h #endif #endif -Index: linux-2.6.25.1/include/asm-powerpc/iseries/alpaca.h +Index: linux-2.6.25.4/include/asm-powerpc/iseries/alpaca.h =================================================================== --- /dev/null -+++ linux-2.6.25.1/include/asm-powerpc/iseries/alpaca.h ++++ linux-2.6.25.4/include/asm-powerpc/iseries/alpaca.h @@ -0,0 +1,31 @@ +/* + * Copyright © 2008 Stephen Rothwell IBM Corporation @@ -101826,9 +101826,9 @@ Index: linux-2.6.25.1/include/asm-powerpc/iseries/alpaca.h +}; + +#endif /* _ASM_POWERPC_ISERIES_ALPACA_H */ -Index: linux-2.6.25.1/include/asm-powerpc/iseries/it_lp_reg_save.h +Index: linux-2.6.25.4/include/asm-powerpc/iseries/it_lp_reg_save.h =================================================================== ---- linux-2.6.25.1.orig/include/asm-powerpc/iseries/it_lp_reg_save.h +--- linux-2.6.25.4.orig/include/asm-powerpc/iseries/it_lp_reg_save.h +++ /dev/null @@ -1,85 +0,0 @@ -/* @@ -101916,10 +101916,10 @@ Index: linux-2.6.25.1/include/asm-powerpc/iseries/it_lp_reg_save.h -extern struct ItLpRegSave iseries_reg_save[]; - -#endif /* _ASM_POWERPC_ISERIES_IT_LP_REG_SAVE_H */ -Index: linux-2.6.25.1/include/asm-powerpc/lmb.h +Index: linux-2.6.25.4/include/asm-powerpc/lmb.h =================================================================== ---- linux-2.6.25.1.orig/include/asm-powerpc/lmb.h -+++ linux-2.6.25.1/include/asm-powerpc/lmb.h +--- linux-2.6.25.4.orig/include/asm-powerpc/lmb.h ++++ linux-2.6.25.4/include/asm-powerpc/lmb.h @@ -1,81 +1,15 @@ #ifndef _ASM_POWERPC_LMB_H #define _ASM_POWERPC_LMB_H @@ -102010,10 +102010,10 @@ Index: linux-2.6.25.1/include/asm-powerpc/lmb.h - -#endif /* __KERNEL__ */ #endif /* _ASM_POWERPC_LMB_H */ -Index: linux-2.6.25.1/include/asm-powerpc/machdep.h +Index: linux-2.6.25.4/include/asm-powerpc/machdep.h =================================================================== ---- linux-2.6.25.1.orig/include/asm-powerpc/machdep.h -+++ linux-2.6.25.1/include/asm-powerpc/machdep.h +--- linux-2.6.25.4.orig/include/asm-powerpc/machdep.h ++++ linux-2.6.25.4/include/asm-powerpc/machdep.h @@ -68,6 +68,8 @@ struct machdep_calls { unsigned long vflags, int psize, int ssize); @@ -102033,10 +102033,10 @@ Index: linux-2.6.25.1/include/asm-powerpc/machdep.h void (*kgdb_map_scc)(void); /* -Index: linux-2.6.25.1/include/asm-powerpc/macio.h +Index: linux-2.6.25.4/include/asm-powerpc/macio.h =================================================================== ---- linux-2.6.25.1.orig/include/asm-powerpc/macio.h -+++ linux-2.6.25.1/include/asm-powerpc/macio.h +--- linux-2.6.25.4.orig/include/asm-powerpc/macio.h ++++ linux-2.6.25.4/include/asm-powerpc/macio.h @@ -2,7 +2,7 @@ #define __MACIO_ASIC_H__ #ifdef __KERNEL__ @@ -102046,10 +102046,10 @@ Index: linux-2.6.25.1/include/asm-powerpc/macio.h extern struct bus_type macio_bus_type; -Index: linux-2.6.25.1/include/asm-powerpc/mmu-40x.h +Index: linux-2.6.25.4/include/asm-powerpc/mmu-40x.h =================================================================== ---- linux-2.6.25.1.orig/include/asm-powerpc/mmu-40x.h -+++ linux-2.6.25.1/include/asm-powerpc/mmu-40x.h +--- linux-2.6.25.4.orig/include/asm-powerpc/mmu-40x.h ++++ linux-2.6.25.4/include/asm-powerpc/mmu-40x.h @@ -53,8 +53,6 @@ #ifndef __ASSEMBLY__ @@ -102059,10 +102059,10 @@ Index: linux-2.6.25.1/include/asm-powerpc/mmu-40x.h typedef struct { unsigned long id; unsigned long vdso_base; -Index: linux-2.6.25.1/include/asm-powerpc/mmu-44x.h +Index: linux-2.6.25.4/include/asm-powerpc/mmu-44x.h =================================================================== ---- linux-2.6.25.1.orig/include/asm-powerpc/mmu-44x.h -+++ linux-2.6.25.1/include/asm-powerpc/mmu-44x.h +--- linux-2.6.25.4.orig/include/asm-powerpc/mmu-44x.h ++++ linux-2.6.25.4/include/asm-powerpc/mmu-44x.h @@ -53,8 +53,6 @@ #ifndef __ASSEMBLY__ @@ -102072,10 +102072,10 @@ Index: linux-2.6.25.1/include/asm-powerpc/mmu-44x.h typedef struct { unsigned long id; unsigned long vdso_base; -Index: linux-2.6.25.1/include/asm-powerpc/mmu-8xx.h +Index: linux-2.6.25.4/include/asm-powerpc/mmu-8xx.h =================================================================== ---- linux-2.6.25.1.orig/include/asm-powerpc/mmu-8xx.h -+++ linux-2.6.25.1/include/asm-powerpc/mmu-8xx.h +--- linux-2.6.25.4.orig/include/asm-powerpc/mmu-8xx.h ++++ linux-2.6.25.4/include/asm-powerpc/mmu-8xx.h @@ -136,8 +136,6 @@ #define SPRN_M_TW 799 @@ -102085,10 +102085,10 @@ Index: linux-2.6.25.1/include/asm-powerpc/mmu-8xx.h typedef struct { unsigned long id; unsigned long vdso_base; -Index: linux-2.6.25.1/include/asm-powerpc/mmu-fsl-booke.h +Index: linux-2.6.25.4/include/asm-powerpc/mmu-fsl-booke.h =================================================================== ---- linux-2.6.25.1.orig/include/asm-powerpc/mmu-fsl-booke.h -+++ linux-2.6.25.1/include/asm-powerpc/mmu-fsl-booke.h +--- linux-2.6.25.4.orig/include/asm-powerpc/mmu-fsl-booke.h ++++ linux-2.6.25.4/include/asm-powerpc/mmu-fsl-booke.h @@ -73,12 +73,6 @@ #ifndef __ASSEMBLY__ @@ -102102,10 +102102,10 @@ Index: linux-2.6.25.1/include/asm-powerpc/mmu-fsl-booke.h typedef struct { unsigned long id; unsigned long vdso_base; -Index: linux-2.6.25.1/include/asm-powerpc/mmu-hash32.h +Index: linux-2.6.25.4/include/asm-powerpc/mmu-hash32.h =================================================================== ---- linux-2.6.25.1.orig/include/asm-powerpc/mmu-hash32.h -+++ linux-2.6.25.1/include/asm-powerpc/mmu-hash32.h +--- linux-2.6.25.4.orig/include/asm-powerpc/mmu-hash32.h ++++ linux-2.6.25.4/include/asm-powerpc/mmu-hash32.h @@ -84,8 +84,6 @@ typedef struct { unsigned long vdso_base; } mm_context_t; @@ -102115,10 +102115,10 @@ Index: linux-2.6.25.1/include/asm-powerpc/mmu-hash32.h #endif /* !__ASSEMBLY__ */ #endif /* _ASM_POWERPC_MMU_HASH32_H_ */ -Index: linux-2.6.25.1/include/asm-powerpc/mmu-hash64.h +Index: linux-2.6.25.4/include/asm-powerpc/mmu-hash64.h =================================================================== ---- linux-2.6.25.1.orig/include/asm-powerpc/mmu-hash64.h -+++ linux-2.6.25.1/include/asm-powerpc/mmu-hash64.h +--- linux-2.6.25.4.orig/include/asm-powerpc/mmu-hash64.h ++++ linux-2.6.25.4/include/asm-powerpc/mmu-hash64.h @@ -469,9 +469,6 @@ static inline unsigned long get_vsid(uns VSID_MODULUS_256M) #define KERNEL_VSID(ea) VSID_SCRAMBLE(GET_ESID(ea)) @@ -102129,10 +102129,10 @@ Index: linux-2.6.25.1/include/asm-powerpc/mmu-hash64.h #endif /* __ASSEMBLY__ */ #endif /* _ASM_POWERPC_MMU_HASH64_H_ */ -Index: linux-2.6.25.1/include/asm-powerpc/paca.h +Index: linux-2.6.25.4/include/asm-powerpc/paca.h =================================================================== ---- linux-2.6.25.1.orig/include/asm-powerpc/paca.h -+++ linux-2.6.25.1/include/asm-powerpc/paca.h +--- linux-2.6.25.4.orig/include/asm-powerpc/paca.h ++++ linux-2.6.25.4/include/asm-powerpc/paca.h @@ -42,10 +42,7 @@ struct task_struct; * Defines the layout of the paca. * @@ -102160,10 +102160,10 @@ Index: linux-2.6.25.1/include/asm-powerpc/paca.h /* * MAGIC: the spinlock functions in arch/powerpc/lib/locks.c -Index: linux-2.6.25.1/include/asm-powerpc/page.h +Index: linux-2.6.25.4/include/asm-powerpc/page.h =================================================================== ---- linux-2.6.25.1.orig/include/asm-powerpc/page.h -+++ linux-2.6.25.1/include/asm-powerpc/page.h +--- linux-2.6.25.4.orig/include/asm-powerpc/page.h ++++ linux-2.6.25.4/include/asm-powerpc/page.h @@ -53,6 +53,7 @@ #define PAGE_OFFSET ASM_CONST(CONFIG_KERNEL_START) @@ -102172,10 +102172,10 @@ Index: linux-2.6.25.1/include/asm-powerpc/page.h #ifdef CONFIG_FLATMEM #define pfn_valid(pfn) ((pfn) < max_mapnr) -Index: linux-2.6.25.1/include/asm-powerpc/page_32.h +Index: linux-2.6.25.4/include/asm-powerpc/page_32.h =================================================================== ---- linux-2.6.25.1.orig/include/asm-powerpc/page_32.h -+++ linux-2.6.25.1/include/asm-powerpc/page_32.h +--- linux-2.6.25.4.orig/include/asm-powerpc/page_32.h ++++ linux-2.6.25.4/include/asm-powerpc/page_32.h @@ -3,8 +3,6 @@ #define VM_DATA_DEFAULT_FLAGS VM_DATA_DEFAULT_FLAGS32 @@ -102185,10 +102185,10 @@ Index: linux-2.6.25.1/include/asm-powerpc/page_32.h #ifdef CONFIG_NOT_COHERENT_CACHE #define ARCH_KMALLOC_MINALIGN L1_CACHE_BYTES #endif -Index: linux-2.6.25.1/include/asm-powerpc/pasemi_dma.h +Index: linux-2.6.25.4/include/asm-powerpc/pasemi_dma.h =================================================================== ---- linux-2.6.25.1.orig/include/asm-powerpc/pasemi_dma.h -+++ linux-2.6.25.1/include/asm-powerpc/pasemi_dma.h +--- linux-2.6.25.4.orig/include/asm-powerpc/pasemi_dma.h ++++ linux-2.6.25.4/include/asm-powerpc/pasemi_dma.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2006 PA Semi, Inc @@ -102307,10 +102307,10 @@ Index: linux-2.6.25.1/include/asm-powerpc/pasemi_dma.h /* Initialize the library, must be called before any other functions */ extern int pasemi_dma_init(void); -Index: linux-2.6.25.1/include/asm-powerpc/pci-bridge.h +Index: linux-2.6.25.4/include/asm-powerpc/pci-bridge.h =================================================================== ---- linux-2.6.25.1.orig/include/asm-powerpc/pci-bridge.h -+++ linux-2.6.25.1/include/asm-powerpc/pci-bridge.h +--- linux-2.6.25.4.orig/include/asm-powerpc/pci-bridge.h ++++ linux-2.6.25.4/include/asm-powerpc/pci-bridge.h @@ -117,7 +117,7 @@ struct pci_controller { #ifndef CONFIG_PPC64 @@ -102329,10 +102329,10 @@ Index: linux-2.6.25.1/include/asm-powerpc/pci-bridge.h { struct device_node *busdn = bus->sysdata; -Index: linux-2.6.25.1/include/asm-powerpc/pgtable-ppc32.h +Index: linux-2.6.25.4/include/asm-powerpc/pgtable-ppc32.h =================================================================== ---- linux-2.6.25.1.orig/include/asm-powerpc/pgtable-ppc32.h -+++ linux-2.6.25.1/include/asm-powerpc/pgtable-ppc32.h +--- linux-2.6.25.4.orig/include/asm-powerpc/pgtable-ppc32.h ++++ linux-2.6.25.4/include/asm-powerpc/pgtable-ppc32.h @@ -98,9 +98,6 @@ extern int icache_44x_need_flush; #define USER_PTRS_PER_PGD (TASK_SIZE / PGDIR_SIZE) #define FIRST_USER_ADDRESS 0 @@ -102362,10 +102362,10 @@ Index: linux-2.6.25.1/include/asm-powerpc/pgtable-ppc32.h #endif /* to find an entry in a kernel page-table-directory */ -Index: linux-2.6.25.1/include/asm-powerpc/phyp_dump.h +Index: linux-2.6.25.4/include/asm-powerpc/phyp_dump.h =================================================================== --- /dev/null -+++ linux-2.6.25.1/include/asm-powerpc/phyp_dump.h ++++ linux-2.6.25.4/include/asm-powerpc/phyp_dump.h @@ -0,0 +1,47 @@ +/* + * Hypervisor-assisted dump @@ -102414,10 +102414,10 @@ Index: linux-2.6.25.1/include/asm-powerpc/phyp_dump.h + +#endif /* CONFIG_PHYP_DUMP */ +#endif /* _PPC64_PHYP_DUMP_H */ -Index: linux-2.6.25.1/include/asm-powerpc/pmi.h +Index: linux-2.6.25.4/include/asm-powerpc/pmi.h =================================================================== ---- linux-2.6.25.1.orig/include/asm-powerpc/pmi.h -+++ linux-2.6.25.1/include/asm-powerpc/pmi.h +--- linux-2.6.25.4.orig/include/asm-powerpc/pmi.h ++++ linux-2.6.25.4/include/asm-powerpc/pmi.h @@ -29,8 +29,6 @@ #ifdef __KERNEL__ @@ -102427,10 +102427,10 @@ Index: linux-2.6.25.1/include/asm-powerpc/pmi.h #define PMI_TYPE_FREQ_CHANGE 0x01 #define PMI_READ_TYPE 0 #define PMI_READ_DATA0 1 -Index: linux-2.6.25.1/include/asm-powerpc/ppc4xx.h +Index: linux-2.6.25.4/include/asm-powerpc/ppc4xx.h =================================================================== --- /dev/null -+++ linux-2.6.25.1/include/asm-powerpc/ppc4xx.h ++++ linux-2.6.25.4/include/asm-powerpc/ppc4xx.h @@ -0,0 +1,18 @@ +/* + * PPC4xx Prototypes and definitions @@ -102450,10 +102450,10 @@ Index: linux-2.6.25.1/include/asm-powerpc/ppc4xx.h +extern void ppc4xx_reset_system(char *cmd); + +#endif /* __ASM_POWERPC_PPC4xx_H__ */ -Index: linux-2.6.25.1/include/asm-powerpc/ps3.h +Index: linux-2.6.25.4/include/asm-powerpc/ps3.h =================================================================== ---- linux-2.6.25.1.orig/include/asm-powerpc/ps3.h -+++ linux-2.6.25.1/include/asm-powerpc/ps3.h +--- linux-2.6.25.4.orig/include/asm-powerpc/ps3.h ++++ linux-2.6.25.4/include/asm-powerpc/ps3.h @@ -434,8 +434,11 @@ struct ps3_sys_manager_ops { }; @@ -102468,10 +102468,10 @@ Index: linux-2.6.25.1/include/asm-powerpc/ps3.h struct ps3_prealloc { const char *name; -Index: linux-2.6.25.1/include/asm-powerpc/ptrace.h +Index: linux-2.6.25.4/include/asm-powerpc/ptrace.h =================================================================== ---- linux-2.6.25.1.orig/include/asm-powerpc/ptrace.h -+++ linux-2.6.25.1/include/asm-powerpc/ptrace.h +--- linux-2.6.25.4.orig/include/asm-powerpc/ptrace.h ++++ linux-2.6.25.4/include/asm-powerpc/ptrace.h @@ -58,6 +58,11 @@ struct pt_regs { #define __ARCH_WANT_COMPAT_SYS_PTRACE @@ -102495,10 +102495,10 @@ Index: linux-2.6.25.1/include/asm-powerpc/ptrace.h /* Size of stack frame allocated when calling signal handler. */ #define __SIGNAL_FRAMESIZE 64 -Index: linux-2.6.25.1/include/asm-powerpc/qe.h +Index: linux-2.6.25.4/include/asm-powerpc/qe.h =================================================================== ---- linux-2.6.25.1.orig/include/asm-powerpc/qe.h -+++ linux-2.6.25.1/include/asm-powerpc/qe.h +--- linux-2.6.25.4.orig/include/asm-powerpc/qe.h ++++ linux-2.6.25.4/include/asm-powerpc/qe.h @@ -85,6 +85,7 @@ extern int par_io_data_set(u8 port, u8 p /* QE internal API */ int qe_issue_cmd(u32 cmd, u32 device, u8 mcn_protocol, u32 cmd_input); @@ -102525,10 +102525,10 @@ Index: linux-2.6.25.1/include/asm-powerpc/qe.h /* Structure that defines QE firmware binary files. * -Index: linux-2.6.25.1/include/asm-powerpc/rwsem.h +Index: linux-2.6.25.4/include/asm-powerpc/rwsem.h =================================================================== ---- linux-2.6.25.1.orig/include/asm-powerpc/rwsem.h -+++ linux-2.6.25.1/include/asm-powerpc/rwsem.h +--- linux-2.6.25.4.orig/include/asm-powerpc/rwsem.h ++++ linux-2.6.25.4/include/asm-powerpc/rwsem.h @@ -32,11 +32,20 @@ struct rw_semaphore { #define RWSEM_ACTIVE_WRITE_BIAS (RWSEM_WAITING_BIAS + RWSEM_ACTIVE_BIAS) spinlock_t wait_lock; @@ -102595,10 +102595,10 @@ Index: linux-2.6.25.1/include/asm-powerpc/rwsem.h static inline int __down_write_trylock(struct rw_semaphore *sem) { int tmp; -Index: linux-2.6.25.1/include/asm-powerpc/sparsemem.h +Index: linux-2.6.25.4/include/asm-powerpc/sparsemem.h =================================================================== ---- linux-2.6.25.1.orig/include/asm-powerpc/sparsemem.h -+++ linux-2.6.25.1/include/asm-powerpc/sparsemem.h +--- linux-2.6.25.4.orig/include/asm-powerpc/sparsemem.h ++++ linux-2.6.25.4/include/asm-powerpc/sparsemem.h @@ -15,6 +15,7 @@ #ifdef CONFIG_MEMORY_HOTPLUG @@ -102607,10 +102607,10 @@ Index: linux-2.6.25.1/include/asm-powerpc/sparsemem.h #ifdef CONFIG_NUMA extern int hot_add_scn_to_nid(unsigned long scn_addr); #else -Index: linux-2.6.25.1/include/asm-powerpc/spinlock.h +Index: linux-2.6.25.4/include/asm-powerpc/spinlock.h =================================================================== ---- linux-2.6.25.1.orig/include/asm-powerpc/spinlock.h -+++ linux-2.6.25.1/include/asm-powerpc/spinlock.h +--- linux-2.6.25.4.orig/include/asm-powerpc/spinlock.h ++++ linux-2.6.25.4/include/asm-powerpc/spinlock.h @@ -19,6 +19,7 @@ * * (the type definitions are in asm/spinlock_types.h) @@ -102619,10 +102619,10 @@ Index: linux-2.6.25.1/include/asm-powerpc/spinlock.h #ifdef CONFIG_PPC64 #include #include -Index: linux-2.6.25.1/include/asm-powerpc/string.h +Index: linux-2.6.25.4/include/asm-powerpc/string.h =================================================================== ---- linux-2.6.25.1.orig/include/asm-powerpc/string.h -+++ linux-2.6.25.1/include/asm-powerpc/string.h +--- linux-2.6.25.4.orig/include/asm-powerpc/string.h ++++ linux-2.6.25.4/include/asm-powerpc/string.h @@ -7,6 +7,7 @@ #define __HAVE_ARCH_STRNCPY #define __HAVE_ARCH_STRLEN @@ -102639,10 +102639,10 @@ Index: linux-2.6.25.1/include/asm-powerpc/string.h extern char * strcat(char *, const char *); extern void * memset(void *,int,__kernel_size_t); extern void * memcpy(void *,const void *,__kernel_size_t); -Index: linux-2.6.25.1/include/asm-powerpc/types.h +Index: linux-2.6.25.4/include/asm-powerpc/types.h =================================================================== ---- linux-2.6.25.1.orig/include/asm-powerpc/types.h -+++ linux-2.6.25.1/include/asm-powerpc/types.h +--- linux-2.6.25.4.orig/include/asm-powerpc/types.h ++++ linux-2.6.25.4/include/asm-powerpc/types.h @@ -84,6 +84,13 @@ typedef unsigned long long u64; typedef __vector128 vector128; @@ -102657,10 +102657,10 @@ Index: linux-2.6.25.1/include/asm-powerpc/types.h #ifdef __powerpc64__ typedef u64 dma_addr_t; #else -Index: linux-2.6.25.1/include/asm-sparc64/lmb.h +Index: linux-2.6.25.4/include/asm-sparc64/lmb.h =================================================================== --- /dev/null -+++ linux-2.6.25.1/include/asm-sparc64/lmb.h ++++ linux-2.6.25.4/include/asm-sparc64/lmb.h @@ -0,0 +1,10 @@ +#ifndef _SPARC64_LMB_H +#define _SPARC64_LMB_H @@ -102672,10 +102672,10 @@ Index: linux-2.6.25.1/include/asm-sparc64/lmb.h +#define LMB_REAL_LIMIT 0 + +#endif /* !(_SPARC64_LMB_H) */ -Index: linux-2.6.25.1/include/linux/lmb.h +Index: linux-2.6.25.4/include/linux/lmb.h =================================================================== --- /dev/null -+++ linux-2.6.25.1/include/linux/lmb.h ++++ linux-2.6.25.4/include/linux/lmb.h @@ -0,0 +1,85 @@ +#ifndef _LINUX_LMB_H +#define _LINUX_LMB_H @@ -102762,10 +102762,10 @@ Index: linux-2.6.25.1/include/linux/lmb.h +#endif /* __KERNEL__ */ + +#endif /* _LINUX_LMB_H */ -Index: linux-2.6.25.1/include/linux/of.h +Index: linux-2.6.25.4/include/linux/of.h =================================================================== ---- linux-2.6.25.1.orig/include/linux/of.h -+++ linux-2.6.25.1/include/linux/of.h +--- linux-2.6.25.4.orig/include/linux/of.h ++++ linux-2.6.25.4/include/linux/of.h @@ -62,6 +62,7 @@ extern struct property *of_find_property int *lenp); extern int of_device_is_compatible(const struct device_node *device, @@ -102774,10 +102774,10 @@ Index: linux-2.6.25.1/include/linux/of.h extern const void *of_get_property(const struct device_node *node, const char *name, int *lenp); -Index: linux-2.6.25.1/include/linux/of_gpio.h +Index: linux-2.6.25.4/include/linux/of_gpio.h =================================================================== --- /dev/null -+++ linux-2.6.25.1/include/linux/of_gpio.h ++++ linux-2.6.25.4/include/linux/of_gpio.h @@ -0,0 +1,69 @@ +/* + * OF helpers for the GPIO API @@ -102848,10 +102848,10 @@ Index: linux-2.6.25.1/include/linux/of_gpio.h +#endif /* CONFIG_OF_GPIO */ + +#endif /* __LINUX_OF_GPIO_H */ -Index: linux-2.6.25.1/include/linux/of_i2c.h +Index: linux-2.6.25.4/include/linux/of_i2c.h =================================================================== --- /dev/null -+++ linux-2.6.25.1/include/linux/of_i2c.h ++++ linux-2.6.25.4/include/linux/of_i2c.h @@ -0,0 +1,24 @@ +/* + * Generic I2C API implementation for PowerPC. @@ -102877,10 +102877,10 @@ Index: linux-2.6.25.1/include/linux/of_i2c.h +#endif /* CONFIG_OF_I2C */ + +#endif /* __LINUX_OF_I2C_H */ -Index: linux-2.6.25.1/lib/Kconfig +Index: linux-2.6.25.4/lib/Kconfig =================================================================== ---- linux-2.6.25.1.orig/lib/Kconfig -+++ linux-2.6.25.1/lib/Kconfig +--- linux-2.6.25.4.orig/lib/Kconfig ++++ linux-2.6.25.4/lib/Kconfig @@ -141,4 +141,7 @@ config HAS_DMA config CHECK_SIGNATURE bool @@ -102889,10 +102889,10 @@ Index: linux-2.6.25.1/lib/Kconfig + boolean + endmenu -Index: linux-2.6.25.1/lib/Makefile +Index: linux-2.6.25.4/lib/Makefile =================================================================== ---- linux-2.6.25.1.orig/lib/Makefile -+++ linux-2.6.25.1/lib/Makefile +--- linux-2.6.25.4.orig/lib/Makefile ++++ linux-2.6.25.4/lib/Makefile @@ -70,6 +70,8 @@ obj-$(CONFIG_FAULT_INJECTION) += fault-i lib-$(CONFIG_GENERIC_BUG) += bug.o @@ -102902,10 +102902,10 @@ Index: linux-2.6.25.1/lib/Makefile hostprogs-y := gen_crc32table clean-files := crc32table.h -Index: linux-2.6.25.1/lib/lmb.c +Index: linux-2.6.25.4/lib/lmb.c =================================================================== --- /dev/null -+++ linux-2.6.25.1/lib/lmb.c ++++ linux-2.6.25.4/lib/lmb.c @@ -0,0 +1,428 @@ +/* + * Procedures for maintaining information about logical memory blocks. -- cgit v1.2.3