Changeset 6323989 in mainline for arch/ppc32/loader/asm.h
- Timestamp:
- 2006-03-14T09:11:07Z (19 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 2d69ee6
- Parents:
- eebd172
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
arch/ppc32/loader/asm.h
reebd172 r6323989 31 31 32 32 void flush_instruction_cache(void); 33 void jump_to_kernel(void * addr) __attribute__((noreturn));33 void jump_to_kernel(void *code, void *memmap) __attribute__((noreturn)); 34 34 35 35 #define memcpy(dst, src, cnt) __builtin_memcpy((dst), (src), (cnt))
Note:
See TracChangeset
for help on using the changeset viewer.