Move multi-include protection back up to the top of the file and

name after the physical file rather than the aliased name.
This commit is contained in:
phk 2009-09-08 12:59:56 +00:00
parent c8ab4ab72e
commit 3f6c5f153b

View File

@ -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_ */