Changeset cea12e9 in mainline for kernel/arch/ia32/src/mm/page.c


Ignore:
Timestamp:
2006-10-27T11:13:13Z (18 years ago)
Author:
Martin Decky <martin@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
16d71f41
Parents:
8c84448
Message:

ia32: adopt new IRQ interface, mouse not tested yet

File:
1 edited

Legend:

Unmodified
Added
Removed
  • kernel/arch/ia32/src/mm/page.c

    r8c84448 rcea12e9  
    112112                fault_if_from_uspace(istate, "Page fault: %#x", page);
    113113
    114                 PRINT_INFO_ERRCODE(istate);
     114                decode_istate(istate);
    115115                printf("page fault address: %#x\n", page);
    116116                panic("page fault\n");
Note: See TracChangeset for help on using the changeset viewer.