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


Ignore:
Timestamp:
2005-09-05T12:15:04Z (20 years ago)
Author:
Martin Decky <martin@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
2c55af3
Parents:
ff4c4f5
Message:

remove lower 2 GB identity mapping (IA-32)

File:
1 edited

Legend:

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

    rff4c4f5 rc0b45fa  
    5757                 * PA2KA(identity) mapping for all frames.
    5858                 */
    59                 for (i = 0; i < frames; i++) {
    60                         map_page_to_frame(i * PAGE_SIZE, i * PAGE_SIZE, PAGE_CACHEABLE, KA2PA(dba));
     59                for (i = 0; i < frames; i++)
    6160                        map_page_to_frame(PA2KA(i * PAGE_SIZE), i * PAGE_SIZE, PAGE_CACHEABLE, KA2PA(dba));
    62                 }
    6361
    6462                trap_register(14, page_fault);
Note: See TracChangeset for help on using the changeset viewer.