Changeset 7e4e532 in mainline for arch/ia64/src/mm/frame.c


Ignore:
Timestamp:
2006-02-08T23:37:38Z (19 years ago)
Author:
Jakub Jermar <jakub@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
874878a
Parents:
bb68433
Message:

Reimplement ASID stealing logic.
This time, hopefully, with correct synchronization.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • arch/ia64/src/mm/frame.c

    rbb68433 r7e4e532  
    4444       
    4545        /*
    46         * Workaround to prevent slab allocator from allocating frame 0.
    47         * Remove the following statement when the kernel is no longer
     46        * Workaround to prevent slab allocator from allocating frame 0.
     47        * Remove the following statement when the kernel is no longer
    4848         * identity mapped.
    49         */
     49        */
    5050        frame_mark_unavailable(0, 1);
    5151
Note: See TracChangeset for help on using the changeset viewer.