From: Arnd Bergmann Date: Wed, 20 Feb 2013 17:21:58 +0000 (+0100) Subject: ARM: prima2: remove duplicate v7_invalidate_l1 X-Git-Tag: v3.9-rc1~118^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9cb0d1babfcb1b4ac248c09425f7d5de1e771133;p=pandora-kernel.git ARM: prima2: remove duplicate v7_invalidate_l1 Patch c08e20d "arm: Add v7_invalidate_l1 to cache-v7.S" added a generic version of this function and removed all platform specific versions, while 4898de3 "ARM: PRIMA2: add new SiRFmarco SMP SoC infrastructures" added another one, leading to a link error. I verified that the two are identical, so we can just remove the one in mach-prima2. Signed-off-by: Arnd Bergmann --- Reading git-diff-tree failed