commit | 18b4b276b490a8b9f86c512de8a6054c27bb87c2 | [log] [tgz] |
---|---|---|
author | James Morse <james.morse@arm.com> | Mon Nov 06 18:44:26 2017 +0000 |
committer | Rafael J. Wysocki <rafael.j.wysocki@intel.com> | Tue Nov 07 12:13:33 2017 +0100 |
tree | 1566874e5505eedb8fe75fb4341233e312377182 | |
parent | 520e18a5080d2c444a03280d99c8a35cb667d321 [diff] |
arm64: mm: Remove arch_apei_flush_tlb_one() Nothing calls arch_apei_flush_tlb_one() anymore, instead relying on __set_fixmap() to do the invalidation. Remove it. Move the IPI-considered-harmful comment to __set_fixmap(). Signed-off-by: James Morse <james.morse@arm.com> Acked-by: Will Deacon <will.deacon@arm.com> Tested-by: Tyler Baicar <tbaicar@codeaurora.org> Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com> Cc: All applicable <stable@vger.kernel.org>