From: liguang Date: Thu, 30 May 2013 06:47:53 +0000 (+0800) Subject: powerpc/smp: Use '==' instead of '<' for system_state X-Git-Tag: v3.11-rc1~94^2~120 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a5b45ded097908d40803b5c2770259398811b24e;p=pandora-kernel.git powerpc/smp: Use '==' instead of '<' for system_state 'system_state < SYSTEM_RUNNING' will have same effect with 'system_state == SYSTEM_BOOTING', but the later one is more clearer. Signed-off-by: liguang Signed-off-by: Benjamin Herrenschmidt --- Reading git-diff-tree failed