from Mark Tinguely (tinguely@plains.NoDak.edu): record when processes are
swapped...
This commit is contained in:
parent
dfaa02a09b
commit
215649adeb
|
@ -459,6 +459,7 @@ swapout(p)
|
|||
#endif
|
||||
size = round_page(ctob(UPAGES));
|
||||
addr = (vm_offset_t) p->p_addr;
|
||||
p->p_stats->p_ru.ru_nswap++; /* record that it got swapped out */
|
||||
#ifdef notyet
|
||||
#ifdef hp300
|
||||
/*
|
||||
|
|
Loading…
Reference in New Issue