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:
parent
4be4cba048
commit
2f4c43215e
@ -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,
|
||||
|
Loading…
x
Reference in New Issue
Block a user