mirror of
https://github.com/genesi/linux-legacy.git
synced 2026-09-12 01:38:35 +00:00
pseries_dedicated_idle() was using __get_tb which used to be defined in asm/delay.h. Change it to use get_tb from asm/time.h, which is in fact exactly the same thing. Signed-off-by: Paul Mackerras <paulus@samba.org>