summaryrefslogtreecommitdiffstats
path: root/sys/amd64/isa/isa.c
diff options
context:
space:
mode:
authorpeter <peter@FreeBSD.org>2003-11-21 03:02:00 +0000
committerpeter <peter@FreeBSD.org>2003-11-21 03:02:00 +0000
commitaefda7ad568c8310cab954248c6703f913ae46f8 (patch)
tree779c5488e9da51760220a217de1843de9e844d6c /sys/amd64/isa/isa.c
parent8bb74c49aa521edbbb542e8e7c613a47c82a2007 (diff)
downloadFreeBSD-src-aefda7ad568c8310cab954248c6703f913ae46f8.zip
FreeBSD-src-aefda7ad568c8310cab954248c6703f913ae46f8.tar.gz
Cosmetic and/or trivial sync up with i386.
Approved by: re (rwatson)
Diffstat (limited to 'sys/amd64/isa/isa.c')
-rw-r--r--sys/amd64/isa/isa.c7
1 files changed, 4 insertions, 3 deletions
diff --git a/sys/amd64/isa/isa.c b/sys/amd64/isa/isa.c
index 7f2b95d..c87b2db 100644
--- a/sys/amd64/isa/isa.c
+++ b/sys/amd64/isa/isa.c
@@ -23,6 +23,10 @@
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
*/
+
+#include <sys/cdefs.h>
+__FBSDID("$FreeBSD$");
+
/*
* Modifications for Intel architecture by Garrett A. Wollman.
* Copyright 1998 Massachusetts Institute of Technology
@@ -53,9 +57,6 @@
* SUCH DAMAGE.
*/
-#include <sys/cdefs.h>
-__FBSDID("$FreeBSD$");
-
#include <sys/param.h>
#include <sys/bus.h>
#include <sys/malloc.h>
OpenPOWER on IntegriCloud