]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/commit
[IA64] use goto to jump out do/while_each_thread
authorLi Zefan <lizf@cn.fujitsu.com>
Tue, 1 Apr 2008 04:29:34 +0000 (12:29 +0800)
committerTony Luck <tony.luck@intel.com>
Wed, 9 Apr 2008 17:17:03 +0000 (10:17 -0700)
commit6794c7526651160a75e90322cb750dcceb310d34
treecd11dabc42e0682352f7c91679f646e1b75c6f6b
parente91450161186a926d16d8fdc8669aa1998bce148
[IA64] use goto to jump out do/while_each_thread

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>
arch/ia64/kernel/perfmon.c