Date: Sun, 7 Mar 2004 18:21:25 -0800 (PST) From: Peter Wemm <peter@FreeBSD.org> To: Perforce Change Reviews <perforce@freebsd.org> Subject: PERFORCE change 48398 for review Message-ID: <200403080221.i282LP95074131@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
http://perforce.freebsd.org/chv.cgi?CH=48398 Change 48398 by peter@peter_overcee on 2004/03/07 18:20:55 nuke before I accidently commit it. Affected files ... .. //depot/projects/hammer/sys/i386/i386/vm_machdep.c#22 edit Differences ... ==== //depot/projects/hammer/sys/i386/i386/vm_machdep.c#22 (text+ko) ==== @@ -320,8 +320,10 @@ * XXX do we need to move the TSS off the allocated pages * before freeing them? (not done here) */ + mtx_lock(&Giant); kmem_free(kernel_map, (vm_offset_t)pcb->pcb_ext, ctob(IOPAGES + 1)); + mtx_unlock(&Giant); pcb->pcb_ext = 0; } }
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200403080221.i282LP95074131>