Changeset a043e39 in mainline for kernel/arch/amd64/src/mm/page.c


Ignore:
Timestamp:
2010-06-25T04:23:47Z (15 years ago)
Author:
Jakub Jermar <jakub@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
8e374ea7
Parents:
06737a0
Message:

Switch amd64 to use the unified panic architecture.

File:
1 edited

Legend:

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

    r06737a0 ra043e39  
    196196        if (as_page_fault(page, access, istate) == AS_PF_FAULT) {
    197197                fault_if_from_uspace(istate, "Page fault: %#x.", page);
    198 
    199                 decode_istate(n, istate);
    200                 printf("Page fault address: %llx.\n", page);
    201                 panic("Page fault.");
     198                panic_memtrap(istate, access, page, "Page fault.");
    202199        }
    203200}
Note: See TracChangeset for help on using the changeset viewer.