summaryrefslogtreecommitdiffstats
path: root/sys/modules
diff options
context:
space:
mode:
authornwhitehorn <nwhitehorn@FreeBSD.org>2010-03-08 15:01:08 +0000
committernwhitehorn <nwhitehorn@FreeBSD.org>2010-03-08 15:01:08 +0000
commit91112f5ed192d618cf598d60813b675752451954 (patch)
tree4db5a105fb94a24c2c2e9d0b333234864969eb3f /sys/modules
parentd3ede2e999a6c8de0522045cd6107eb4ad6cb604 (diff)
downloadFreeBSD-src-91112f5ed192d618cf598d60813b675752451954.zip
FreeBSD-src-91112f5ed192d618cf598d60813b675752451954.tar.gz
Enable tmpfs unconditionally on all platforms. No one I spoke to could
remember why it was x86 only, and it works just as well on at least powerpc as on x86.
Diffstat (limited to 'sys/modules')
-rw-r--r--sys/modules/Makefile4
1 files changed, 1 insertions, 3 deletions
diff --git a/sys/modules/Makefile b/sys/modules/Makefile
index 0934772..72c126a 100644
--- a/sys/modules/Makefile
+++ b/sys/modules/Makefile
@@ -273,7 +273,7 @@ SUBDIR= ${_3dfx} \
sysvipc \
ti \
tl \
- ${_tmpfs} \
+ tmpfs \
trm \
${_twa} \
twe \
@@ -416,7 +416,6 @@ _sppp= sppp
_stg= stg
_streams= streams
_svr4= svr4
-_tmpfs= tmpfs
_wi= wi
_xe= xe
.if ${MK_ZFS} != "no" || defined(ALL_MODULES)
@@ -554,7 +553,6 @@ _sound= sound
_speaker= speaker
_splash= splash
_sppp= sppp
-_tmpfs= tmpfs
_twa= twa
_vesa= vesa
_x86bios= x86bios
OpenPOWER on IntegriCloud