diff options
| author | Michael Brown | 2005-04-09 15:28:59 +0200 |
|---|---|---|
| committer | Michael Brown | 2005-04-09 15:28:59 +0200 |
| commit | c8c7d937577c59ac42bbc5dba157ac2b533d37dc (patch) | |
| tree | e356eb9474c62b776991145e1828323319982494 /src | |
| parent | relocate() is called by arch_initialise(). (diff) | |
| download | ipxe-c8c7d937577c59ac42bbc5dba157ac2b533d37dc.tar.gz ipxe-c8c7d937577c59ac42bbc5dba157ac2b533d37dc.tar.xz ipxe-c8c7d937577c59ac42bbc5dba157ac2b533d37dc.zip | |
Relocation code is arch-specific.
Diffstat (limited to 'src')
| -rw-r--r-- | src/include/etherboot.h | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/src/include/etherboot.h b/src/include/etherboot.h index d68423a2b..585e92a74 100644 --- a/src/include/etherboot.h +++ b/src/include/etherboot.h @@ -276,12 +276,6 @@ extern void forget_prefix_base_memory ( void ); extern void forget_runtime_base_memory ( uint32_t old_addr ); extern unsigned long get_boot_order(unsigned long order, unsigned *index); -#ifndef NORELOCATE -extern void relocate(void); -extern void relocate_to(unsigned long phys_dest); -#else -#define relocate() do {} while(0) -#endif extern void disk_init P((void)); extern unsigned int pcbios_disk_read P((int drv,int c,int h,int s,char *buf)); |
