diff options
author | Kyle McMartin <kyle@parisc-linux.org> | 2007-01-15 12:29:25 -0500 |
---|---|---|
committer | Kyle McMartin <kyle@athena.road.mcmartin.ca> | 2007-02-17 01:11:41 -0500 |
commit | 430a502abec76fd2fd9fd1df7506ccf911a6d6d2 (patch) | |
tree | f7ef175858a97587e22c5e9c6461e18d1253a166 /arch/parisc/kernel/processor.c | |
parent | 5492a0f001bdf5435318edb0a68eab5f16995bff (diff) |
[PARISC] kill ENTRY_SYS_CPUS
it's unlikely iCOD will ever happen on parisc-linux now... ;-)
Signed-off-by: Kyle McMartin <kyle@parisc-linux.org>
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", |