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/amd64 | |
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/amd64')
-rw-r--r-- | sys/arch/amd64/include/specialreg.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/arch/amd64/include/specialreg.h b/sys/arch/amd64/include/specialreg.h index cbbc8cc0bae..72c2db4e37e 100644 --- a/sys/arch/amd64/include/specialreg.h +++ b/sys/arch/amd64/include/specialreg.h @@ -1,4 +1,4 @@ -/* $OpenBSD: specialreg.h,v 1.18 2010/03/21 23:00:57 jsg Exp $ */ +/* $OpenBSD: specialreg.h,v 1.19 2010/04/29 17:00:48 oga Exp $ */ /* $NetBSD: specialreg.h,v 1.1 2003/04/26 18:39:48 fvdl Exp $ */ /* $NetBSD: x86/specialreg.h,v 1.2 2003/04/25 21:54:30 fvdl Exp $ */ @@ -249,6 +249,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 |