diff options
author | Mike Larkin <mlarkin@cvs.openbsd.org> | 2014-12-22 22:33:52 +0000 |
---|---|---|
committer | Mike Larkin <mlarkin@cvs.openbsd.org> | 2014-12-22 22:33:52 +0000 |
commit | 50c88321e769f19570d6b3ed4db2234d2d432926 (patch) | |
tree | 0207393b983a758f468c83a6106e278d72c8c9f3 /sys/arch/amd64 | |
parent | 7d380ffe5848702fca867891cc9c966e5d7b9372 (diff) |
Clean up some weird spacing. No functional change.
Diffstat (limited to 'sys/arch/amd64')
-rw-r--r-- | sys/arch/amd64/include/specialreg.h | 32 |
1 files changed, 16 insertions, 16 deletions
diff --git a/sys/arch/amd64/include/specialreg.h b/sys/arch/amd64/include/specialreg.h index c71701a863e..da3febd9b1b 100644 --- a/sys/arch/amd64/include/specialreg.h +++ b/sys/arch/amd64/include/specialreg.h @@ -1,4 +1,4 @@ -/* $OpenBSD: specialreg.h,v 1.30 2014/12/16 21:02:58 sf Exp $ */ +/* $OpenBSD: specialreg.h,v 1.31 2014/12/22 22:33:51 mlarkin 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 $ */ @@ -373,24 +373,24 @@ */ #define MSR_SYSCFG 0xc0000010 -#define MSR_EFER 0xc0000080 /* Extended feature enable */ -#define EFER_SCE 0x00000001 /* SYSCALL extension */ -#define EFER_LME 0x00000100 /* Long Mode Enabled */ -#define EFER_LMA 0x00000400 /* Long Mode Active */ -#define EFER_NXE 0x00000800 /* No-Execute Enabled */ +#define MSR_EFER 0xc0000080 /* Extended feature enable */ +#define EFER_SCE 0x00000001 /* SYSCALL extension */ +#define EFER_LME 0x00000100 /* Long Mode Enabled */ +#define EFER_LMA 0x00000400 /* Long Mode Active */ +#define EFER_NXE 0x00000800 /* No-Execute Enabled */ -#define MSR_STAR 0xc0000081 /* 32 bit syscall gate addr */ -#define MSR_LSTAR 0xc0000082 /* 64 bit syscall gate addr */ -#define MSR_CSTAR 0xc0000083 /* compat syscall gate addr */ -#define MSR_SFMASK 0xc0000084 /* flags to clear on syscall */ +#define MSR_STAR 0xc0000081 /* 32 bit syscall gate addr */ +#define MSR_LSTAR 0xc0000082 /* 64 bit syscall gate addr */ +#define MSR_CSTAR 0xc0000083 /* compat syscall gate addr */ +#define MSR_SFMASK 0xc0000084 /* flags to clear on syscall */ -#define MSR_FSBASE 0xc0000100 /* 64bit offset for fs: */ -#define MSR_GSBASE 0xc0000101 /* 64bit offset for gs: */ -#define MSR_KERNELGSBASE 0xc0000102 /* storage for swapgs ins */ -#define MSR_INT_PEN_MSG 0xc0010055 /* Interrupt pending message */ +#define MSR_FSBASE 0xc0000100 /* 64bit offset for fs: */ +#define MSR_GSBASE 0xc0000101 /* 64bit offset for gs: */ +#define MSR_KERNELGSBASE 0xc0000102 /* storage for swapgs ins */ +#define MSR_INT_PEN_MSG 0xc0010055 /* Interrupt pending message */ -#define MSR_DE_CFG 0xc0011029 /* Decode Configuration */ -#define DE_CFG_721 0x00000001 /* errata 721 */ +#define MSR_DE_CFG 0xc0011029 /* Decode Configuration */ +#define DE_CFG_721 0x00000001 /* errata 721 */ #define IPM_C1E_CMP_HLT 0x10000000 #define IPM_SMI_CMP_HLT 0x08000000 |