diff options
author | Owain Ainsworth <oga@cvs.openbsd.org> | 2010-04-29 17:00:49 +0000 |
---|---|---|
committer | Owain Ainsworth <oga@cvs.openbsd.org> | 2010-04-29 17:00:49 +0000 |
commit | 6870c63a46c7d82f40766e908e8511bc2ef0f600 (patch) | |
tree | 57c832ccf648f580d9591e284f6e65474a26146c /sys/arch/i386 | |
parent | 203f10a016e167f4a00ec1a883f796e78bc33ecd (diff) |
Add the CR_PAT MSR to the list of defined msrs.
"Absolutely, don't forget i386" kettenis@.
Diffstat (limited to 'sys/arch/i386')
-rw-r--r-- | sys/arch/i386/include/specialreg.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/arch/i386/include/specialreg.h b/sys/arch/i386/include/specialreg.h index 2d116f57310..3931c04ca34 100644 --- a/sys/arch/i386/include/specialreg.h +++ b/sys/arch/i386/include/specialreg.h @@ -1,4 +1,4 @@ -/* $OpenBSD: specialreg.h,v 1.38 2010/03/21 23:00:57 jsg Exp $ */ +/* $OpenBSD: specialreg.h,v 1.39 2010/04/29 17:00:48 oga Exp $ */ /* $NetBSD: specialreg.h,v 1.7 1994/10/27 04:16:26 cgd Exp $ */ /*- @@ -236,6 +236,7 @@ #define MSR_MTRRfix4K_E8000 0x26d #define MSR_MTRRfix4K_F0000 0x26e #define MSR_MTRRfix4K_F8000 0x26f +#define MSR_CR_PAT 0x277 #define MSR_MTRRdefType 0x2ff #define MSR_MC0_CTL 0x400 #define MSR_MC0_STATUS 0x401 |