From 34a0b5f16f88332855c8570ba02768d25f545191 Mon Sep 17 00:00:00 2001 From: Michael Brown Date: Sun, 10 Apr 2005 18:39:28 +0000 Subject: [PATCH] initialise() doesn't take regs --- src/arch/i386/transitions/librm_mgmt.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/arch/i386/transitions/librm_mgmt.c b/src/arch/i386/transitions/librm_mgmt.c index f59941b2..384fb673 100644 --- a/src/arch/i386/transitions/librm_mgmt.c +++ b/src/arch/i386/transitions/librm_mgmt.c @@ -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).