aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/adm5120-2.6/patches/140-cmdline_hack.patch
diff options
context:
space:
mode:
authorGabor Juhos <juhosg@openwrt.org>2007-06-30 15:21:35 +0000
committerGabor Juhos <juhosg@openwrt.org>2007-06-30 15:21:35 +0000
commit7f55d0c9a84e1c4bff00e64e60d9daeec456dafa (patch)
tree58f544b110d119cf300da6a9a4bd1502d2cd8e58 /target/linux/adm5120-2.6/patches/140-cmdline_hack.patch
parent9e922402c2d1bddfa6cce8e7534771cfdfade3fe (diff)
downloadupstream-7f55d0c9a84e1c4bff00e64e60d9daeec456dafa.tar.gz
upstream-7f55d0c9a84e1c4bff00e64e60d9daeec456dafa.tar.bz2
upstream-7f55d0c9a84e1c4bff00e64e60d9daeec456dafa.zip
Oops! I've copied r7557 instead of r7757, sorry
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@7799 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/adm5120-2.6/patches/140-cmdline_hack.patch')
-rw-r--r--target/linux/adm5120-2.6/patches/140-cmdline_hack.patch27
1 files changed, 0 insertions, 27 deletions
diff --git a/target/linux/adm5120-2.6/patches/140-cmdline_hack.patch b/target/linux/adm5120-2.6/patches/140-cmdline_hack.patch
deleted file mode 100644
index 23f377c90b..0000000000
--- a/target/linux/adm5120-2.6/patches/140-cmdline_hack.patch
+++ /dev/null
@@ -1,27 +0,0 @@
-diff -ur linux.old/arch/mips/kernel/head.S linux.dev/arch/mips/kernel/head.S
---- linux.old/arch/mips/kernel/head.S 2006-12-06 17:30:27.000000000 +0100
-+++ linux.dev/arch/mips/kernel/head.S 2006-12-06 18:34:43.000000000 +0100
-@@ -129,15 +129,20 @@
- #endif
- .endm
-
--
- j kernel_entry
- nop
--
-+ nop
-+
- /*
- * Reserved space for exception handlers.
- * Necessary for machines which link their kernels at KSEG0.
-+ * Use as temporary storage for the kernel command line, so that it
-+ * can be updated easily without having to relink the kernel.
- */
-- .align 10
-+
-+EXPORT(_image_cmdline)
-+ .ascii "CMDLINE:"
-+ .align 10
-
- EXPORT(stext) # used for profiling
- EXPORT(_stext)