Update of /cvsroot/linux-vax/kernel-2.5/include/asm-vax
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv3835/include/asm-vax
Modified Files:
vaxcpu.h
Log Message:
Define MARIAH_SIDEX_ADDR
Index: vaxcpu.h
===================================================================
RCS file: /cvsroot/linux-vax/kernel-2.5/include/asm-vax/vaxcpu.h,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -d -r1.5 -r1.6
--- vaxcpu.h 26 Feb 2004 11:35:33 -0000 1.5
+++ vaxcpu.h 1 Oct 2004 23:57:18 -0000 1.6
@@ -222,6 +222,11 @@
#define RIGEL_SIDEX_ADDR 0x20040004
/*****************************************************************************/
+/* Definitions for RIGEL family CPUs */
+
+#define MARIAH_SIDEX_ADDR 0x20040004
+
+/*****************************************************************************/
/* stuff for KA4xx series CPU's */
/* offsets into prom-space for useful routines */
|