fix a syntax error in r308039 ...

that I somehow introduced between testing the change
iand committing it.

MFC after:	1 week
X-MFC with:	r307903
This commit is contained in:
Andriy Gapon 2016-10-28 15:57:55 +00:00
parent 4be4cba048
commit 2f4c43215e

View File

@ -514,7 +514,7 @@ svm_vminit(struct vm *vm, pmap_t pmap)
{
struct svm_softc *svm_sc;
struct svm_vcpu *vcpu;
vm_paddr_t msrpm_pa, iopm_pa, pml4_pa
vm_paddr_t msrpm_pa, iopm_pa, pml4_pa;
int i;
svm_sc = contigmalloc(sizeof (*svm_sc), M_SVM, M_WAITOK | M_ZERO,