When a page fault occurs the MMU raises and exception (interrupt). The OS stops the current processes and addresses this raised interrupt.
1) Does this mean that (for 68K architecture where there are 7 interrupt lines with 7th being un-maskable) the interrupt generated by the MMU is at level 7?
2) Also, what if there a really important process going on (that does not require the virtual addressed word's data) when the interrupt is raised? What does the OS do?