patch-2.3.99-pre7 linux/arch/ppc/xmon/privinst.h
Next file: linux/arch/ppc/xmon/start.c
Previous file: linux/arch/ppc/xmon/Makefile
Back to the patch index
Back to the overall index
- Lines: 30
- Date:
Wed May 3 01:47:57 2000
- Orig file:
v2.3.99-pre6/linux/arch/ppc/xmon/privinst.h
- Orig date:
Tue Dec 7 09:32:42 1999
diff -u --recursive --new-file v2.3.99-pre6/linux/arch/ppc/xmon/privinst.h linux/arch/ppc/xmon/privinst.h
@@ -1,6 +1,7 @@
/*
* Copyright (C) 1996 Paul Mackerras.
*/
+#include <linux/config.h>
#define GETREG(reg) \
static inline int get_ ## reg (void) \
@@ -38,6 +39,7 @@
GSETSPR(275, sprg3)
GSETSPR(282, ear)
GSETSPR(287, pvr)
+#ifndef CONFIG_8xx
GSETSPR(528, bat0u)
GSETSPR(529, bat0l)
GSETSPR(530, bat1u)
@@ -51,6 +53,13 @@
GSETSPR(1010, iabr)
GSETSPR(1013, dabr)
GSETSPR(1023, pir)
+#else
+GSETSPR(144, cmpa)
+GSETSPR(145, cmpb)
+GSETSPR(146, cmpc)
+GSETSPR(147, cmpd)
+GSETSPR(158, ictrl)
+#endif
static inline int get_sr(int n)
{
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)