diff options
Diffstat (limited to 'sys/arch/vax/include/vmparam.h')
-rw-r--r-- | sys/arch/vax/include/vmparam.h | 11 |
1 files changed, 5 insertions, 6 deletions
diff --git a/sys/arch/vax/include/vmparam.h b/sys/arch/vax/include/vmparam.h index 40e41933392..b8ac6f284ae 100644 --- a/sys/arch/vax/include/vmparam.h +++ b/sys/arch/vax/include/vmparam.h @@ -1,4 +1,4 @@ -/* $OpenBSD: vmparam.h,v 1.29 2008/06/24 21:24:03 deraadt Exp $ */ +/* $OpenBSD: vmparam.h,v 1.30 2011/03/23 16:54:37 pirofti Exp $ */ /* $NetBSD: vmparam.h,v 1.32 2000/03/07 00:05:59 matt Exp $ */ /*- @@ -36,8 +36,8 @@ * * @(#)vmparam.h 5.9 (Berkeley) 5/12/91 */ -#ifndef _VMPARAM_H_ -#define _VMPARAM_H_ +#ifndef _MACHINE_VMPARAM_H_ +#define _MACHINE_VMPARAM_H_ /* * Machine dependent constants for VAX. @@ -47,8 +47,7 @@ * USRTEXT is the start of the user text/data space, while USRSTACK * is the top (end) of the user stack. Immediately above the user stack * resides kernel. - * - */ + * */ #define USRTEXT NBPG #define USRSTACK KERNBASE @@ -123,4 +122,4 @@ struct vm_page_md { (pg)->mdpage.pv_attr = 0; \ } while (0) -#endif +#endif /* _MACHINE_VMPARAM_H_ */ |