Module Name:    src
Committed By:   jym
Date:           Fri Apr 20 18:28:43 UTC 2012

Modified Files:
        src/sys/arch/x86/include: psl.h

Log Message:
PSL_AC is user-settable.


To generate a diff of this commit:
cvs rdiff -u -r1.6 -r1.7 src/sys/arch/x86/include/psl.h

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/sys/arch/x86/include/psl.h
diff -u src/sys/arch/x86/include/psl.h:1.6 src/sys/arch/x86/include/psl.h:1.7
--- src/sys/arch/x86/include/psl.h:1.6	Thu Sep 18 21:09:18 2008
+++ src/sys/arch/x86/include/psl.h	Fri Apr 20 18:28:43 2012
@@ -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)
 
 

Reply via email to