Loading arch/arm/Kconfig +2 −2 Original line number Original line Diff line number Diff line Loading @@ -712,8 +712,8 @@ source arch/arm/mm/Kconfig config IWMMXT config IWMMXT bool "Enable iWMMXt support" bool "Enable iWMMXt support" depends on CPU_XSCALE || CPU_XSC3 depends on CPU_XSCALE || CPU_XSC3 || CPU_MOHAWK default y if PXA27x || PXA3xx default y if PXA27x || PXA3xx || ARCH_MMP help help Enable support for iWMMXt context switching at run time if Enable support for iWMMXt context switching at run time if running on a CPU that supports it. running on a CPU that supports it. Loading arch/arm/kernel/Makefile +1 −0 Original line number Original line Diff line number Diff line Loading @@ -36,6 +36,7 @@ AFLAGS_crunch-bits.o := -Wa,-mcpu=ep9312 obj-$(CONFIG_CPU_XSCALE) += xscale-cp0.o obj-$(CONFIG_CPU_XSCALE) += xscale-cp0.o obj-$(CONFIG_CPU_XSC3) += xscale-cp0.o obj-$(CONFIG_CPU_XSC3) += xscale-cp0.o obj-$(CONFIG_CPU_MOHAWK) += xscale-cp0.o obj-$(CONFIG_IWMMXT) += iwmmxt.o obj-$(CONFIG_IWMMXT) += iwmmxt.o AFLAGS_iwmmxt.o := -Wa,-mcpu=iwmmxt AFLAGS_iwmmxt.o := -Wa,-mcpu=iwmmxt Loading Loading
arch/arm/Kconfig +2 −2 Original line number Original line Diff line number Diff line Loading @@ -712,8 +712,8 @@ source arch/arm/mm/Kconfig config IWMMXT config IWMMXT bool "Enable iWMMXt support" bool "Enable iWMMXt support" depends on CPU_XSCALE || CPU_XSC3 depends on CPU_XSCALE || CPU_XSC3 || CPU_MOHAWK default y if PXA27x || PXA3xx default y if PXA27x || PXA3xx || ARCH_MMP help help Enable support for iWMMXt context switching at run time if Enable support for iWMMXt context switching at run time if running on a CPU that supports it. running on a CPU that supports it. Loading
arch/arm/kernel/Makefile +1 −0 Original line number Original line Diff line number Diff line Loading @@ -36,6 +36,7 @@ AFLAGS_crunch-bits.o := -Wa,-mcpu=ep9312 obj-$(CONFIG_CPU_XSCALE) += xscale-cp0.o obj-$(CONFIG_CPU_XSCALE) += xscale-cp0.o obj-$(CONFIG_CPU_XSC3) += xscale-cp0.o obj-$(CONFIG_CPU_XSC3) += xscale-cp0.o obj-$(CONFIG_CPU_MOHAWK) += xscale-cp0.o obj-$(CONFIG_IWMMXT) += iwmmxt.o obj-$(CONFIG_IWMMXT) += iwmmxt.o AFLAGS_iwmmxt.o := -Wa,-mcpu=iwmmxt AFLAGS_iwmmxt.o := -Wa,-mcpu=iwmmxt Loading