From: Tony Lindgren Date: Mon, 20 Sep 2010 21:48:02 +0000 (-0700) Subject: ARM: Check for is_smp for tlb_ops and cache_ops boardcast X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6ac934ccc948a2259fb98fd4f70ccea2a13e0183;p=pandora-kernel.git ARM: Check for is_smp for tlb_ops and cache_ops boardcast 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 --- Reading git-diff-tree failed