From: Christoph H. <hc...@ls...> - 2007-07-29 23:48:05
|
On Sun, Jul 29, 2007 at 07:21:29PM -0400, Joseph Jezak wrote: > Okay. It's kind of fundamental for MOL. MOL causes faults by > executing a bogus instruction to setup the mmu for guest execution. > The handler is used if the requested page is not present. > Christoph, since you were the one that submitted the patch for > removal, would you mind if we re-added the export for handle_mm_fault? Obviosuly I won't add the export back. Having modules calling into page fault handlers is not exactly what we want, and not exporting it heps catching crap like that. |