On Wed, Sep 16, 2020 at 06:34:31PM +0100, David Brazdil wrote: > Minor cleanup that only creates __kvm_ex_table ELF section and > related symbols if CONFIG_KVM is enabled. > > Signed-off-by: David Brazdil <dbraz...@google.com> > --- > arch/arm64/kernel/vmlinux.lds.S | 4 ++++ > 1 file changed, 4 insertions(+)
It's also useful because we're about to add another entry here, so: Acked-by: Will Deacon <w...@kernel.org> Will