Changeset 38f6add in mainline for kernel/arch/ia64/src/mm/tlb.c


Ignore:
Timestamp:
2009-01-04T13:58:11Z (16 years ago)
Author:
Jakub Jermar <jakub@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
44ff4fb
Parents:
8ce14e3
Message:

Replace the disfunct hw_map() with a functional dirty hack.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • kernel/arch/ia64/src/mm/tlb.c

    r8ce14e3 r38f6add  
    483483{
    484484        if (TASK->arch.iomap)
    485                 return bitmap_get(TASK->arch.iomap,page);
     485                return bitmap_get(TASK->arch.iomap, page);
    486486        else
    487487                return 0;
Note: See TracChangeset for help on using the changeset viewer.