ARM: Check for is_smp for tlb_ops and cache_ops boardcast
authorTony Lindgren <tony@atomide.com>
Mon, 20 Sep 2010 21:48:02 +0000 (14:48 -0700)
committerTony 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