From: Eric Miao Date: Thu, 11 Sep 2008 02:43:02 +0000 (+0800) Subject: [ARM] pxa: introduce cpu_is_pxa26x() X-Git-Tag: v2.6.28-rc1~293^2~6^2~21 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=da1a3dc0ebb4f9209a1939eaa6b18901e0cd7bc0;p=pandora-kernel.git [ARM] pxa: introduce cpu_is_pxa26x() PXA26x (PXA261/262) is actually a PXA250 with stacked Intel(R) StartaFlash. And this can be decided by bit 3 (PKG_TYPE) of BOOT_DEF register. Due to this extra I/O register access, make cpu_is_pxa26x() a public function instead of a macro. Signed-off-by: Eric Miao Signed-off-by: Russell King --- Reading git-diff-tree failed