summaryrefslogtreecommitdiffstats
path: root/sys/amd64/include/param.h
diff options
context:
space:
mode:
authorphk <phk@FreeBSD.org>2009-09-08 12:59:56 +0000
committerphk <phk@FreeBSD.org>2009-09-08 12:59:56 +0000
commit3f6c5f153b139d0086f063e076f19f4f76da1927 (patch)
tree9f7c1709b6ce492cd874120e81e8a117cab4ca7d /sys/amd64/include/param.h
parentc8ab4ab72e60824c72824342463fc881d7c7885e (diff)
downloadFreeBSD-src-3f6c5f153b139d0086f063e076f19f4f76da1927.zip
FreeBSD-src-3f6c5f153b139d0086f063e076f19f4f76da1927.tar.gz
Move multi-include protection back up to the top of the file and
name after the physical file rather than the aliased name.
Diffstat (limited to 'sys/amd64/include/param.h')
-rw-r--r--sys/amd64/include/param.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/sys/amd64/include/param.h b/sys/amd64/include/param.h
index edcf427..746ba30 100644
--- a/sys/amd64/include/param.h
+++ b/sys/amd64/include/param.h
@@ -39,6 +39,9 @@
* $FreeBSD$
*/
+#ifndef _AMD64_INCLUDE_PARAM_H_
+#define _AMD64_INCLUDE_PARAM_H_
+
/*
* Machine dependent constants for AMD64.
*/
@@ -60,9 +63,6 @@
#define __HAVE_ACPI
#define __PCI_REROUTE_INTERRUPT
-#ifndef _MACHINE_PARAM_H_
-#define _MACHINE_PARAM_H_
-
#ifndef MACHINE
#define MACHINE "amd64"
#endif
@@ -150,5 +150,5 @@
#define pgtok(x) ((unsigned long)(x) * (PAGE_SIZE / 1024))
-#endif /* !_MACHINE_PARAM_H_ */
#endif /* !_NO_NAMESPACE_POLLUTION */
+#endif /* !_AMD64_INCLUDE_PARAM_H_ */
OpenPOWER on IntegriCloud