Changeset 5e2aa83 in mainline for kernel/arch/ia64/src
- Timestamp:
- 2011-07-05T21:28:25Z (15 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- ff65e91
- Parents:
- f7a55f9 (diff), bee37cf (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the(diff)links above to see all the changes relative to each parent. - Location:
- kernel/arch/ia64/src
- Files:
-
- 2 edited
-
ia64.c (modified) (1 diff)
-
mm/frame.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
kernel/arch/ia64/src/ia64.c
rf7a55f9 r5e2aa83 151 151 /* Set platform name. */ 152 152 #ifdef MACHINE_ski 153 platform = " pc";153 platform = "ski"; 154 154 #endif 155 155 #ifdef MACHINE_i460GX -
kernel/arch/ia64/src/mm/frame.c
rf7a55f9 r5e2aa83 58 58 unsigned int i; 59 59 for (i = 0; i < bootinfo->memmap_items; i++) { 60 if (bootinfo->memmap[i].type == EFI_MEMMAP_FREE_MEM) {60 if (bootinfo->memmap[i].type == MEMMAP_FREE_MEM) { 61 61 uint64_t base = bootinfo->memmap[i].base; 62 62 uint64_t size = bootinfo->memmap[i].size;
Note:
See TracChangeset
for help on using the changeset viewer.
