diff options
author | Ingo Molnar | 2020-07-05 21:33:11 +0200 |
---|---|---|
committer | Ingo Molnar | 2020-07-05 21:39:23 +0200 |
commit | a4c0e91d1d65bc58f928b80ed824e10e165da22c (patch) | |
tree | 460a9ebeea1c8bc8c7f26e06b600e41363ac7489 /arch/x86/ia32/ia32_aout.c | |
parent | cc801833a171163edb6385425349ba8903bd1b20 (diff) |
x86/entry/32: Fix XEN_PV build dependency
xenpv_exc_nmi() and xenpv_exc_debug() are only defined on 64-bit kernels,
but they snuck into the 32-bit build via <asm/identry.h>, causing the link
to fail:
ld: arch/x86/entry/entry_32.o: in function `asm_xenpv_exc_nmi':
(.entry.text+0x817): undefined reference to `xenpv_exc_nmi'
ld: arch/x86/entry/entry_32.o: in function `asm_xenpv_exc_debug':
(.entry.text+0x827): undefined reference to `xenpv_exc_debug'
Only use them on 64-bit kernels.
Fixes: f41f0824224e: ("x86/entry/xen: Route #DB correctly on Xen PV")
Cc: Andy Lutomirski <luto@kernel.org>
Cc: Thomas Gleixner <tglx@linutronix.de>
Cc: Peter Zijlstra (Intel) <peterz@infradead.org>
Cc: linux-kernel@vger.kernel.org
Signed-off-by: Ingo Molnar <mingo@kernel.org>
Diffstat (limited to 'arch/x86/ia32/ia32_aout.c')
0 files changed, 0 insertions, 0 deletions