Source-Changes-HG archive

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

[src/netbsd-1-5]: src/sys/arch/sparc64/include pull up 1.13 (approved by thor...



details:   https://anonhg.NetBSD.org/src/rev/9c143c0b1d23
branches:  netbsd-1-5
changeset: 488826:9c143c0b1d23
user:      mrg <mrg%NetBSD.org@localhost>
date:      Mon Jul 31 02:11:01 2000 +0000

description:
pull up 1.13 (approved by thorpej):
>Give 64-bit processes access to a full 64-bit address space (90% of which
>they can't use anyway, but that's another issue.)

diffstat:

 sys/arch/sparc64/include/psl.h |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r a6cab4e17ec5 -r 9c143c0b1d23 sys/arch/sparc64/include/psl.h
--- a/sys/arch/sparc64/include/psl.h    Mon Jul 31 02:10:22 2000 +0000
+++ b/sys/arch/sparc64/include/psl.h    Mon Jul 31 02:11:01 2000 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: psl.h,v 1.11.12.1 2000/07/18 16:23:23 mrg Exp $ */
+/*     $NetBSD: psl.h,v 1.11.12.2 2000/07/31 02:11:01 mrg Exp $ */
 
 /*
  * Copyright (c) 1992, 1993
@@ -153,7 +153,7 @@
 #define PSTATE_KERN    (PSTATE_MM_TSO|PSTATE_PRIV)
 #define PSTATE_INTR    (PSTATE_KERN|PSTATE_IE)
 #define PSTATE_USER32  (PSTATE_MM_TSO|PSTATE_AM|PSTATE_IE)
-#define PSTATE_USER    (PSTATE_MM_RMO|PSTATE_AM|PSTATE_IE)
+#define PSTATE_USER    (PSTATE_MM_RMO|PSTATE_IE)
 #else
 #define PSTATE_PROM    (PSTATE_MM_TSO|PSTATE_PRIV)
 #define PSTATE_NUCLEUS (PSTATE_MM_TSO|PSTATE_AM|PSTATE_PRIV|PSTATE_AG)



Home | Main Index | Thread Index | Old Index