Ver código fonte

Relocation code is arch-specific.

tags/v0.9.3
Michael Brown 19 anos atrás
pai
commit
c8c7d93757
1 arquivos alterados com 0 adições e 6 exclusões
  1. 0
    6
      src/include/etherboot.h

+ 0
- 6
src/include/etherboot.h Ver arquivo

@@ -276,12 +276,6 @@ extern void forget_prefix_base_memory ( void );
276 276
 extern void forget_runtime_base_memory ( uint32_t old_addr );
277 277
 
278 278
 extern unsigned long get_boot_order(unsigned long order, unsigned *index);
279
-#ifndef NORELOCATE
280
-extern void relocate(void);
281
-extern void relocate_to(unsigned long phys_dest);
282
-#else
283
-#define relocate() do {} while(0)
284
-#endif
285 279
 extern void disk_init P((void));
286 280
 extern unsigned int pcbios_disk_read P((int drv,int c,int h,int s,char *buf));
287 281
 

Carregando…
Cancelar
Salvar