svn commit: r239064 - in head/sys/boot/pc98/btx: btxldr lib

Takahashi Yoshihiro nyan at FreeBSD.org
Sun Aug 5 14:11:08 UTC 2012


Author: nyan
Date: Sun Aug  5 14:11:07 2012
New Revision: 239064
URL: http://svn.freebsd.org/changeset/base/239064

Log:
  Reduce diffs against i386.

Modified:
  head/sys/boot/pc98/btx/btxldr/btxldr.S
  head/sys/boot/pc98/btx/lib/btxcsu.S

Modified: head/sys/boot/pc98/btx/btxldr/btxldr.S
==============================================================================
--- head/sys/boot/pc98/btx/btxldr/btxldr.S	Sun Aug  5 14:05:11 2012	(r239063)
+++ head/sys/boot/pc98/btx/btxldr/btxldr.S	Sun Aug  5 14:11:07 2012	(r239064)
@@ -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.
  */

Modified: head/sys/boot/pc98/btx/lib/btxcsu.S
==============================================================================
--- head/sys/boot/pc98/btx/lib/btxcsu.S	Sun Aug  5 14:05:11 2012	(r239063)
+++ head/sys/boot/pc98/btx/lib/btxcsu.S	Sun Aug  5 14:11:07 2012	(r239064)
@@ -15,12 +15,12 @@
 
 # $FreeBSD$
 
+#include <bootargs.h>
+
 #
 # BTX C startup code (ELF).
 #
 
-#include <bootargs.h>
-
 #
 # Globals.
 #


More information about the svn-src-all mailing list