diff options
Diffstat (limited to 'arch/mips/kernel/spram.c')
-rw-r--r-- | arch/mips/kernel/spram.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/arch/mips/kernel/spram.c b/arch/mips/kernel/spram.c index 93f86817f20a..b242e2c10ea0 100644 --- a/arch/mips/kernel/spram.c +++ b/arch/mips/kernel/spram.c | |||
@@ -8,7 +8,6 @@ | |||
8 | * | 8 | * |
9 | * Copyright (C) 2007, 2008 MIPS Technologies, Inc. | 9 | * Copyright (C) 2007, 2008 MIPS Technologies, Inc. |
10 | */ | 10 | */ |
11 | #include <linux/init.h> | ||
12 | #include <linux/kernel.h> | 11 | #include <linux/kernel.h> |
13 | #include <linux/ptrace.h> | 12 | #include <linux/ptrace.h> |
14 | #include <linux/stddef.h> | 13 | #include <linux/stddef.h> |
@@ -206,6 +205,8 @@ void spram_config(void) | |||
206 | case CPU_34K: | 205 | case CPU_34K: |
207 | case CPU_74K: | 206 | case CPU_74K: |
208 | case CPU_1004K: | 207 | case CPU_1004K: |
208 | case CPU_INTERAPTIV: | ||
209 | case CPU_PROAPTIV: | ||
209 | config0 = read_c0_config(); | 210 | config0 = read_c0_config(); |
210 | /* FIXME: addresses are Malta specific */ | 211 | /* FIXME: addresses are Malta specific */ |
211 | if (config0 & (1<<24)) { | 212 | if (config0 & (1<<24)) { |