diff options
Diffstat (limited to 'arch/parisc/kernel/processor.c')
-rw-r--r-- | arch/parisc/kernel/processor.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/arch/parisc/kernel/processor.c b/arch/parisc/kernel/processor.c index 0af1fad2fc65..b20894a01d56 100644 --- a/arch/parisc/kernel/processor.c +++ b/arch/parisc/kernel/processor.c | |||
@@ -337,9 +337,6 @@ show_cpuinfo (struct seq_file *m, void *v) | |||
337 | #ifdef CONFIG_SMP | 337 | #ifdef CONFIG_SMP |
338 | if (0 == cpu_data[n].hpa) | 338 | if (0 == cpu_data[n].hpa) |
339 | continue; | 339 | continue; |
340 | #ifdef ENTRY_SYS_CPUS | ||
341 | #error iCOD support wants to show CPU state here | ||
342 | #endif | ||
343 | #endif | 340 | #endif |
344 | seq_printf(m, "processor\t: %d\n" | 341 | seq_printf(m, "processor\t: %d\n" |
345 | "cpu family\t: PA-RISC %s\n", | 342 | "cpu family\t: PA-RISC %s\n", |