summaryrefslogtreecommitdiffstats
path: root/include/asm-sparc/contregs.h
diff options
context:
space:
mode:
authorRalf Baechle <ralf@linux-mips.org>1998-05-07 02:55:41 +0000
committerRalf Baechle <ralf@linux-mips.org>1998-05-07 02:55:41 +0000
commitdcec8a13bf565e47942a1751a9cec21bec5648fe (patch)
tree548b69625b18cc2e88c3e68d0923be546c9ebb03 /include/asm-sparc/contregs.h
parent2e0f55e79c49509b7ff70ff1a10e1e9e90a3dfd4 (diff)
o Merge with Linux 2.1.99.
o Fix ancient bug in the ELF loader making ldd crash. o Fix ancient bug in the keyboard code for SGI, SNI and Jazz.
Diffstat (limited to 'include/asm-sparc/contregs.h')
-rw-r--r--include/asm-sparc/contregs.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/asm-sparc/contregs.h b/include/asm-sparc/contregs.h
index adf4718a2..1657f7d0b 100644
--- a/include/asm-sparc/contregs.h
+++ b/include/asm-sparc/contregs.h
@@ -1,4 +1,4 @@
-/* $Id: contregs.h,v 1.6 1995/11/25 02:31:27 davem Exp $ */
+/* $Id: contregs.h,v 1.7 1998/01/30 10:59:48 jj Exp $ */
#ifndef _SPARC_CONTREGS_H
#define _SPARC_CONTREGS_H
@@ -14,7 +14,7 @@
#define AC_CONTEXT 0x30000000 /* 4c current mmu-context */
#define AC_SENABLE 0x40000000 /* 4c system dvma/cache/reset enable reg */
#define AC_UDVMA_ENB 0x50000000 /* 4 Not used on Sun boards, byte */
-#define AC_BUS_ERROR 0x60000000 /* 4 Cleared on read, byte. */
+#define AC_BUS_ERROR 0x60000000 /* 4 Not cleared on read, byte. */
#define AC_SYNC_ERR 0x60000000 /* c fault type */
#define AC_SYNC_VA 0x60000004 /* c fault virtual address */
#define AC_ASYNC_ERR 0x60000008 /* c asynchronous fault type */