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=aca350a1993bbb1bc6a084daac28c20632936586;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