mirror of
https://gitlab.com/qemu-project/openbios.git
synced 2024-02-13 08:34:06 +08:00
sparc64: fix registers dealing with client (Igor Kovalenko)
Signed-off-by: igor.v.kovalenko@gmail.com git-svn-id: svn://coreboot.org/openbios/trunk/openbios-devel@508 f158a5a8-5612-0410-a976-696ce0be7e32
This commit is contained in:
committed by
Blue Swirl
parent
853aec9291
commit
5f5b8d6f8c
@@ -22,8 +22,9 @@ int linux_load(struct sys_info *info, const char *file, const char *cmdline);
|
||||
int fcode_load(const char *filename);
|
||||
|
||||
// context.c
|
||||
extern struct context *__context;
|
||||
extern struct context * volatile __context;
|
||||
uint64_t start_elf(uint64_t entry_point, uint64_t param);
|
||||
uint64_t start_client_image(uint64_t entry_point, uint64_t cif_handler);
|
||||
|
||||
// boot.c
|
||||
extern struct sys_info sys_info;
|
||||
|
||||
Reference in New Issue
Block a user