What was the rationale to add that to CONFIG_SGI_IP22? Shouldn't it be added to CONFIG_SGI_IP32, i.e. O2? From: Thiemo Seufer <ths@xxxxxxxxxxxx> Add -mfix7000 to CONFIG_SGI_IP22 Signed-off-by: Thiemo Seufer <ths@xxxxxxxxxxxx> Signed-off-by: Martin Michlmayr <tbm@xxxxxxxxxx> --- a/arch/mips/Makefile +++ b/arch/mips/Makefile @@ -478,7 +478,7 @@ load-$(CONFIG_PNX8550_JBS) += 0xffffffff # address by 8kb. # core-$(CONFIG_SGI_IP22) += arch/mips/sgi-ip22/ -cflags-$(CONFIG_SGI_IP22) += -Iinclude/asm-mips/mach-ip22 +cflags-$(CONFIG_SGI_IP22) += -Iinclude/asm-mips/mach-ip22 -Wa,-mfix7000 ifdef CONFIG_32BIT load-$(CONFIG_SGI_IP22) += 0xffffffff88002000 endif -- Martin Michlmayr http://www.cyrius.com/