From: Eric Miao Date: Tue, 7 Sep 2010 07:10:14 +0000 (+0800) Subject: ARM: pxa: fix cpu_is_pxa*() not expanding to zero when not configured X-Git-Tag: v2.6.36-rc6~11^2~4^2~2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=cfc6a554d7a364997a43964b4b1290487f890447;p=pandora-kernel.git ARM: pxa: fix cpu_is_pxa*() not expanding to zero when not configured When CONFIG_PXA3xx is not selected, cpu_is_pxa3xx() doesn't expand to zero, which in some places doesn't result in correct optimization. Signed-off-by: Eric Miao Reported-and-tested-by: Marek Vasut --- Reading git-diff-tree failed