mirror of
https://github.com/xcat2/xNBA.git
synced 2024-12-14 15:21:32 +00:00
initialise() doesn't take regs
This commit is contained in:
parent
87508aa0b2
commit
34a0b5f16f
@ -134,8 +134,8 @@ POST_RELOC_FN ( POST_RELOC_LIBRM, librm_post_reloc );
|
||||
void initialise_via_librm ( struct i386_all_regs *regs ) {
|
||||
char *new_librm;
|
||||
|
||||
/* Hand off to arch_initialise() */
|
||||
initialise ( regs );
|
||||
/* Hand off to initialise() */
|
||||
initialise ();
|
||||
|
||||
/* Uninstall current librm (i.e. the one that's part of the
|
||||
* original, pre-relocation Etherboot image).
|
||||
|
Loading…
Reference in New Issue
Block a user