alc 2005-12-06 07:39:36 UTC FreeBSD src repository Modified files: sys/kern kern_exec.c Log: Reduce the scope of the page queues lock in exec_map_first_page(). The vm object lock is sufficient for reading a page's PG_BUSY and busy flags. MFC after: 1 week Revision Changes Path 1.285 +2 -4 src/sys/kern/kern_exec.c