riscpc.c (d4d9781d1dd04ff134e3d43383dfa9991f7c54c6) riscpc.c (1fdb24e969110fafea36d3b393bea438f702c87f)
1/*
2 * linux/arch/arm/mach-rpc/riscpc.c
3 *
4 * Copyright (C) 1998-2001 Russell King
5 *
6 * This program is free software; you can redistribute it and/or modify
7 * it under the terms of the GNU General Public License version 2 as
8 * published by the Free Software Foundation.

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

213}
214
215arch_initcall(rpc_init);
216
217extern struct sys_timer ioc_timer;
218
219MACHINE_START(RISCPC, "Acorn-RiscPC")
220 /* Maintainer: Russell King */
1/*
2 * linux/arch/arm/mach-rpc/riscpc.c
3 *
4 * Copyright (C) 1998-2001 Russell King
5 *
6 * This program is free software; you can redistribute it and/or modify
7 * it under the terms of the GNU General Public License version 2 as
8 * published by the Free Software Foundation.

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

213}
214
215arch_initcall(rpc_init);
216
217extern struct sys_timer ioc_timer;
218
219MACHINE_START(RISCPC, "Acorn-RiscPC")
220 /* Maintainer: Russell King */
221 .boot_params = 0x10000100,
221 .atag_offset = 0x100,
222 .reserve_lp0 = 1,
223 .reserve_lp1 = 1,
224 .map_io = rpc_map_io,
225 .init_irq = rpc_init_irq,
226 .timer = &ioc_timer,
227MACHINE_END
222 .reserve_lp0 = 1,
223 .reserve_lp1 = 1,
224 .map_io = rpc_map_io,
225 .init_irq = rpc_init_irq,
226 .timer = &ioc_timer,
227MACHINE_END