GUI: Fix Tomato RAF theme for all builds. Compilation typo.
[tomato.git] / release / src-rt-6.x.4708 / linux / linux-2.6.36 / arch / mips / mti-sead3 / sead3-setup.c
blob1ddd4c3230323d5d5c2b1d89366c7691d3fd1589
1 /*
2 * Carsten Langgaard, carstenl@mips.com
3 * Copyright (C) 2000 MIPS Technologies, Inc. All rights reserved.
4 * Copyright (C) 2008 Dmitri Vorobiev
6 * This program is free software; you can distribute it and/or modify it
7 * under the terms of the GNU General Public License (Version 2) as
8 * published by the Free Software Foundation.
10 * This program is distributed in the hope it will be useful, but WITHOUT
11 * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
12 * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License
13 * for more details.
15 * You should have received a copy of the GNU General Public License along
16 * with this program; if not, write to the Free Software Foundation, Inc.,
17 * 59 Temple Place - Suite 330, Boston MA 02111-1307, USA.
19 #include <linux/cpu.h>
20 #include <linux/init.h>
21 #include <linux/sched.h>
22 #include <linux/ioport.h>
23 #include <linux/irq.h>
24 #include <linux/pci.h>
25 #include <linux/screen_info.h>
26 #include <linux/time.h>
28 #include <asm/bootinfo.h>
29 #include <asm/mips-boards/generic.h>
30 #include <asm/mips-boards/prom.h>
31 #include <asm/traps.h>
33 int coherentio; /* init to 0 => no DMA cache coherency (may be set by user) */
34 int hw_coherentio; /* init to 0 => no HW DMA cache coherency (reflects real HW) */
36 const char *get_system_type(void)
38 return "MIPS SEAD3";
41 #if defined(CONFIG_MIPS_MT_SMTC)
42 const char display_string[] = " SMTC LINUX ON SEAD3 ";
43 #else
44 const char display_string[] = " LINUX ON SEAD3 ";
45 #endif /* CONFIG_MIPS_MT_SMTC */
47 void __init plat_mem_setup(void)