Remove GIANT_REQUIRED from vunmapbuf().

This commit is contained in:
Alan Cox 2004-03-07 00:37:18 +00:00
parent 5fadbfeac2
commit 3eba15c12e
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=126704

View File

@ -3736,8 +3736,6 @@ vunmapbuf(struct buf *bp)
int pidx;
int npages;
GIANT_REQUIRED;
npages = bp->b_npages;
pmap_qremove(trunc_page((vm_offset_t)bp->b_data),
npages);