Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 8 Mar 2010 15:01:08 +0000 (UTC)
From:      Nathan Whitehorn <nwhitehorn@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r204870 - head/sys/modules
Message-ID:  <201003081501.o28F18Lg025359@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: nwhitehorn
Date: Mon Mar  8 15:01:08 2010
New Revision: 204870
URL: http://svn.freebsd.org/changeset/base/204870

Log:
  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.

Modified:
  head/sys/modules/Makefile

Modified: head/sys/modules/Makefile
==============================================================================
--- head/sys/modules/Makefile	Mon Mar  8 14:43:55 2010	(r204869)
+++ head/sys/modules/Makefile	Mon Mar  8 15:01:08 2010	(r204870)
@@ -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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201003081501.o28F18Lg025359>