1e01e953e5c72860ab204ec684a161c82026cc36
[openwrt/openwrt.git] / target / linux / rb532 / patches-2.6.23 / 140-cmdline_hack.patch
1 Index: linux-2.6.23.17/arch/mips/kernel/head.S
2 ===================================================================
3 --- linux-2.6.23.17.orig/arch/mips/kernel/head.S
4 +++ linux-2.6.23.17/arch/mips/kernel/head.S
5 @@ -132,6 +132,10 @@
6
7 j kernel_entry
8 nop
9 +
10 +EXPORT(_image_cmdline)
11 + .ascii "CMDLINE:"
12 +
13 #ifndef CONFIG_NO_EXCEPT_FILL
14 /*
15 * Reserved space for exception handlers.