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:
8e9c24a
)
ARM: virt: use PSR_N_BIT for detecting boot CPU mode mismatch
author
Will Deacon
<will.deacon@arm.com>
Sun, 2 Dec 2012 17:44:36 +0000
(17:44 +0000)
committer
Will Deacon
<will.deacon@arm.com>
Thu, 10 Jan 2013 21:09:32 +0000
(21:09 +0000)
During boot, we detect whether or not all CPUs are brought up in the
same mode and signal this to the kernel using the N bit in the SPSR.
This patch tidies up the checking code to use the PSR_N_BIT macro,
rather than hardcoding the bit field and commenting it as such.
Signed-off-by: Will Deacon <will.deacon@arm.com>
No differences found