diff options
author | Juli Mallett <jmallett@FreeBSD.org> | 2002-11-18 06:17:07 +0000 |
---|---|---|
committer | Juli Mallett <jmallett@FreeBSD.org> | 2002-11-18 06:17:07 +0000 |
commit | 5f07565bcb5145794a2e1b653bf011c61e575d2d (patch) | |
tree | 3953678e9757aa9320c0498202a5661ead529750 /sys/conf/options.powerpc | |
parent | e2815d20d910ba94bfdac8e6fa72ff8fc5275392 (diff) |
Move SHOW_BUSYBUFS and PANIC_REBOOT_WAIT_TIME into the MI options file, since
MI code uses them, and every platform provides them (except x86_64 whose
options file was lacking one).
Reviewed by: bde, rwatson
Notes
Notes:
svn path=/head/; revision=107043
Diffstat (limited to 'sys/conf/options.powerpc')
-rw-r--r-- | sys/conf/options.powerpc | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/sys/conf/options.powerpc b/sys/conf/options.powerpc index 4a9499e7dc3d..86da964a7b87 100644 --- a/sys/conf/options.powerpc +++ b/sys/conf/options.powerpc @@ -4,8 +4,5 @@ MPC750 opt_global.h IPKDB opt_ipkdb.h -SHOW_BUSYBUFS -PANIC_REBOOT_WAIT_TIME opt_panic.h - POWERMAC opt_platform.h PSIM opt_psim.h |