efi: x86: move efi_is_table_address() into arch/x86

The function efi_is_table_address() and the associated array of table
pointers is specific to x86. Since we will be adding some more x86
specific tables, let's move this code out of the generic code first.

Signed-off-by: Ard Biesheuvel <ard.biesheuvel@linaro.org>
This commit is contained in:
Ard Biesheuvel
2019-06-25 15:36:45 +02:00
والد 5f9e832c13
کامیت e55f31a599
5فایلهای تغییر یافته به همراه39 افزوده شده و 40 حذف شده

مشاهده پرونده

@@ -19,6 +19,7 @@
#include <asm/set_memory.h>
#include <asm/e820/api.h>
#include <asm/efi.h>
#include <asm/fixmap.h>
#include <asm/pgtable.h>
#include <asm/tlbflush.h>