diff options
author | Gabor Juhos <juhosg@openwrt.org> | 2009-04-26 06:16:30 +0000 |
---|---|---|
committer | Gabor Juhos <juhosg@openwrt.org> | 2009-04-26 06:16:30 +0000 |
commit | 10fd86093fde3c28a2ae8685848d928b7dc6819f (patch) | |
tree | 8a7f6ccbd2fb2a88eb079ecbd093a5a5f70f35dd /target/linux/adm5120/patches-2.6.27/140-cmdline_hack.patch | |
parent | 8614f2c7ed794e2f21118577cf64040574adb413 (diff) | |
download | upstream-10fd86093fde3c28a2ae8685848d928b7dc6819f.tar.gz upstream-10fd86093fde3c28a2ae8685848d928b7dc6819f.tar.bz2 upstream-10fd86093fde3c28a2ae8685848d928b7dc6819f.zip |
switch to 2.6.28
SVN-Revision: 15421
Diffstat (limited to 'target/linux/adm5120/patches-2.6.27/140-cmdline_hack.patch')
-rw-r--r-- | target/linux/adm5120/patches-2.6.27/140-cmdline_hack.patch | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/target/linux/adm5120/patches-2.6.27/140-cmdline_hack.patch b/target/linux/adm5120/patches-2.6.27/140-cmdline_hack.patch deleted file mode 100644 index 14172fcaf9..0000000000 --- a/target/linux/adm5120/patches-2.6.27/140-cmdline_hack.patch +++ /dev/null @@ -1,15 +0,0 @@ ---- a/arch/mips/kernel/head.S -+++ b/arch/mips/kernel/head.S -@@ -127,7 +127,12 @@ - /* - * 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. - */ -+ -+EXPORT(_image_cmdline) -+ .ascii "CMDLINE:" - .fill 0x400 - #endif - |