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:
e914501
)
[IA64] use goto to jump out do/while_each_thread
author
Li Zefan
<lizf@cn.fujitsu.com>
Tue, 1 Apr 2008 04:29:34 +0000
(12:29 +0800)
committer
Tony Luck
<tony.luck@intel.com>
Wed, 9 Apr 2008 17:17:03 +0000
(10:17 -0700)
do_each_thread/while_each_thread is a double loop, so
should use 'goto' rather than 'break' to break out
the loop.
Signed-off-by: Li Zefan <lizf@cn.fujitsu.com>
Signed-off-by: Tony Luck <tony.luck@intel.com>
No differences found