Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 14 Aug 2014 19:49:53 GMT
From:      op@FreeBSD.org
To:        svn-soc-all@FreeBSD.org
Subject:   socsvn commit: r272438 - soc2014/op/freebsd-base/sys/amd64/conf
Message-ID:  <201408141949.s7EJnrfv065547@socsvn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: op
Date: Thu Aug 14 19:49:53 2014
New Revision: 272438
URL: http://svnweb.FreeBSD.org/socsvn/?view=rev&rev=272438

Log:
  SMAP: added INTEL_SMAP_SUPPORT to GENERIC
  
  Signed-off-by: Oliver Pinter <oliver.pntr@gmail.com>
  
  git: https://github.com/opntr/opBSD/tree/op/gsoc2014/master

Modified:
  soc2014/op/freebsd-base/sys/amd64/conf/GENERIC

Modified: soc2014/op/freebsd-base/sys/amd64/conf/GENERIC
==============================================================================
--- soc2014/op/freebsd-base/sys/amd64/conf/GENERIC	Thu Aug 14 19:49:40 2014	(r272437)
+++ soc2014/op/freebsd-base/sys/amd64/conf/GENERIC	Thu Aug 14 19:49:53 2014	(r272438)
@@ -89,6 +89,9 @@
 # Make an SMP-capable kernel by default
 options 	SMP			# Symmetric MultiProcessor Kernel
 
+# Intel Supervisor Mode Access Prevention
+options 	INTEL_SMAP_SUPPORT
+
 # CPU frequency control
 device		cpufreq
 



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