Changeset b97b348 in mainline for boot/arch/sparc64/include/asm.h


Ignore:
Timestamp:
2010-05-12T20:00:19Z (14 years ago)
Author:
Martin Decky <martin@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
be6cef1b
Parents:
f09d891
Message:

do not use ofw_quiesce() (it can actually make more harm than good)
fix the order of arguments passed from the bootloader to kernel on sparc64 (this fixes booting on machines with non-zero physical address start)
remove separate cache.S, use the code directly in start.S

File:
1 edited

Legend:

Unmodified
Added
Removed
  • boot/arch/sparc64/include/asm.h

    rf09d891 rb97b348  
    3333#include <typedefs.h>
    3434
    35 extern void jump_to_kernel(void *entry, bootinfo_t *bootinfo,
    36     uintptr_t physmem_start, uint8_t subarch) __attribute__((noreturn));
     35extern void jump_to_kernel(uintptr_t physmem_start, bootinfo_t *bootinfo,
     36    uint8_t subarch, void *entry) __attribute__((noreturn));
    3737
    3838#endif
Note: See TracChangeset for help on using the changeset viewer.