diff options
Diffstat (limited to 'arch/mips/mti-sead3/sead3-setup.c')
-rw-r--r-- | arch/mips/mti-sead3/sead3-setup.c | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/arch/mips/mti-sead3/sead3-setup.c b/arch/mips/mti-sead3/sead3-setup.c new file mode 100644 index 000000000000..8ad46ad31b49 --- /dev/null +++ b/arch/mips/mti-sead3/sead3-setup.c | |||
@@ -0,0 +1,20 @@ | |||
1 | /* | ||
2 | * This file is subject to the terms and conditions of the GNU General Public | ||
3 | * License. See the file "COPYING" in the main directory of this archive | ||
4 | * for more details. | ||
5 | * | ||
6 | * Copyright (C) 2012 MIPS Technologies, Inc. All rights reserved. | ||
7 | */ | ||
8 | #include <linux/init.h> | ||
9 | |||
10 | int coherentio; /* 0 => no DMA cache coherency (may be set by user) */ | ||
11 | int hw_coherentio; /* 0 => no HW DMA cache coherency (reflects real HW) */ | ||
12 | |||
13 | const char *get_system_type(void) | ||
14 | { | ||
15 | return "MIPS SEAD3"; | ||
16 | } | ||
17 | |||
18 | void __init plat_mem_setup(void) | ||
19 | { | ||
20 | } | ||