Skip to content

Commit

Permalink
swap: make a note of work to do
Browse files Browse the repository at this point in the history
  • Loading branch information
EtchedPixels committed Oct 20, 2024
1 parent 38abf21 commit 93dabab
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Kernel/swap.c
Original file line number Diff line number Diff line change
Expand Up @@ -187,6 +187,7 @@ void swapper2(register ptptr p, uint16_t map)
kprintf("Swapping in %p (page %d), udata.ptab %p\n", p, p->p_page,
udata.u_ptab);
#endif
/* inswap = 1/0 around the swapin to sort preempt ? */
swapin(p, map);
swapmap_add(map);
#ifdef DEBUG
Expand Down

0 comments on commit 93dabab

Please sign in to comment.