summaryrefslogtreecommitdiffstats
path: root/sys/boot/pc98
diff options
context:
space:
mode:
authornyan <nyan@FreeBSD.org>2012-08-05 14:11:07 +0000
committernyan <nyan@FreeBSD.org>2012-08-05 14:11:07 +0000
commit42fcb864d46d43b02c8ce41669bc2240b44330fe (patch)
treec034fa70fe1b5a5a514810024c7880aeaa015941 /sys/boot/pc98
parentec331ff013fc7814a1818928e83f9c68a87ab926 (diff)
downloadFreeBSD-src-42fcb864d46d43b02c8ce41669bc2240b44330fe.zip
FreeBSD-src-42fcb864d46d43b02c8ce41669bc2240b44330fe.tar.gz
Reduce diffs against i386.
Diffstat (limited to 'sys/boot/pc98')
-rw-r--r--sys/boot/pc98/btx/btxldr/btxldr.S4
-rw-r--r--sys/boot/pc98/btx/lib/btxcsu.S4
2 files changed, 4 insertions, 4 deletions
diff --git a/sys/boot/pc98/btx/btxldr/btxldr.S b/sys/boot/pc98/btx/btxldr/btxldr.S
index 683d6c8..9a6483f 100644
--- a/sys/boot/pc98/btx/btxldr/btxldr.S
+++ b/sys/boot/pc98/btx/btxldr/btxldr.S
@@ -15,13 +15,13 @@
* $FreeBSD$
*/
+#include <bootargs.h>
+
/*
* Prototype BTX loader program, written in a couple of hours. The
* real thing should probably be more flexible, and in C.
*/
-#include <bootargs.h>
-
/*
* Memory locations.
*/
diff --git a/sys/boot/pc98/btx/lib/btxcsu.S b/sys/boot/pc98/btx/lib/btxcsu.S
index 8af6ad6..c46f809 100644
--- a/sys/boot/pc98/btx/lib/btxcsu.S
+++ b/sys/boot/pc98/btx/lib/btxcsu.S
@@ -15,12 +15,12 @@
# $FreeBSD$
+#include <bootargs.h>
+
#
# BTX C startup code (ELF).
#
-#include <bootargs.h>
-
#
# Globals.
#
OpenPOWER on IntegriCloud