Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/arch/x86/include PSL_AC is user-settable.
details: https://anonhg.NetBSD.org/src/rev/9f4b85d684fa
branches: trunk
changeset: 778925:9f4b85d684fa
user: jym <jym%NetBSD.org@localhost>
date: Fri Apr 20 18:28:43 2012 +0000
description:
PSL_AC is user-settable.
diffstat:
sys/arch/x86/include/psl.h | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (18 lines):
diff -r adfdeb3b230c -r 9f4b85d684fa sys/arch/x86/include/psl.h
--- a/sys/arch/x86/include/psl.h Fri Apr 20 17:31:29 2012 +0000
+++ b/sys/arch/x86/include/psl.h Fri Apr 20 18:28:43 2012 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: psl.h,v 1.6 2008/09/18 21:09:18 dsl Exp $ */
+/* $NetBSD: psl.h,v 1.7 2012/04/20 18:28:43 jym Exp $ */
/*-
* Copyright (c) 1990 The Regents of the University of California.
@@ -71,7 +71,7 @@
#define PSL_USERSTATIC (PSL_MBO | PSL_MBZ | PSL_I | PSL_IOPL | PSL_NT | PSL_VM | PSL_VIF | PSL_VIP)
#endif
#define PSL_USER (PSL_C | PSL_PF | PSL_AF | PSL_Z | PSL_N | \
- PSL_T | PSL_V | PSL_D)
+ PSL_T | PSL_V | PSL_D | PSL_AC)
#define PSL_CLEARSIG (PSL_T | PSL_VM | PSL_AC | PSL_D)
Home |
Main Index |
Thread Index |
Old Index