diff options
author | Stephen Rothwell <sfr@canb.auug.org.au> | 2007-09-17 00:41:38 -0400 |
---|---|---|
committer | Paul Mackerras <paulus@samba.org> | 2007-09-19 01:25:34 -0400 |
commit | 19a8d97d89442e2bda6245b8a3de2c1fec69a7ad (patch) | |
tree | 30623e4fef384a89e1698d85e47b709417207f45 /arch/powerpc/kernel/head_64.S | |
parent | 7b2c3c5b1d6dd77d7bb5a7d57ab7280e051c59bc (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_64.S')
-rw-r--r-- | arch/powerpc/kernel/head_64.S | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/arch/powerpc/kernel/head_64.S b/arch/powerpc/kernel/head_64.S index cec59089e48c..f4ae82e9c92d 100644 --- a/arch/powerpc/kernel/head_64.S +++ b/arch/powerpc/kernel/head_64.S | |||
@@ -1540,11 +1540,3 @@ empty_zero_page: | |||
1540 | .globl swapper_pg_dir | 1540 | .globl swapper_pg_dir |
1541 | swapper_pg_dir: | 1541 | swapper_pg_dir: |
1542 | .space PAGE_SIZE | 1542 | .space PAGE_SIZE |
1543 | |||
1544 | /* | ||
1545 | * This space gets a copy of optional info passed to us by the bootstrap | ||
1546 | * Used to pass parameters into the kernel like root=/dev/sda1, etc. | ||
1547 | */ | ||
1548 | .globl cmd_line | ||
1549 | cmd_line: | ||
1550 | .space COMMAND_LINE_SIZE | ||