Remove GIANT_REQUIRED from exec_unmap_first_page().

This commit is contained in:
Alan Cox 2003-12-27 19:40:03 +00:00
parent 81e2d98d9e
commit 34d2675761

View File

@ -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);