diff options
Diffstat (limited to 'arch/mips/sibyte/sb1250/setup.c')
-rw-r--r-- | arch/mips/sibyte/sb1250/setup.c | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/arch/mips/sibyte/sb1250/setup.c b/arch/mips/sibyte/sb1250/setup.c index 92da3155ce07..a14bd4cb0bc0 100644 --- a/arch/mips/sibyte/sb1250/setup.c +++ b/arch/mips/sibyte/sb1250/setup.c | |||
@@ -203,8 +203,8 @@ void __init sb1250_setup(void) | |||
203 | case K_SYS_REVISION_BCM1250_PASS1: | 203 | case K_SYS_REVISION_BCM1250_PASS1: |
204 | #ifndef CONFIG_SB1_PASS_1_WORKAROUNDS | 204 | #ifndef CONFIG_SB1_PASS_1_WORKAROUNDS |
205 | printk("@@@@ This is a BCM1250 A0-A2 (Pass 1) board, " | 205 | printk("@@@@ This is a BCM1250 A0-A2 (Pass 1) board, " |
206 | "and the kernel doesn't have the proper " | 206 | "and the kernel doesn't have the proper " |
207 | "workarounds compiled in. @@@@\n"); | 207 | "workarounds compiled in. @@@@\n"); |
208 | bad_config = 1; | 208 | bad_config = 1; |
209 | #endif | 209 | #endif |
210 | break; | 210 | break; |
@@ -213,28 +213,28 @@ void __init sb1250_setup(void) | |||
213 | #if !defined(CONFIG_SB1_PASS_2_WORKAROUNDS) || \ | 213 | #if !defined(CONFIG_SB1_PASS_2_WORKAROUNDS) || \ |
214 | !defined(CONFIG_SB1_PASS_2_1_WORKAROUNDS) | 214 | !defined(CONFIG_SB1_PASS_2_1_WORKAROUNDS) |
215 | printk("@@@@ This is a BCM1250 A3-A10 board, and the " | 215 | printk("@@@@ This is a BCM1250 A3-A10 board, and the " |
216 | "kernel doesn't have the proper workarounds " | 216 | "kernel doesn't have the proper workarounds " |
217 | "compiled in. @@@@\n"); | 217 | "compiled in. @@@@\n"); |
218 | bad_config = 1; | 218 | bad_config = 1; |
219 | #endif | 219 | #endif |
220 | #ifdef CONFIG_CPU_HAS_PREFETCH | 220 | #ifdef CONFIG_CPU_HAS_PREFETCH |
221 | printk("@@@@ Prefetches may be enabled in this kernel, " | 221 | printk("@@@@ Prefetches may be enabled in this kernel, " |
222 | "but are buggy on this board. @@@@\n"); | 222 | "but are buggy on this board. @@@@\n"); |
223 | bad_config = 1; | 223 | bad_config = 1; |
224 | #endif | 224 | #endif |
225 | break; | 225 | break; |
226 | case K_SYS_REVISION_BCM1250_PASS2_2: | 226 | case K_SYS_REVISION_BCM1250_PASS2_2: |
227 | #ifndef CONFIG_SB1_PASS_2_WORKAROUNDS | 227 | #ifndef CONFIG_SB1_PASS_2_WORKAROUNDS |
228 | printk("@@@@ This is a BCM1250 B1/B2. board, and the " | 228 | printk("@@@@ This is a BCM1250 B1/B2. board, and the " |
229 | "kernel doesn't have the proper workarounds " | 229 | "kernel doesn't have the proper workarounds " |
230 | "compiled in. @@@@\n"); | 230 | "compiled in. @@@@\n"); |
231 | bad_config = 1; | 231 | bad_config = 1; |
232 | #endif | 232 | #endif |
233 | #if defined(CONFIG_SB1_PASS_2_1_WORKAROUNDS) || \ | 233 | #if defined(CONFIG_SB1_PASS_2_1_WORKAROUNDS) || \ |
234 | !defined(CONFIG_CPU_HAS_PREFETCH) | 234 | !defined(CONFIG_CPU_HAS_PREFETCH) |
235 | printk("@@@@ This is a BCM1250 B1/B2, but the kernel is " | 235 | printk("@@@@ This is a BCM1250 B1/B2, but the kernel is " |
236 | "conservatively configured for an 'A' stepping. " | 236 | "conservatively configured for an 'A' stepping. " |
237 | "@@@@\n"); | 237 | "@@@@\n"); |
238 | #endif | 238 | #endif |
239 | break; | 239 | break; |
240 | default: | 240 | default: |