Am 28.11.2010 um 14:04 schrieb Blue Swirl:
On Sun, Nov 28, 2010 at 12:58 PM, Andreas Färber <andreas.faerber@web.de
wrote: Fix an error in generic ppc code as well. Reported by Blue.
Cc: Blue Swirl blauwirbel@gmail.com Signed-off-by: Andreas Färber andreas.faerber@web.de
Acked-by: Blue Swirl blauwirbel@gmail.com
This fixes the build for me.
Thanks, applied as r977.
_get_ticks is not declared in any header, so exporting the symbol does not seem useful.
We generally seem to be lacking suitable headers (and a dedicated source file in libopenbios/) for helpers like these. Other assembler functions called from C are declared in the source file before use.
Andreas