summaryrefslogtreecommitdiffstats
path: root/arch/powerpc/kernel/head_40x.S
diff options
context:
space:
mode:
authorStephen Rothwell2007-09-17 06:41:38 +0200
committerPaul Mackerras2007-09-19 07:25:34 +0200
commit19a8d97d89442e2bda6245b8a3de2c1fec69a7ad (patch)
tree30623e4fef384a89e1698d85e47b709417207f45 /arch/powerpc/kernel/head_40x.S
parent[POWERPC] Fix section mismatch in PCI code (diff)
downloadkernel-qcow2-linux-19a8d97d89442e2bda6245b8a3de2c1fec69a7ad.tar.gz
kernel-qcow2-linux-19a8d97d89442e2bda6245b8a3de2c1fec69a7ad.tar.xz
kernel-qcow2-linux-19a8d97d89442e2bda6245b8a3de2c1fec69a7ad.zip
[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_40x.S')
-rw-r--r--arch/powerpc/kernel/head_40x.S7
1 files changed, 0 insertions, 7 deletions
diff --git a/arch/powerpc/kernel/head_40x.S b/arch/powerpc/kernel/head_40x.S
index 00bdb6d1c724..e312824bdd98 100644
--- a/arch/powerpc/kernel/head_40x.S
+++ b/arch/powerpc/kernel/head_40x.S
@@ -1006,13 +1006,6 @@ critical_stack_top:
.globl exception_stack_top
exception_stack_top:
-/* This space gets a copy of optional info passed to us by the bootstrap
- * which is used to pass parameters into the kernel like root=/dev/sda1, etc.
- */
- .globl cmd_line
-cmd_line:
- .space 512
-
/* Room for two PTE pointers, usually the kernel and current user pointers
* to their respective root page table.
*/