mirror of
https://github.com/genesi/linux-legacy.git
synced 2026-07-20 23:55:19 +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>