diff options
Diffstat (limited to 'sys/arch/amd64/include/segments.h')
-rw-r--r-- | sys/arch/amd64/include/segments.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/sys/arch/amd64/include/segments.h b/sys/arch/amd64/include/segments.h index 1325f2cd0c6..56f23480738 100644 --- a/sys/arch/amd64/include/segments.h +++ b/sys/arch/amd64/include/segments.h @@ -1,4 +1,4 @@ -/* $OpenBSD: segments.h,v 1.9 2010/11/20 20:11:17 miod Exp $ */ +/* $OpenBSD: segments.h,v 1.10 2011/03/23 16:54:34 pirofti Exp $ */ /* $NetBSD: segments.h,v 1.1 2003/04/26 18:39:47 fvdl Exp $ */ /*- @@ -47,8 +47,8 @@ * William F. Jolitz (william@ernie.berkeley.edu) 6/20/1989 */ -#ifndef _AMD64_SEGMENTS_H_ -#define _AMD64_SEGMENTS_H_ +#ifndef _MACHINE_SEGMENTS_H_ +#define _MACHINE_SEGMENTS_H_ /* * Selectors @@ -279,4 +279,4 @@ void cpu_init_idt(void); #define VALID_USER_DSEL(s) \ ((s) == GSEL(GUDATA_SEL, SEL_UPL)) -#endif /* _AMD64_SEGMENTS_H_ */ +#endif /* _MACHINE_SEGMENTS_H_ */ |