/* * arch/sh/boards/dreamcast/setup.c * * Hardware support for the Sega Dreamcast. * * Copyright (c) 2001, 2002 M. R. Brown <mrbrown@linuxdc.org> * Copyright (c) 2002, 2003, 2004 Paul Mundt <lethal@linux-sh.org> * * This file is part of the LinuxDC project (www.linuxdc.org) * * Released under the terms of the GNU GPL v2.0. * * This file originally bore the message (with enclosed-$): * Id: setup_dc.c,v 1.5 2001/05/24 05:09:16 mrbrown Exp * SEGA Dreamcast support */ #include <linux/sched.h> #include <linux/kernel.h> #include <linux/param.h> #include <linux/interrupt.h> #include <linux/init.h> #include <linux/irq.h> #include <linux/device.h> #include <asm/io.h> #include <asm/irq.h> #include <asm/rtc.h> #include <asm/machvec.h> #include <mach/sysasic.h>
static void __init dreamcast_setup(char **cmdline_p) { board_time_init = aica_time_init; }Contributors
Person | Tokens | Prop | Commits | CommitProp |
Paul Mundt | 16 | 100.00% | 2 | 100.00% |
Total | 16 | 100.00% | 2 | 100.00% |
Person | Tokens | Prop | Commits | CommitProp |
Paul Mundt | 76 | 93.83% | 8 | 80.00% |
Andrew Morton | 4 | 4.94% | 1 | 10.00% |
Magnus Damm | 1 | 1.23% | 1 | 10.00% |
Total | 81 | 100.00% | 10 | 100.00% |