summaryrefslogtreecommitdiff
path: root/arch/x86/include/asm/asm-prototypes.h
diff options
context:
space:
mode:
authorIngo Molnar <mingo@kernel.org>2023-01-13 15:43:20 +0300
committerIngo Molnar <mingo@kernel.org>2023-01-13 15:43:20 +0300
commite12ad468c22065a2826b2fc4c11d2113a7975301 (patch)
treecd9b78aa5b73ae72c3b4676059ce5f67fe6eacf3 /arch/x86/include/asm/asm-prototypes.h
parent92cbbadf73f45c5d8bb26ed8668ff59671ff21e6 (diff)
downloadlinux-e12ad468c22065a2826b2fc4c11d2113a7975301.tar.xz
x86/gsseg: Add the new <asm/gsseg.h> header to <asm/asm-prototypes.h>
Module build needs to be able to pick up the C prototype: WARNING: modpost: EXPORT symbol "asm_load_gs_index" [vmlinux] version generation failed, symbol will not be versioned. Is "asm_load_gs_index" prototyped in <asm/asm-prototypes.h>? Fixes: ae53fa187030 ("x86/gsseg: Move load_gs_index() to its own new header file") Reported-by: Stephen Rothwell <sfr@canb.auug.org.au> Signed-off-by: Ingo Molnar <mingo@kernel.org> Cc: linux-kernel@vger.kernel.org
Diffstat (limited to 'arch/x86/include/asm/asm-prototypes.h')
-rw-r--r--arch/x86/include/asm/asm-prototypes.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/x86/include/asm/asm-prototypes.h b/arch/x86/include/asm/asm-prototypes.h
index 8f80de627c60..b1a98fa38828 100644
--- a/arch/x86/include/asm/asm-prototypes.h
+++ b/arch/x86/include/asm/asm-prototypes.h
@@ -12,6 +12,7 @@
#include <asm/special_insns.h>
#include <asm/preempt.h>
#include <asm/asm.h>
+#include <asm/gsseg.h>
#ifndef CONFIG_X86_CMPXCHG64
extern void cmpxchg8b_emu(void);