aboutsummaryrefslogtreecommitdiffstats
path: root/arch/powerpc/kernel/setup-common.c
diff options
context:
space:
mode:
authorStephen Rothwell <sfr@canb.auug.org.au>2007-09-17 14:41:38 +1000
committerPaul Mackerras <paulus@samba.org>2007-09-19 15:25:34 +1000
commit19a8d97d89442e2bda6245b8a3de2c1fec69a7ad (patch)
tree30623e4fef384a89e1698d85e47b709417207f45 /arch/powerpc/kernel/setup-common.c
parent[POWERPC] Fix section mismatch in PCI code (diff)
downloadlinux-dev-19a8d97d89442e2bda6245b8a3de2c1fec69a7ad.tar.xz
linux-dev-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 '')
-rw-r--r--arch/powerpc/kernel/setup-common.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/powerpc/kernel/setup-common.c b/arch/powerpc/kernel/setup-common.c
index 50ef38cffdbf..36c90ba2d312 100644
--- a/arch/powerpc/kernel/setup-common.c
+++ b/arch/powerpc/kernel/setup-common.c
@@ -76,6 +76,8 @@ EXPORT_SYMBOL(machine_id);
unsigned long klimit = (unsigned long) _end;
+char cmd_line[COMMAND_LINE_SIZE];
+
/*
* This still seems to be needed... -- paulus
*/