PERFORCE change 97309 for review

Kip Macy kmacy at FreeBSD.org
Wed May 17 00:04:09 UTC 2006


http://perforce.freebsd.org/chv.cgi?CH=97309

Change 97309 by kmacy at kmacy_storage:sun4v_rwbuf on 2006/05/17 00:03:26

	define PSTATE_INTR_DISABLE for use by assembler

Affected files ...

.. //depot/projects/kmacy_sun4v/src/sys/sun4v/include/pstate.h#3 edit

Differences ...

==== //depot/projects/kmacy_sun4v/src/sys/sun4v/include/pstate.h#3 (text+ko) ====

@@ -47,6 +47,8 @@
 
 
 #define	PSTATE_MM		PSTATE_MM_TSO
+#define PSTATE_MASK             ((1<<10)-1)
+#define PSTATE_INTR_DISABLE     (PSTATE_MASK & ~PSTATE_IE)
 
 #define	PSTATE_NORMAL		(PSTATE_MM | PSTATE_PEF | PSTATE_PRIV)
 #define	PSTATE_KERNEL		(PSTATE_NORMAL | PSTATE_IE)


More information about the p4-projects mailing list