From: Jonathan Austin Date: Wed, 24 Apr 2013 10:56:09 +0000 (+0100) Subject: ARM: nommu: add stub local_flush_bp_all() for !CONFIG_MMUU X-Git-Tag: omap-for-v3.11/fixes-for-merge-window~41^2^2~5^2~12 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8d655d835bc5c0cb7d485d147ba96249e356a697;p=pandora-kernel.git ARM: nommu: add stub local_flush_bp_all() for !CONFIG_MMUU Since the merging of Will's tlb-ops branch, specifically 89c7e4b8bbb3 (ARM: 7661/1: mm: perform explicit branch predictor maintenance when required), building SMP without CONFIG_MMU has been broken. The local_flush_bp_all function is only called for operations related to changing the kernel's view of memory and ASID rollover - both of which are irrelevant to an !MMU kernel. This patch adds a stub local_flush_bp_all() function to the other tlb maintenance stubs and restores the ability to build an SMP !MMU kernel. Signed-off-by: Jonathan Austin Acked-by: Will Deacon --- Reading git-diff-tree failed