Kaynağa Gözat

initialise() doesn't take regs

tags/v0.9.3
Michael Brown 19 yıl önce
ebeveyn
işleme
34a0b5f16f
1 değiştirilmiş dosya ile 2 ekleme ve 2 silme
  1. 2
    2
      src/arch/i386/transitions/librm_mgmt.c

+ 2
- 2
src/arch/i386/transitions/librm_mgmt.c Dosyayı Görüntüle

@@ -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).

Loading…
İptal
Kaydet