freebsd-dev/sys/arm/conf/DEFAULTS
Attilio Rao ed1f6dc235 Introduce the option VFS_ALLOW_NONMPSAFE and turn it on by default on
all the architectures.
The option allows to mount non-MPSAFE filesystem. Without it, the
kernel will refuse to mount a non-MPSAFE filesytem.

This patch is part of the effort of killing non-MPSAFE filesystems
from the tree.

No MFC is expected for this patch.

Tested by:	gianni
Reviewed by:	kib
2011-11-08 10:18:07 +00:00

14 lines
184 B
Plaintext

#
# DEFAULTS -- Default kernel configuration file for FreeBSD/arm
#
# $FreeBSD$
machine arm
device mem
options GEOM_PART_BSD
options GEOM_PART_MBR
options VFS_ALLOW_NONMPSAFE