Code that works until after allocating pgd and pmd caches.

This commit is contained in:
Bahadir Balban
2009-07-29 20:01:40 +03:00
parent 723cf7bde9
commit 82807c2f0a
3 changed files with 4 additions and 4 deletions

View File

@@ -169,7 +169,7 @@ int process_cap_info(struct cap_info *cap,
}
break;
case CAP_RTYPE_PHYSMEM:
if ((ret = memcap_unmap(&kcont->virtmem_free,
if ((ret = memcap_unmap(&kcont->physmem_free,
cap->start, cap->end))) {
if (ret < 0)
printk("FATAL: Insufficient boot memory "