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. # _______________________________________________ svn-src-head@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/svn-src-head To unsubscribe, send any mail to "svn-src-head-unsubscr...@freebsd.org"