from Mark Tinguely (tinguely@plains.NoDak.edu): record when processes are

swapped...
This commit is contained in:
cgd 1993-10-19 02:54:09 +00:00
parent dfaa02a09b
commit 215649adeb
1 changed files with 1 additions and 0 deletions

View File

@ -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
/*