|
@@ -216,7 +216,9 @@ static void __init m68k_parse_bootinfo(const struct bi_record *record)
|
|
|
|
|
|
void __init setup_arch(char **cmdline_p)
|
|
void __init setup_arch(char **cmdline_p)
|
|
{
|
|
{
|
|
|
|
+#ifndef CONFIG_SUN3
|
|
int i;
|
|
int i;
|
|
|
|
+#endif
|
|
|
|
|
|
/* The bootinfo is located right after the kernel bss */
|
|
/* The bootinfo is located right after the kernel bss */
|
|
m68k_parse_bootinfo((const struct bi_record *)_end);
|
|
m68k_parse_bootinfo((const struct bi_record *)_end);
|