Changeset 7ee0e2f in mainline for genarch/src/mm/as_pt.c


Ignore:
Timestamp:
2006-06-26T10:18:05Z (19 years ago)
Author:
Ondrej Palkovsky <ondrap@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
2f40fe4
Parents:
e45f81a
Message:

Remove unneeded FRAME_PANIC.
Fix some things broken by last commit.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • genarch/src/mm/as_pt.c

    re45f81a r7ee0e2f  
    7474        ipl_t ipl;
    7575
    76         dst_ptl0 = (pte_t *) frame_alloc(ONE_FRAME, FRAME_KA | FRAME_PANIC);
     76        dst_ptl0 = (pte_t *) frame_alloc(ONE_FRAME, FRAME_KA);
    7777
    7878        if (flags & FLAG_AS_KERNEL) {
Note: See TracChangeset for help on using the changeset viewer.