Increase the number of bootstrap PVs.

This commit is contained in:
Doug Rabson 2001-09-24 20:00:20 +00:00
parent 9324a7e743
commit 40aef04652

View File

@ -754,7 +754,7 @@ get_pv_entry(void)
* cover this.
*/
if (!pvinit) {
#define PV_BOOTSTRAP_NEEDED 512
#define PV_BOOTSTRAP_NEEDED 2048
static struct pv_entry pvbootentries[PV_BOOTSTRAP_NEEDED];
static int pvbootnext = 0;