K 10 svn:author V 3 bde K 8 svn:date V 27 1997-03-29T04:35:26.000000Z K 7 svn:log V 329 Don't keep cpu interrupts enabled during the lookup in vm_page_zero_idle(). Lookup isn't done every time the system goes idle now, but it can still take > 1800 instructions in the worst case, so if cpu interrupts are kept disabled then it might lose 20 characters of sio input at 115200 bps. Fixed style in vm_page_zero_idle(). END