diff options
author | James Morse <james.morse@arm.com> | 2017-11-06 21:44:27 +0300 |
---|---|---|
committer | Rafael J. Wysocki <rafael.j.wysocki@intel.com> | 2017-11-07 14:13:38 +0300 |
commit | 4a75aeacda3c2455954596593d89187df5420d0a (patch) | |
tree | a717d82c4a9ef2c8c5fb7babe935b8c62abc3b87 /include/acpi | |
parent | 18b4b276b490a8b9f86c512de8a6054c27bb87c2 (diff) | |
download | linux-4a75aeacda3c2455954596593d89187df5420d0a.tar.xz |
ACPI / APEI: Remove arch_apei_flush_tlb_one()
Nothing calls arch_apei_flush_tlb_one() anymore, instead relying on
__set_pte_vaddr() to do the invalidation when called from clear_fixmap()
Remove arch_apei_flush_tlb_one().
Signed-off-by: James Morse <james.morse@arm.com>
Reviewed-by: Borislav Petkov <bp@suse.de>
Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>
Cc: All applicable <stable@vger.kernel.org>
Diffstat (limited to 'include/acpi')
-rw-r--r-- | include/acpi/apei.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/acpi/apei.h b/include/acpi/apei.h index c46694abea28..82c451698c98 100644 --- a/include/acpi/apei.h +++ b/include/acpi/apei.h @@ -50,7 +50,6 @@ int erst_clear(u64 record_id); int arch_apei_enable_cmcff(struct acpi_hest_header *hest_hdr, void *data); void arch_apei_report_mem_error(int sev, struct cper_sec_mem_err *mem_err); -void arch_apei_flush_tlb_one(unsigned long addr); #endif #endif |