summaryrefslogtreecommitdiff
path: root/sys/arch/gumstix
diff options
context:
space:
mode:
authorPaul Irofti <pirofti@cvs.openbsd.org>2011-03-23 16:54:38 +0000
committerPaul Irofti <pirofti@cvs.openbsd.org>2011-03-23 16:54:38 +0000
commit96b354137b8039e6c2ebd6f88c0008ecb2e4f20d (patch)
treeb34cf5e18c5986eb1ce733aad820bd3ce42c6b46 /sys/arch/gumstix
parentd81ed92368684fcbb0e5ea3bcf868e6252a6ddda (diff)
Normalize sentinel. Use _MACHINE_*_H_ and _<ARCH>_*_H_ properly and consitently.
Discussed and okay drahn@. Okay deraadt@.
Diffstat (limited to 'sys/arch/gumstix')
-rw-r--r--sys/arch/gumstix/include/_types.h6
-rw-r--r--sys/arch/gumstix/include/atomic.h8
-rw-r--r--sys/arch/gumstix/include/conf.h8
-rw-r--r--sys/arch/gumstix/include/intr.h8
-rw-r--r--sys/arch/gumstix/include/param.h8
-rw-r--r--sys/arch/gumstix/include/spinlock.h8
-rw-r--r--sys/arch/gumstix/include/vmparam.h8
7 files changed, 27 insertions, 27 deletions
diff --git a/sys/arch/gumstix/include/_types.h b/sys/arch/gumstix/include/_types.h
index ec5a2eabd28..77d95f7e006 100644
--- a/sys/arch/gumstix/include/_types.h
+++ b/sys/arch/gumstix/include/_types.h
@@ -1,7 +1,7 @@
-/* $OpenBSD: _types.h,v 1.3 2009/11/04 19:14:09 kettenis Exp $ */
+/* $OpenBSD: _types.h,v 1.4 2011/03/23 16:54:34 pirofti Exp $ */
-#ifndef _GUMSTIX__TYPES_H_
-#define _GUMSTIX__TYPES_H_
+#ifndef _MACHINE__TYPES_H_
+#define _MACHINE__TYPES_H_
#include <arm/_types.h>
diff --git a/sys/arch/gumstix/include/atomic.h b/sys/arch/gumstix/include/atomic.h
index d35442ec52b..4f75a01c2de 100644
--- a/sys/arch/gumstix/include/atomic.h
+++ b/sys/arch/gumstix/include/atomic.h
@@ -1,10 +1,10 @@
-/* $OpenBSD: atomic.h,v 1.2 2008/11/27 20:51:48 miod Exp $ */
+/* $OpenBSD: atomic.h,v 1.3 2011/03/23 16:54:34 pirofti Exp $ */
/* Public Domain */
-#ifndef __GUMSTIX_ATOMIC_H__
-#define __GUMSTIX_ATOMIC_H__
+#ifndef _MACHINE_ATOMIC_H_
+#define _MACHINE_ATOMIC_H_
#include <arm/atomic.h>
-#endif /* __GUMSTIX_ATOMIC_H__ */
+#endif /* _MACHINE_ATOMIC_H_ */
diff --git a/sys/arch/gumstix/include/conf.h b/sys/arch/gumstix/include/conf.h
index a5743a98909..f934d5629d8 100644
--- a/sys/arch/gumstix/include/conf.h
+++ b/sys/arch/gumstix/include/conf.h
@@ -1,8 +1,8 @@
-/* $OpenBSD: conf.h,v 1.3 2010/11/28 20:49:47 miod Exp $ */
+/* $OpenBSD: conf.h,v 1.4 2011/03/23 16:54:34 pirofti Exp $ */
/* $NetBSD: conf.h,v 1.8 2002/02/10 12:26:03 chris Exp $ */
-#ifndef _GUMSTIX_CONF_H
-#define _GUMSTIX_CONF_H
+#ifndef _MACHINE_CONF_H_
+#define _MACHINE_CONF_H_
#include <sys/conf.h>
@@ -14,4 +14,4 @@
#include <arm/conf.h>
-#endif /* _GUMSTIX_CONF_H */
+#endif /* _MACHINE_CONF_H_ */
diff --git a/sys/arch/gumstix/include/intr.h b/sys/arch/gumstix/include/intr.h
index 6c6ac884b01..aa4508eb717 100644
--- a/sys/arch/gumstix/include/intr.h
+++ b/sys/arch/gumstix/include/intr.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: intr.h,v 1.4 2010/04/23 03:50:22 miod Exp $ */
+/* $OpenBSD: intr.h,v 1.5 2011/03/23 16:54:34 pirofti Exp $ */
/* $NetBSD: intr.h,v 1.12 2003/06/16 20:00:59 thorpej Exp $ */
/*
@@ -36,8 +36,8 @@
* POSSIBILITY OF SUCH DAMAGE.
*/
-#ifndef _EVBARM_INTR_H_
-#define _EVBARM_INTR_H_
+#ifndef _MACHINE_INTR_H_
+#define _MACHINE_INTR_H_
#ifdef _KERNEL
@@ -100,4 +100,4 @@
#endif /* _KERNEL */
-#endif /* _EVBARM_INTR_H_ */
+#endif /* _MACHINE_INTR_H_ */
diff --git a/sys/arch/gumstix/include/param.h b/sys/arch/gumstix/include/param.h
index cb559c7321a..b17cc4736e8 100644
--- a/sys/arch/gumstix/include/param.h
+++ b/sys/arch/gumstix/include/param.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: param.h,v 1.2 2008/11/27 20:51:48 miod Exp $ */
+/* $OpenBSD: param.h,v 1.3 2011/03/23 16:54:34 pirofti Exp $ */
/* $NetBSD: param.h,v 1.4 2002/02/12 06:58:19 thorpej Exp $ */
/*
@@ -33,8 +33,8 @@
* SUCH DAMAGE.
*/
-#ifndef _GUMSTIX_PARAM_H_
-#define _GUMSTIX_PARAM_H_
+#ifndef _MACHINE_PARAM_H_
+#define _MACHINE_PARAM_H_
/*
* 1 page should be enough
@@ -48,4 +48,4 @@
#define _MACHINE gumstix
#define MACHINE "gumstix"
-#endif /* _GUMSTIX_PARAM_H_ */
+#endif /* _MACHINE_PARAM_H_ */
diff --git a/sys/arch/gumstix/include/spinlock.h b/sys/arch/gumstix/include/spinlock.h
index a19900d98b9..715af71061d 100644
--- a/sys/arch/gumstix/include/spinlock.h
+++ b/sys/arch/gumstix/include/spinlock.h
@@ -1,6 +1,6 @@
-/* $OpenBSD: spinlock.h,v 1.2 2008/11/27 20:51:48 miod Exp $ */
-#ifndef _GUMSTIX_SPINLOCK_H_
-#define _GUMSTIX_SPINLOCK_H_
+/* $OpenBSD: spinlock.h,v 1.3 2011/03/23 16:54:34 pirofti Exp $ */
+#ifndef _MACHINE_SPINLOCK_H_
+#define _MACHINE_SPINLOCK_H_
#include <arm/spinlock.h>
-#endif /* _GUMSTIX_SPINLOCK_H_ */
+#endif /* _MACHINE_SPINLOCK_H_ */
diff --git a/sys/arch/gumstix/include/vmparam.h b/sys/arch/gumstix/include/vmparam.h
index f3342ca1443..14159c2371a 100644
--- a/sys/arch/gumstix/include/vmparam.h
+++ b/sys/arch/gumstix/include/vmparam.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: vmparam.h,v 1.1 2008/11/26 14:18:11 drahn Exp $ */
+/* $OpenBSD: vmparam.h,v 1.2 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 _ARM32_VMPARAM_H_
-#define _ARM32_VMPARAM_H_
+#ifndef _MACHINE_VMPARAM_H_
+#define _MACHINE_VMPARAM_H_
#define ARM_KERNEL_BASE 0xc0000000
@@ -83,4 +83,4 @@
#define VM_FREELIST_DEFAULT 0
-#endif /* _ARM32_VMPARAM_H_ */
+#endif /* _MACHINE_VMPARAM_H_ */