--- Net2/vm/swap_pager.c 2018/04/24 18:06:48 1.1.1.3 +++ Net2/vm/swap_pager.c 2018/04/24 18:09:23 1.1.1.4 @@ -37,9 +37,17 @@ * * from: Utah $Hdr: swap_pager.c 1.4 91/04/30$ * + * + * PATCHES MAGIC LEVEL PATCH THAT GOT US HERE + * -------------------- ----- ---------------------- + * CURRENT PATCH LEVEL: 1 00075 + * -------------------- ----- ---------------------- + * + * 22 Jan 1993 Bruce Evans Fixed unmatched spl calls + * * @(#)swap_pager.c 7.4 (Berkeley) 5/7/91 */ -static char rcsid[] = "$Header: /var/lib/cvsd/net2/Net2/vm/swap_pager.c,v 1.1.1.3 2018/04/24 18:06:48 root Exp $"; +static char rcsid[] = "$Header: /var/lib/cvsd/net2/Net2/vm/swap_pager.c,v 1.1.1.4 2018/04/24 18:09:23 root Exp $"; /* * Quick hack to page to dedicated partition(s). @@ -553,13 +561,13 @@ swap_pager_io(swp, m, flags) splx(s); return(VM_PAGER_FAIL); } - splx(s); #ifdef DEBUG if (swpagerdebug & (SDB_FULL|SDB_ALLOCBLK)) printf("swpg_io: %x alloc blk %x at ix %x\n", swp->sw_blocks, swb->swb_block, ix); #endif } + splx(s); /* * Allocate a kernel virtual address and initialize so that PTE