summaryrefslogtreecommitdiffstats
path: root/sys/amd64/vmm
diff options
context:
space:
mode:
authorneel <neel@FreeBSD.org>2014-09-13 22:45:04 +0000
committerneel <neel@FreeBSD.org>2014-09-13 22:45:04 +0000
commita38d07e455bd7ee160b91085eee887383817bdec (patch)
tree81dc6a107334058ca3deb115fe04cafb7a08cb93 /sys/amd64/vmm
parent32e0378b350c93dba19c615a6a91afeef12486e2 (diff)
downloadFreeBSD-src-a38d07e455bd7ee160b91085eee887383817bdec.zip
FreeBSD-src-a38d07e455bd7ee160b91085eee887383817bdec.tar.gz
style(9): insert an empty line if the function has no local variables
Pointed out by: grehan
Diffstat (limited to 'sys/amd64/vmm')
-rw-r--r--sys/amd64/vmm/amd/svm.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/sys/amd64/vmm/amd/svm.c b/sys/amd64/vmm/amd/svm.c
index 9f2ab5f..f60b90d 100644
--- a/sys/amd64/vmm/amd/svm.c
+++ b/sys/amd64/vmm/amd/svm.c
@@ -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);
}
OpenPOWER on IntegriCloud