49605c91a3c2abf29f5033b02fa6b07ac961ebee
[openwrt/openwrt.git] / target / linux / generic-2.6 / patches-2.6.22 / 015-x86_newsetup_fixup.patch
1 From: Andrew Morton <akpm@linux-foundation.org>
2
3 Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
4 ---
5
6 arch/i386/kernel/cpu/Makefile | 2 +-
7 1 file changed, 1 insertion(+), 1 deletion(-)
8
9 Index: linux-2.6.22.19/arch/i386/kernel/cpu/Makefile
10 ===================================================================
11 --- linux-2.6.22.19.orig/arch/i386/kernel/cpu/Makefile
12 +++ linux-2.6.22.19/arch/i386/kernel/cpu/Makefile
13 @@ -8,7 +8,7 @@ obj-y += amd.o
14 obj-y += cyrix.o
15 obj-y += centaur.o
16 obj-y += transmeta.o
17 -obj-y += intel.o intel_cacheinfo.o
18 +obj-y += intel.o intel_cacheinfo.o addon_cpuid_features.o
19 obj-y += rise.o
20 obj-y += nexgen.o
21 obj-y += umc.o