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:
0ffcbfd
)
[ARM] pxa: introduce cpu_is_pxa26x()
author
Eric Miao
<eric.miao@marvell.com>
Thu, 11 Sep 2008 02:43:02 +0000
(10:43 +0800)
committer
Russell King
<rmk+kernel@arm.linux.org.uk>
Thu, 25 Sep 2008 08:54:56 +0000
(09:54 +0100)
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 <eric.miao@marvell.com>
Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
No differences found