aboutsummaryrefslogtreecommitdiff
path: root/sys/i386/isa/prof_machdep.c
diff options
context:
space:
mode:
authorYoshihiro Takahashi <nyan@FreeBSD.org>2005-05-10 12:02:18 +0000
committerYoshihiro Takahashi <nyan@FreeBSD.org>2005-05-10 12:02:18 +0000
commitd1725ef7ffee0ca75c9ae7dfff87b09e33e800f0 (patch)
tree0d3cf7498692dd1d1a5e911b14b159833365b122 /sys/i386/isa/prof_machdep.c
parent671adc85da865fc66cbd2b8fbc67e25142dd3c51 (diff)
downloadsrc-d1725ef7ffee0ca75c9ae7dfff87b09e33e800f0.tar.gz
src-d1725ef7ffee0ca75c9ae7dfff87b09e33e800f0.zip
Change a directory layout for pc98.
- Move MD files into <arch>/<arch>. - Move bus dependent files into <arch>/<bus>. Rename some files to more suitable names. Repo-copied by: peter Discussed with: imp
Notes
Notes: svn path=/head/; revision=146049
Diffstat (limited to 'sys/i386/isa/prof_machdep.c')
-rw-r--r--sys/i386/isa/prof_machdep.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/i386/isa/prof_machdep.c b/sys/i386/isa/prof_machdep.c
index 616be3e2c4ea..981727cec396 100644
--- a/sys/i386/isa/prof_machdep.c
+++ b/sys/i386/isa/prof_machdep.c
@@ -46,7 +46,7 @@ __FBSDID("$FreeBSD$");
#include <machine/asmacros.h>
#ifdef PC98
-#include <pc98/pc98/pc98.h>
+#include <pc98/cbus/cbus.h>
#else
#include <i386/isa/isa.h>
#endif