patch-1.3.93 linux/arch/sparc/prom/mp.c
Next file: linux/arch/sparc/prom/palloc.c
Previous file: linux/arch/sparc/prom/misc.c
Back to the patch index
Back to the overall index
- Lines: 38
- Date:
Sun Apr 21 12:30:32 1996
- Orig file:
v1.3.92/linux/arch/sparc/prom/mp.c
- Orig date:
Sat Nov 25 03:00:08 1995
diff -u --recursive --new-file v1.3.92/linux/arch/sparc/prom/mp.c linux/arch/sparc/prom/mp.c
@@ -1,4 +1,4 @@
-/* $Id: mp.c,v 1.4 1995/11/25 01:00:06 davem Exp $
+/* $Id: mp.c,v 1.5 1996/04/04 16:31:06 tridge Exp $
* mp.c: OpenBoot Prom Multiprocessor support routines. Don't call
* these on a UP or else you will halt and catch fire. ;)
*
@@ -19,6 +19,7 @@
switch(prom_vers) {
case PROM_V0:
case PROM_V2:
+ case PROM_AP1000:
break;
case PROM_V3:
case PROM_P1275:
@@ -38,6 +39,7 @@
switch(prom_vers) {
case PROM_V0:
case PROM_V2:
+ case PROM_AP1000:
break;
case PROM_V3:
case PROM_P1275:
@@ -57,6 +59,7 @@
switch(prom_vers) {
case PROM_V0:
case PROM_V2:
+ case PROM_AP1000:
break;
case PROM_V3:
case PROM_P1275:
@@ -76,6 +79,7 @@
switch(prom_vers) {
case PROM_V0:
case PROM_V2:
+ case PROM_AP1000:
break;
case PROM_V3:
case PROM_P1275:
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen, slshen@lbl.gov
with Sam's (original) version of this