lkml.org 
[lkml]   [2022]   [Sep]   [29]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
/
Date
SubjectRe: [PATCH] efi/arm: dump UEFI runtime page tables for ARM
From
sorry,please ignore it, need to udpate.

On 2022/9/30 10:24, Kefeng Wang wrote:
> UEFI runtime page tables dump only for ARM64 at present,
> but ARM support EFI and ARM_PTDUMP_DEBUGFS now, so enable
> it for ARM too.
>
> Signed-off-by: Kefeng Wang <wangkefeng.wang@huawei.com>
> ---
> note: build test only.
> drivers/firmware/efi/arm-runtime.c | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/drivers/firmware/efi/arm-runtime.c b/drivers/firmware/efi/arm-runtime.c
> index 3359ae2adf24..e04956ed1b0a 100644
> --- a/drivers/firmware/efi/arm-runtime.c
> +++ b/drivers/firmware/efi/arm-runtime.c
> @@ -25,7 +25,7 @@
> #include <asm/mmu.h>
> #include <asm/pgalloc.h>
>
> -#if defined(CONFIG_PTDUMP_DEBUGFS) && defined(CONFIG_ARM64)
> +#if defined(CONFIG_PTDUMP_DEBUGFS) || defined(CONFIG_ARM_PTDUMP_DEBUGFS)
> #include <asm/ptdump.h>
>
> static struct ptdump_info efi_ptdump_info = {

\
 
 \ /
  Last update: 2022-09-30 04:21    [W:0.036 / U:0.012 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site