The 6xx specific mmu functions in arch/boot/common/util.S break the compile for other platforms. Compile them for 6xx only. Signed-off-by: Thomas Gleixner --- util.S | 2 ++ 1 files changed, 2 insertions(+) --- Index: 2.6.10-rc3/arch/ppc/boot/common/util.S =================================================================== --- 2.6.10-rc3/arch/ppc/boot/common/util.S (revision 11) +++ 2.6.10-rc3/arch/ppc/boot/common/util.S (working copy) @@ -27,6 +27,7 @@ .text +#ifdef CONFIG_6xx .globl disable_6xx_mmu disable_6xx_mmu: /* Establish default MSR value, exception prefix 0xFFF. @@ -94,6 +95,7 @@ sync isync blr +#endif .globl _setup_L2CR _setup_L2CR: