Changeset 071a8ae6 in mainline for arch/ia64/src/mm/frame.c
- Timestamp:
- 2006-02-01T20:54:34Z (19 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- b5e0bb8
- Parents:
- ef67bab
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
arch/ia64/src/mm/frame.c
ref67bab r071a8ae6 32 32 #include <panic.h> 33 33 34 /* 35 * This is Ski-specific and certainly not sufficient 36 * for real ia64 systems that provide memory map. 37 */ 38 #define ROM_BASE 0xa0000 39 #define ROM_SIZE (384*1024) 40 34 41 void frame_arch_init(void) 35 42 { 43 /* 44 * Blacklist ROM regions. 45 */ 46 frame_region_not_free(ROM_BASE, ROM_SIZE); 36 47 zone_create_in_region(0, config.memory_size & ~(FRAME_SIZE-1)); 37 48 }
Note:
See TracChangeset
for help on using the changeset viewer.