aboutsummaryrefslogtreecommitdiffstats
path: root/arch/powerpc/kernel/head_8xx.S
diff options
context:
space:
mode:
authorStephen Rothwell <sfr@canb.auug.org.au>2007-09-17 00:41:38 -0400
committerPaul Mackerras <paulus@samba.org>2007-09-19 01:25:34 -0400
commit19a8d97d89442e2bda6245b8a3de2c1fec69a7ad (patch)
tree30623e4fef384a89e1698d85e47b709417207f45 /arch/powerpc/kernel/head_8xx.S
parent7b2c3c5b1d6dd77d7bb5a7d57ab7280e051c59bc (diff)
[POWERPC] Remove cmd_line from head*.S
It is just a C char array, so declare it thusly. Signed-off-by: Stephen Rothwell <sfr@canb.auug.org.au> Signed-off-by: Paul Mackerras <paulus@samba.org>
Diffstat (limited to 'arch/powerpc/kernel/head_8xx.S')
-rw-r--r--arch/powerpc/kernel/head_8xx.S8
1 files changed, 0 insertions, 8 deletions
diff --git a/arch/powerpc/kernel/head_8xx.S b/arch/powerpc/kernel/head_8xx.S
index a6ecdd643167..96cea8e753c4 100644
--- a/arch/powerpc/kernel/head_8xx.S
+++ b/arch/powerpc/kernel/head_8xx.S
@@ -832,14 +832,6 @@ empty_zero_page:
832swapper_pg_dir: 832swapper_pg_dir:
833 .space 4096 833 .space 4096
834 834
835/*
836 * This space gets a copy of optional info passed to us by the bootstrap
837 * Used to pass parameters into the kernel like root=/dev/sda1, etc.
838 */
839 .globl cmd_line
840cmd_line:
841 .space 512
842
843/* Room for two PTE table poiners, usually the kernel and current user 835/* Room for two PTE table poiners, usually the kernel and current user
844 * pointer to their respective root page table (pgdir). 836 * pointer to their respective root page table (pgdir).
845 */ 837 */