summaryrefslogtreecommitdiffstats
path: root/target/linux/generic-2.6/patches-2.6.22/015-x86_newsetup_fixup.patch
diff options
context:
space:
mode:
authorflorian <florian@3c298f89-4303-0410-b956-a3cf2f4a3e73>2007-09-10 14:19:56 +0000
committerflorian <florian@3c298f89-4303-0410-b956-a3cf2f4a3e73>2007-09-10 14:19:56 +0000
commitddd659f540c641cd31c74128b2655465ece541a5 (patch)
tree8af1bf39db065e86c44eee1de49dd2ef252f6af8 /target/linux/generic-2.6/patches-2.6.22/015-x86_newsetup_fixup.patch
parentcc966472c3505c0ab9367d32ae5038d188b9c6fa (diff)
Rearrange patches
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@8729 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/generic-2.6/patches-2.6.22/015-x86_newsetup_fixup.patch')
-rw-r--r--target/linux/generic-2.6/patches-2.6.22/015-x86_newsetup_fixup.patch22
1 files changed, 22 insertions, 0 deletions
diff --git a/target/linux/generic-2.6/patches-2.6.22/015-x86_newsetup_fixup.patch b/target/linux/generic-2.6/patches-2.6.22/015-x86_newsetup_fixup.patch
new file mode 100644
index 000000000..fad543574
--- /dev/null
+++ b/target/linux/generic-2.6/patches-2.6.22/015-x86_newsetup_fixup.patch
@@ -0,0 +1,22 @@
+From: Andrew Morton <akpm@linux-foundation.org>
+
+Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
+---
+
+ arch/i386/kernel/cpu/Makefile | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+diff -puN arch/i386/kernel/cpu/Makefile~git-newsetup-fixup arch/i386/kernel/cpu/Makefile
+--- a/arch/i386/kernel/cpu/Makefile~git-newsetup-fixup
++++ a/arch/i386/kernel/cpu/Makefile
+@@ -8,7 +8,7 @@ obj-y += amd.o
+ obj-y += cyrix.o
+ obj-y += centaur.o
+ obj-y += transmeta.o
+-obj-y += intel.o intel_cacheinfo.o
++obj-y += intel.o intel_cacheinfo.o addon_cpuid_features.o
+ obj-y += rise.o
+ obj-y += nexgen.o
+ obj-y += umc.o
+
+_