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:
c6a389f
)
ARM: mach-ux500: add explicit cpu_relax() for busy wait loop
author
Barry Song
<Baohua.Song@csr.com>
Wed, 24 Aug 2011 01:31:26 +0000
(18:31 -0700)
committer
Linus Walleij
<linus.walleij@linaro.org>
Tue, 30 Aug 2011 07:22:54 +0000
(09:22 +0200)
using cpu_relax in busy loops is a well-known idiom in the kernel. It's more
for documentation purposes than technically needed here.
Cc: Jamie Iles <jamie@jamieiles.com>
Acked-by: Arnd Bergmann <arnd@arndb.de>
Signed-off-by: Barry Song <Baohua.Song@csr.com>
Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
No differences found