Changeset 26e7d6d in mainline for kernel/arch/ia64/include/bootinfo.h
- Timestamp:
- 2011-09-19T16:31:00Z (13 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- a347a11
- Parents:
- 3842a955 (diff), 086290d (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. - File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
kernel/arch/ia64/include/bootinfo.h
r3842a955 r26e7d6d 34 34 #define MEMMAP_ITEMS 128 35 35 36 #define EFI_MEMMAP_FREE_MEM 036 #define MEMMAP_FREE_MEM 0 37 37 38 38 /** Size of buffer for storing task name in binit_task_t. */ … … 54 54 unsigned long base; 55 55 unsigned long size; 56 } efi_memmap_item_t;56 } memmap_item_t; 57 57 58 58 typedef struct { 59 59 binit_t taskmap; 60 60 61 efi_memmap_item_t memmap[MEMMAP_ITEMS];61 memmap_item_t memmap[MEMMAP_ITEMS]; 62 62 unsigned int memmap_items; 63 63 … … 66 66 unsigned long freq_scale; 67 67 unsigned int wakeup_intno; 68 int hello_configured;69 68 } bootinfo_t; 70 69
Note:
See TracChangeset
for help on using the changeset viewer.