Changeset 5d8d71e in mainline for kernel/arch/amd64/include/boot/boot.h
- Timestamp:
- 2009-03-03T21:17:45Z (16 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 06f96234
- Parents:
- c22e964
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
kernel/arch/amd64/include/boot/boot.h
rc22e964 r5d8d71e 43 43 #define MULTIBOOT_HEADER_FLAGS 0x00010003 44 44 45 #define MULTIBOOT_LOADER_MAGIC 0x2BADB002 45 #ifndef __ASM__ 46 47 #ifdef CONFIG_SMP 48 49 /* This is only a symbol so the type is dummy. Obtain the value using &. */ 50 extern int _hardcoded_unmapped_size; 51 52 #endif /* CONFIG_SMP */ 53 54 #endif /* __ASM__ */ 46 55 47 56 #endif
Note:
See TracChangeset
for help on using the changeset viewer.