Implement TLB shootdown
- also refactored ipi.c to not export functions related to other functional components. - TLB shootdown is done automatically in pagedir.c as needed.
Showing
- src/devices/shutdown.c 15 additions, 0 deletionssrc/devices/shutdown.c
- src/devices/shutdown.h 1 addition, 0 deletionssrc/devices/shutdown.h
- src/threads/init.c 1 addition, 0 deletionssrc/threads/init.c
- src/threads/ipi.c 25 additions, 13 deletionssrc/threads/ipi.c
- src/threads/ipi.h 0 additions, 3 deletionssrc/threads/ipi.h
- src/userprog/pagedir.c 57 additions, 1 deletionsrc/userprog/pagedir.c
- src/userprog/pagedir.h 2 additions, 0 deletionssrc/userprog/pagedir.h
Please register or sign in to comment