1 Index: linux-2.6.23/arch/mips/kernel/head.S
2 ===================================================================
3 --- linux-2.6.23.orig/arch/mips/kernel/head.S
4 +++ linux-2.6.23/arch/mips/kernel/head.S
7 * Reserved space for exception handlers.
8 * Necessary for machines which link their kernels at KSEG0.
9 + * Use as temporary storage for the kernel command line, so that it
10 + * can be updated easily without having to relink the kernel.
13 +EXPORT(_image_cmdline)