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:
13d543c
)
powerpc/smp: Use '==' instead of '<' for system_state
author
liguang
<lig.fnst@cn.fujitsu.com>
Thu, 30 May 2013 06:47:53 +0000
(14:47 +0800)
committer
Benjamin Herrenschmidt
<benh@kernel.crashing.org>
Thu, 20 Jun 2013 07:04:23 +0000
(17:04 +1000)
'system_state < SYSTEM_RUNNING' will have same effect
with 'system_state == SYSTEM_BOOTING', but the later
one is more clearer.
Signed-off-by: liguang <lig.fnst@cn.fujitsu.com>
Signed-off-by: Benjamin Herrenschmidt <benh@kernel.crashing.org>
No differences found