git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
437a58d
)
powerpc: Fix compile error on pSeries arising from delay.h changes
author
Paul Mackerras
<paulus@samba.org>
Fri, 18 Nov 2005 04:47:18 +0000
(15:47 +1100)
committer
Paul Mackerras
<paulus@samba.org>
Fri, 18 Nov 2005 04:47:18 +0000
(15:47 +1100)
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>
No differences found