X-Git-Url: https://git.gag.com/?a=blobdiff_plain;f=ia64%2Fsystem.c;h=2f4223db56c52a7bb783a3637510dfe10216f384;hb=4386d0ddc988a11e8f55d774f577e4ca4f83cea9;hp=2530a3b513544af00cf436ff21f177327a07ddd7;hpb=90dc485b21e0c6b3417e22e86f637f45e62748f2;p=debian%2Felilo diff --git a/ia64/system.c b/ia64/system.c index 2530a3b..2f4223d 100644 --- a/ia64/system.c +++ b/ia64/system.c @@ -140,6 +140,12 @@ sysdeps_initrd_get_addr(kdesc_t *kd, memdesc_t *imem) return 0; } +VOID * +sysdeps_checkfix_initrd(VOID *start_addr, memdesc_t *imem) +{ + return start_addr; +} + /* Flush data cache [addr; addr + len], and sync with icache. */ void flush_dcache (CHAR8 *addr, UINT64 len)