setup_mm.c (6288cf1e768ae73db5ddaaae54d85245cc1c2b56) setup_mm.c (b2cb92417d301f46801695243df5061a9bd31dd5)
1/*
2 * linux/arch/m68k/kernel/setup.c
3 *
4 * Copyright (C) 1995 Hamish Macdonald
5 */
6
7/*
8 * This file handles the architecture-dependent parts of system setup

--- 202 unchanged lines hidden (view full) ---

211 (m68k_num_memory - 1));
212 m68k_num_memory = 1;
213 }
214#endif
215}
216
217void __init setup_arch(char **cmdline_p)
218{
1/*
2 * linux/arch/m68k/kernel/setup.c
3 *
4 * Copyright (C) 1995 Hamish Macdonald
5 */
6
7/*
8 * This file handles the architecture-dependent parts of system setup

--- 202 unchanged lines hidden (view full) ---

211 (m68k_num_memory - 1));
212 m68k_num_memory = 1;
213 }
214#endif
215}
216
217void __init setup_arch(char **cmdline_p)
218{
219#ifndef CONFIG_SUN3
219 int i;
220 int i;
221#endif
220
221 /* The bootinfo is located right after the kernel bss */
222 m68k_parse_bootinfo((const struct bi_record *)_end);
223
224 if (CPU_IS_040)
225 m68k_is040or060 = 4;
226 else if (CPU_IS_060)
227 m68k_is040or060 = 6;

--- 306 unchanged lines hidden ---
222
223 /* The bootinfo is located right after the kernel bss */
224 m68k_parse_bootinfo((const struct bi_record *)_end);
225
226 if (CPU_IS_040)
227 m68k_is040or060 = 4;
228 else if (CPU_IS_060)
229 m68k_is040or060 = 6;

--- 306 unchanged lines hidden ---