diff options
author | Paul Irofti <pirofti@cvs.openbsd.org> | 2011-03-23 16:54:38 +0000 |
---|---|---|
committer | Paul Irofti <pirofti@cvs.openbsd.org> | 2011-03-23 16:54:38 +0000 |
commit | 96b354137b8039e6c2ebd6f88c0008ecb2e4f20d (patch) | |
tree | b34cf5e18c5986eb1ce733aad820bd3ce42c6b46 /sys/arch/beagle/include/vmparam.h | |
parent | d81ed92368684fcbb0e5ea3bcf868e6252a6ddda (diff) |
Normalize sentinel. Use _MACHINE_*_H_ and _<ARCH>_*_H_ properly and consitently.
Discussed and okay drahn@. Okay deraadt@.
Diffstat (limited to 'sys/arch/beagle/include/vmparam.h')
-rw-r--r-- | sys/arch/beagle/include/vmparam.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/sys/arch/beagle/include/vmparam.h b/sys/arch/beagle/include/vmparam.h index 176a8c782b1..5b363d19a41 100644 --- a/sys/arch/beagle/include/vmparam.h +++ b/sys/arch/beagle/include/vmparam.h @@ -1,4 +1,4 @@ -/* $OpenBSD: vmparam.h,v 1.2 2010/12/15 05:30:19 tedu Exp $ */ +/* $OpenBSD: vmparam.h,v 1.3 2011/03/23 16:54:34 pirofti Exp $ */ /* $NetBSD: vmparam.h,v 1.23 2003/05/22 05:47:07 thorpej Exp $ */ /* @@ -30,8 +30,8 @@ * SUCH DAMAGE. */ -#ifndef _ARMISH_VMPARAM_H_ -#define _ARMISH_VMPARAM_H_ +#ifndef _MACHINE_VMPARAM_H_ +#define _MACHINE_VMPARAM_H_ #define ARM_KERNEL_BASE 0xc0000000 @@ -97,4 +97,4 @@ #define VM_FREELIST_DEFAULT 0 -#endif /* _ARMISH_VMPARAM_H_ */ +#endif /* _MACHINE_VMPARAM_H_ */ |