diff options
Diffstat (limited to 'arch/powerpc/kernel/setup-common.c')
-rw-r--r-- | arch/powerpc/kernel/setup-common.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/arch/powerpc/kernel/setup-common.c b/arch/powerpc/kernel/setup-common.c index bc76cc6b419c..79b7612ac6fa 100644 --- a/arch/powerpc/kernel/setup-common.c +++ b/arch/powerpc/kernel/setup-common.c | |||
@@ -76,6 +76,9 @@ EXPORT_SYMBOL(ppc_md); | |||
76 | struct machdep_calls *machine_id; | 76 | struct machdep_calls *machine_id; |
77 | EXPORT_SYMBOL(machine_id); | 77 | EXPORT_SYMBOL(machine_id); |
78 | 78 | ||
79 | int boot_cpuid = -1; | ||
80 | EXPORT_SYMBOL_GPL(boot_cpuid); | ||
81 | |||
79 | unsigned long klimit = (unsigned long) _end; | 82 | unsigned long klimit = (unsigned long) _end; |
80 | 83 | ||
81 | char cmd_line[COMMAND_LINE_SIZE]; | 84 | char cmd_line[COMMAND_LINE_SIZE]; |