summaryrefslogtreecommitdiff
path: root/sys/arch/hppa/include/psl.h
diff options
context:
space:
mode:
Diffstat (limited to 'sys/arch/hppa/include/psl.h')
-rw-r--r--sys/arch/hppa/include/psl.h6
1 files changed, 5 insertions, 1 deletions
diff --git a/sys/arch/hppa/include/psl.h b/sys/arch/hppa/include/psl.h
index 86997685fe7..9f0efa79dfb 100644
--- a/sys/arch/hppa/include/psl.h
+++ b/sys/arch/hppa/include/psl.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: psl.h,v 1.4 1999/09/07 19:05:25 mickey Exp $ */
+/* $OpenBSD: psl.h,v 1.5 1999/09/07 21:22:49 mickey Exp $ */
/*
* Copyright (c) 1999 Michael Shalayeff
@@ -66,6 +66,10 @@
#define PSW_D_POS (30)
#define PSW_I_POS (31)
+#define PSW_BITS "\020\001I\002D\003P\004Q\005R\006F\007G" \
+ "\021M\022V\023C\024B\025X\026N\027L\030H" \
+ "\031T\032S\033E\037Z\040Y"
+
/*
* Processor Status Word Bit Values
*/