1 Index: linux-2.6.22.1/arch/mips/kernel/head.S
2 ===================================================================
3 --- linux-2.6.22.1.orig/arch/mips/kernel/head.S
4 +++ linux-2.6.22.1/arch/mips/kernel/head.S
16 * Reserved space for exception handlers.
17 * Necessary for machines which link their kernels at KSEG0.
18 + * Use as temporary storage for the kernel command line, so that it
19 + * can be updated easily without having to relink the kernel.
22 +EXPORT(_image_cmdline)
26 EXPORT(stext) # used for profiling