29a4e19665fc152a51afe3d86c55ec789b55f02c
[openwrt/staging/florian.git] / target / linux / rb532 / patches-2.6.24 / 140-cmdline_hack.patch
1 --- a/arch/mips/kernel/head.S
2 +++ b/arch/mips/kernel/head.S
3 @@ -122,6 +122,10 @@
4
5 j kernel_entry
6 nop
7 +
8 +EXPORT(_image_cmdline)
9 + .ascii "CMDLINE:"
10 +
11 #ifndef CONFIG_NO_EXCEPT_FILL
12 /*
13 * Reserved space for exception handlers.