1
0
mirror of https://git.FreeBSD.org/src.git synced 2025-01-20 15:43:16 +00:00

If the IdlePDPT is not present, PAE is not active

This commit is contained in:
Kevin Lo 2012-09-10 08:16:45 +00:00
parent baf0230645
commit bedceb7c9c
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=240301

View File

@ -238,7 +238,6 @@ _kvm_initvtop(kvm_t *kd)
return (-1);
}
kd->vmst->PTD = PTD;
return (0);
kd->vmst->pae = 0;
}
return (0);