diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2004-02-02 23:02:43 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2004-02-02 23:02:43 +0000 |
commit | 058c82208679eb9a7451344485ac2080518e396f (patch) | |
tree | 46f76678abc00f1cda2952af7a84cd3c57a4973f /sys/arch/i386/include/psl.h | |
parent | 255d24a12661e1db1e450c63c6b7b00a31f21c44 (diff) |
PSL_XCRYPT is 0x40000000
Diffstat (limited to 'sys/arch/i386/include/psl.h')
-rw-r--r-- | sys/arch/i386/include/psl.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/arch/i386/include/psl.h b/sys/arch/i386/include/psl.h index 2d71d97218b..7fa516a214c 100644 --- a/sys/arch/i386/include/psl.h +++ b/sys/arch/i386/include/psl.h @@ -1,4 +1,4 @@ -/* $OpenBSD: psl.h,v 1.14 2004/02/01 19:05:23 deraadt Exp $ */ +/* $OpenBSD: psl.h,v 1.15 2004/02/02 23:02:42 deraadt Exp $ */ /* $NetBSD: psl.h,v 1.30 1996/05/13 01:28:05 mycroft Exp $ */ /*- @@ -58,7 +58,7 @@ #define PSL_VIF 0x00080000 /* virtual interrupt enable flag */ #define PSL_VIP 0x00100000 /* virtual interrupt pending flag */ #define PSL_ID 0x00200000 /* identification flag */ -#define PSL_XCRYPT 0x20000000 /* VIA xcrypt: operation loaded */ +#define PSL_XCRYPT 0x40000000 /* VIA xcrypt: operation loaded */ #define PSL_MBO 0x00000002 /* must be one bits */ #define PSL_MBZ 0xffc08028 /* must be zero bits */ |