Date: Sun, 5 Aug 2012 14:11:07 +0000 (UTC) From: Takahashi Yoshihiro <nyan@FreeBSD.org> To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: svn commit: r239064 - in head/sys/boot/pc98/btx: btxldr lib Message-ID: <201208051411.q75EB7E8091242@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
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. #
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201208051411.q75EB7E8091242>