socsvn commit: r271374 - soc2014/op/freebsd-base/sys/amd64/amd64
op at FreeBSD.org
op at FreeBSD.org
Fri Jul 25 15:25:23 UTC 2014
Author: op
Date: Fri Jul 25 15:25:22 2014
New Revision: 271374
URL: http://svnweb.FreeBSD.org/socsvn/?view=rev&rev=271374
Log:
SMAP: change enable to enabled in warning message
Signed-off-by: Oliver Pinter <oliver.pntr at gmail.com>
git: https://github.com/opntr/opBSD/tree/op/gsoc2014/smap+kpatch
Modified:
soc2014/op/freebsd-base/sys/amd64/amd64/pmap.c
Modified: soc2014/op/freebsd-base/sys/amd64/amd64/pmap.c
==============================================================================
--- soc2014/op/freebsd-base/sys/amd64/amd64/pmap.c Fri Jul 25 15:23:49 2014 (r271373)
+++ soc2014/op/freebsd-base/sys/amd64/amd64/pmap.c Fri Jul 25 15:25:22 2014 (r271374)
@@ -836,7 +836,7 @@
load_cr4(rcr4() | CR4_SMEP);
if (cpu_stdext_feature & CPUID_STDEXT_SMAP) {
- printf("Intel SMAP: enable\n");
+ printf("Intel SMAP: enabled\n");
load_cr4(rcr4() | CR4_SMAP);
} else {
printf("Intel SMAP: not supported or disabled\n");
More information about the svn-soc-all
mailing list