misc fixed

This commit is contained in:
Taku Shimosawa
2011-11-13 14:43:28 +09:00
parent c264717d8e
commit c5cdd121f6
2 changed files with 3 additions and 1 deletions

View File

@@ -46,6 +46,7 @@ static void page_fault_handler(unsigned long address, void *regs)
{
kprintf("Page fault for %016lx\n", address);
/* TODO */
aal_mc_debug_show_interrupt_context(regs);
panic("page fault");
}