Changeset 1fbe8da2 in mainline for arch/ppc32/loader/asm.h


Ignore:
Timestamp:
2006-03-15T18:25:43Z (19 years ago)
Author:
Martin Decky <martin@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
f9719b58
Parents:
032a9b3
Message:

ppc32: boot using real mode trampoline
setup segment registers so far

File:
1 edited

Legend:

Unmodified
Added
Removed
  • arch/ppc32/loader/asm.h

    r032a9b3 r1fbe8da2  
    3131
    3232void flush_instruction_cache(void);
    33 void jump_to_kernel(void *code, void *memmap) __attribute__((noreturn));
     33void jump_to_kernel(void *code, void *memmap, void *real_mode) __attribute__((noreturn));
     34void real_mode(void *code, void *memmap);
    3435
    3536#define memcpy(dst, src, cnt)  __builtin_memcpy((dst), (src), (cnt))
Note: See TracChangeset for help on using the changeset viewer.