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:
7bd2623
)
ARM: Check for is_smp for tlb_ops and cache_ops boardcast
author
Tony Lindgren
<tony@atomide.com>
Mon, 20 Sep 2010 21:48:02 +0000
(14:48 -0700)
committer
Tony Lindgren
<tony@atomide.com>
Mon, 20 Sep 2010 21:48:02 +0000
(14:48 -0700)
This should not be needed when running on UP systems.
Additionally we will also get an undefined instruction on ARM cores
without the extended CPUID registers with CONFIG_SMP_ON_UP.
Also, we can now remove the is_smp() test from mmu.c.
Signed-off-by: Tony Lindgren <tony@atomide.com>
No differences found