Date: Sat, 13 Sep 2014 22:45:04 +0000 (UTC) From: Neel Natu <neel@FreeBSD.org> To: src-committers@freebsd.org, svn-src-projects@freebsd.org Subject: svn commit: r271557 - projects/bhyve_svm/sys/amd64/vmm/amd Message-ID: <201409132245.s8DMj4MZ098752@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: neel Date: Sat Sep 13 22:45:04 2014 New Revision: 271557 URL: http://svnweb.freebsd.org/changeset/base/271557 Log: style(9): insert an empty line if the function has no local variables Pointed out by: grehan Modified: projects/bhyve_svm/sys/amd64/vmm/amd/svm.c Modified: projects/bhyve_svm/sys/amd64/vmm/amd/svm.c ============================================================================== --- projects/bhyve_svm/sys/amd64/vmm/amd/svm.c Sat Sep 13 22:44:33 2014 (r271556) +++ projects/bhyve_svm/sys/amd64/vmm/amd/svm.c Sat Sep 13 22:45:04 2014 (r271557) @@ -227,12 +227,14 @@ svm_cpuid_features(void) static __inline int flush_by_asid(void) { + return (svm_feature & AMD_CPUID_SVM_FLUSH_BY_ASID); } static __inline int decode_assist(void) { + return (svm_feature & AMD_CPUID_SVM_DECODE_ASSIST); }
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201409132245.s8DMj4MZ098752>