[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <YKdCyQWqMVChz3Is@google.com>
Date: Fri, 21 May 2021 14:19:05 +0900
From: Sergey Senozhatsky <senozhatsky@...omium.org>
To: kernel test robot <lkp@...el.com>
Cc: Sergey Senozhatsky <senozhatsky@...omium.org>,
kbuild-all@...ts.01.org, linux-kernel@...r.kernel.org,
"Paul E. McKenney" <paulmck@...nel.org>
Subject: Re: [rcu:dev.2021.05.18a 19/26]
arch/powerpc/include/asm/kvm_para.h:27:40: error: 'KVM_HC_FEATURES'
undeclared
On (21/05/21 10:35), kernel test robot wrote:
>
> In file included from arch/powerpc/include/asm/epapr_hcalls.h:53,
> from arch/powerpc/include/uapi/asm/kvm_para.h:82,
> from arch/powerpc/include/asm/kvm_para.h:13,
> from kernel/rcu/tree_stall.h:10,
> from kernel/rcu/tree.c:4783:
I think I #include wrong header.
It should be
#include <linux/kvm_para.h>
not
#include <asm/kvm_para.h>
Powered by blists - more mailing lists