Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/arch/ofppc/include Use SR 11 as USER_SR. (12 is used as ...



details:   https://anonhg.NetBSD.org/src/rev/67eed373066b
branches:  trunk
changeset: 533701:67eed373066b
user:      matt <matt%NetBSD.org@localhost>
date:      Sun Jul 07 19:32:49 2002 +0000

description:
Use SR 11 as USER_SR. (12 is used as an I/O BAT).

diffstat:

 sys/arch/ofppc/include/vmparam.h |  3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diffs (17 lines):

diff -r ea9a68accb85 -r 67eed373066b sys/arch/ofppc/include/vmparam.h
--- a/sys/arch/ofppc/include/vmparam.h  Sun Jul 07 19:29:18 2002 +0000
+++ b/sys/arch/ofppc/include/vmparam.h  Sun Jul 07 19:32:49 2002 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: vmparam.h,v 1.17 2002/03/09 23:35:58 chs Exp $ */
+/*     $NetBSD: vmparam.h,v 1.18 2002/07/07 19:32:49 matt Exp $        */
 
 /*-
  * Copyright (C) 1995, 1996 Wolfgang Solfrank.
@@ -32,6 +32,7 @@
  */
 
 #ifndef OLDPMAP
+#define USER_SR                11
 #include <powerpc/mpc6xx/vmparam.h>
 #define _MACHINE_VMPARAM_H_
 #endif



Home | Main Index | Thread Index | Old Index