diff options
author | Sam Ravnborg <sam@ravnborg.org> | 2011-04-21 15:45:45 -0700 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2011-04-21 15:45:45 -0700 |
commit | cb1b8209815594613650772eeb889c170107dad4 (patch) | |
tree | 9a3530e404083464992c7969cec7fcab6c972e48 /arch/sparc/kernel/kernel.h | |
parent | 5eb1f4fc167f5adc5f15e722e25eff6713fb3406 (diff) | |
download | blackbird-op-linux-cb1b8209815594613650772eeb889c170107dad4.tar.gz blackbird-op-linux-cb1b8209815594613650772eeb889c170107dad4.zip |
sparc: consolidate show_cpuinfo in cpu.c
We have all the cpu related info in cpu.c - so move
the remaining functions to support /proc/cpuinfo to this file.
Signed-off-by: Sam Ravnborg <sam@ravnborg.org>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'arch/sparc/kernel/kernel.h')
-rw-r--r-- | arch/sparc/kernel/kernel.h | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/arch/sparc/kernel/kernel.h b/arch/sparc/kernel/kernel.h index 487d67a4e7f6..6f6544cfa0ef 100644 --- a/arch/sparc/kernel/kernel.h +++ b/arch/sparc/kernel/kernel.h @@ -6,11 +6,9 @@ #include <asm/traps.h> /* cpu.c */ -extern const char *sparc_cpu_type; extern const char *sparc_pmu_type; -extern const char *sparc_fpu_type; - extern unsigned int fsr_storage; +extern int ncpus_probed; #ifdef CONFIG_SPARC32 /* cpu.c */ |