patch-2.1.16 linux/arch/sparc/kernel/cpu.c
Next file: linux/arch/sparc/kernel/devices.c
Previous file: linux/arch/sparc/kernel/auxio.c
Back to the patch index
Back to the overall index
- Lines: 52
- Date:
Fri Dec 13 11:37:30 1996
- Orig file:
v2.1.15/linux/arch/sparc/kernel/cpu.c
- Orig date:
Tue Nov 12 15:56:02 1996
diff -u --recursive --new-file v2.1.15/linux/arch/sparc/kernel/cpu.c linux/arch/sparc/kernel/cpu.c
@@ -5,7 +5,7 @@
*/
#include <linux/kernel.h>
-
+#include <linux/init.h>
#include <asm/oplib.h>
#include <asm/page.h>
#include <asm/head.h>
@@ -66,7 +66,7 @@
{ 5, 5, "reserved"},
{ 5, 6, "reserved"},
{ 5, 7, "No FPU"},
- { 9, 3, "Weitek on-chip FPU"},
+ { 9, 3, "Fujitsu or Weitek on-chip FPU"},
};
#define NSPARCFPU (sizeof(linux_sparc_fpu)/sizeof(struct cpu_fp_info))
@@ -84,7 +84,7 @@
{ 1, 3, "Cypress/ROSS CY7C611"},
/* Ross Technologies HyperSparc */
{ 1, 0xf, "ROSS HyperSparc RT620"},
- { 1, 0xe, "ROSS HyperSparc RT625"},
+ { 1, 0xe, "ROSS HyperSparc RT625 or RT626"},
/* ECL Implementation, CRAY S-MP Supercomputer... AIEEE! */
/* Someone please write the code to support this beast! ;) */
{ 2, 0, "Bipolar Integrated Technology - B5010"},
@@ -101,10 +101,10 @@
{ 7, 0, "Harvest VLSI Design Center, Inc. - unknown"},
/* Gallium arsenide 200MHz, BOOOOGOOOOMIPS!!! */
{ 8, 0, "Systems and Processes Engineering Corporation (SPEC)"},
- { 9, 0, "Weitek Power-UP"},
- { 9, 1, "Weitek Power-UP"},
- { 9, 2, "Weitek Power-UP"},
- { 9, 3, "Weitek Power-UP"},
+ { 9, 0, "Fujitsu or Weitek Power-UP"},
+ { 9, 1, "Fujitsu or Weitek Power-UP"},
+ { 9, 2, "Fujitsu or Weitek Power-UP"},
+ { 9, 3, "Fujitsu or Weitek Power-UP"},
{ 0xa, 0, "UNKNOWN CPU-VENDOR/TYPE"},
{ 0xb, 0, "UNKNOWN CPU-VENDOR/TYPE"},
{ 0xc, 0, "UNKNOWN CPU-VENDOR/TYPE"},
@@ -120,8 +120,7 @@
unsigned int fsr_storage;
-void
-cpu_probe(void)
+__initfunc(void cpu_probe(void))
{
int psr_impl, psr_vers, fpu_vers;
int i, cpuid;
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen, slshen@lbl.gov