aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorScott Long <scottl@FreeBSD.org>2003-06-04 16:00:26 +0000
committerScott Long <scottl@FreeBSD.org>2003-06-04 16:00:26 +0000
commit196dcb487d15e63d76c2cdd9ad58a847849c6e9e (patch)
treec0d05f240bc6bd0055a6e1882d76afecc422c160
parent9bff81176ed8dcf0525a1e1fcecbb9eb6ea66661 (diff)
Don't use MUTEX_NOINLINE for pc98 floppies. It's unclear why this preventsrelease/5.1.0
the panic that has been reported, but it also allows pc98 to go out the door. Submitted by: nyan
Notes
Notes: svn path=/releng/5.1/; revision=115837 svn path=/release/5.1.0/; revision=115838; tag=release/5.1.0
-rwxr-xr-xrelease/pc98/dokern.sh2
1 files changed, 0 insertions, 2 deletions
diff --git a/release/pc98/dokern.sh b/release/pc98/dokern.sh
index 0a042da79984..445783c17bf2 100755
--- a/release/pc98/dokern.sh
+++ b/release/pc98/dokern.sh
@@ -114,8 +114,6 @@ sed -e 's/ident.*GENERIC/ident BOOTMFS/g' \
fi
-echo "options MUTEX_NOINLINE"
-
echo "options NETGRAPH"
echo "options NETGRAPH_ETHER"
echo "options NETGRAPH_PPPOE"