Bläddra i källkod

initialise() doesn't take regs

tags/v0.9.3
Michael Brown 19 år sedan
förälder
incheckning
34a0b5f16f
1 ändrade filer med 2 tillägg och 2 borttagningar
  1. 2
    2
      src/arch/i386/transitions/librm_mgmt.c

+ 2
- 2
src/arch/i386/transitions/librm_mgmt.c Visa fil

@@ -134,8 +134,8 @@ POST_RELOC_FN ( POST_RELOC_LIBRM, librm_post_reloc );
134 134
 void initialise_via_librm ( struct i386_all_regs *regs ) {
135 135
 	char *new_librm;
136 136
 
137
-	/* Hand off to arch_initialise() */
138
-	initialise ( regs );
137
+	/* Hand off to initialise() */
138
+	initialise ();
139 139
 
140 140
 	/* Uninstall current librm (i.e. the one that's part of the
141 141
 	 * original, pre-relocation Etherboot image).

Laddar…
Avbryt
Spara