Changeset 071a8ae6 in mainline for genarch/src/mm/page_ht.c


Ignore:
Timestamp:
2006-02-01T20:54:34Z (19 years ago)
Author:
Jakub Jermar <jakub@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
b5e0bb8
Parents:
ef67bab
Message:

Blacklist addresses between 0xa0000 and 0xfffff on ia64 for frame allocator.
This area contains VGA text frame buffer and should be avoided.
falloc2 test now passes on ia64.

File:
1 edited

Legend:

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

    ref67bab r071a8ae6  
    5757page_operations_t page_ht_operations = {
    5858        .mapping_insert = ht_mapping_insert,
    59         .mapping_find = ht_mapping_find,
     59        .mapping_find = ht_mapping_find
    6060};
    6161
Note: See TracChangeset for help on using the changeset viewer.