Remove GIANT_REQUIRED from exec_unmap_first_page().
This commit is contained in:
parent
81e2d98d9e
commit
34d2675761
@ -795,7 +795,6 @@ void
|
||||
exec_unmap_first_page(imgp)
|
||||
struct image_params *imgp;
|
||||
{
|
||||
GIANT_REQUIRED;
|
||||
|
||||
if (imgp->firstpage) {
|
||||
pmap_qremove((vm_offset_t)imgp->image_header, 1);
|
||||
|
Loading…
x
Reference in New Issue
Block a user