add initial 2.6.28 support for brcm47xx target
[openwrt.git] / target / linux / rb532 / patches-2.6.24 / 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.
This page took 0.046798 seconds and 5 git commands to generate.