devices.c (6b5f02f31b5eab6e92060a7396d2773b074e3288) devices.c (a3ee8faa1b1bd02aaffe6dd0fd13d665234530f3)
1/* devices.c: Initial scan of the prom device tree for important
2 * Sparc device nodes which we need to find.
3 *
4 * This is based on the sparc64 version, but sun4m doesn't always use
5 * the hardware MIDs, so be careful.
6 *
7 * Copyright (C) 1996 David S. Miller (davem@caip.rutgers.edu)
8 */

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

127 prom_halt();
128 }
129 cpu_data(0).clock_tick = prom_getintdefault(cpu_node,
130 "clock-frequency",
131 0);
132 }
133#endif /* !CONFIG_SMP */
134
1/* devices.c: Initial scan of the prom device tree for important
2 * Sparc device nodes which we need to find.
3 *
4 * This is based on the sparc64 version, but sun4m doesn't always use
5 * the hardware MIDs, so be careful.
6 *
7 * Copyright (C) 1996 David S. Miller (davem@caip.rutgers.edu)
8 */

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

127 prom_halt();
128 }
129 cpu_data(0).clock_tick = prom_getintdefault(cpu_node,
130 "clock-frequency",
131 0);
132 }
133#endif /* !CONFIG_SMP */
134
135 {
136 extern void auxio_probe(void);
137 extern void auxio_power_probe(void);
138 auxio_probe();
139 auxio_power_probe();
140 }
135 auxio_probe();
136 auxio_power_probe();
141 clock_stop_probe();
142}
137 clock_stop_probe();
138}