projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
lua: Fixed some cross-platform issues for PPC (and probably other architectures)
[openwrt.git]
/
target
/
linux
/
generic-2.6
/
patches-2.6.22
/
015-x86_newsetup_fixup.patch
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
index
fad5435
..
3576cff
100644
(file)
--- 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
@@
-6,10
+6,9
@@
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
arch/i386/kernel/cpu/Makefile | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
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
+--- a/arch/i386/kernel/cpu/Makefile
++++ b/arch/i386/kernel/cpu/Makefile
+@@ -8,7 +8,7 @@
obj-y += cyrix.o
obj-y += centaur.o
obj-y += transmeta.o
obj-y += cyrix.o
obj-y += centaur.o
obj-y += transmeta.o
@@
-18,5
+17,3
@@
diff -puN arch/i386/kernel/cpu/Makefile~git-newsetup-fixup arch/i386/kernel/cpu/
obj-y += rise.o
obj-y += nexgen.o
obj-y += umc.o
obj-y += rise.o
obj-y += nexgen.o
obj-y += umc.o
-
-_
This page took
0.020817 seconds
and
4
git commands to generate.