Changeset e731b0d in mainline for boot/arch/ia64/loader/asm.h
- Timestamp:
- 2009-08-20T16:58:55Z (16 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- b9c7425
- Parents:
- a11099f
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
boot/arch/ia64/loader/asm.h
ra11099f re731b0d 34 34 #include "main.h" 35 35 36 #define PAGE_WIDTH 37 #define PAGE_SIZE 36 #define PAGE_WIDTH 14 37 #define PAGE_SIZE (1 << PAGE_WIDTH) 38 38 39 #define memcpy(dst, src, cnt) __builtin_memcpy((dst), (src), (cnt))39 #define BALLOC_MAX_SIZE (128 * 1024) 40 40 41 41 extern void halt(void); 42 /*extern void jump_to_kernel(void *entry, uint64_t cfg, bootinfo_t *bootinfo,43 unsigned int bootinfo_size) __attribute__((noreturn));*/44 45 42 extern void jump_to_kernel(void *) __attribute__((noreturn)); 46 43
Note:
See TracChangeset
for help on using the changeset viewer.