]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - lib_i386/timer.c
ppc4xx: respect 80-chars per line in ppc*.h files
[karo-tx-uboot.git] / lib_i386 / timer.c
index 5cb1f54fb5628616622a93f659992b5afeb6ae74..58a0212ad96e1362aad578e80e7c31f9c576795d 100644 (file)
@@ -51,7 +51,7 @@ int register_timer_isr (timer_fnc_t *isr_func)
        if (new_func == NULL)
                return 1;
 
-       new_func->isr_func = isr_func;
+       new_func->isr_func = isr_func + gd->reloc_off;
        new_func->next = NULL;
 
        /*