8e918ec439
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
14 lines
192 B
Plaintext
14 lines
192 B
Plaintext
#
|
|
# DEFAULTS -- Default kernel configuration file for FreeBSD/mips
|
|
#
|
|
# $FreeBSD$
|
|
|
|
device mem
|
|
|
|
device uart_ns8250
|
|
|
|
options GEOM_PART_BSD
|
|
options GEOM_PART_MBR
|
|
|
|
options VFS_ALLOW_NONMPSAFE
|