diff options
author | Alexey Dobriyan <adobriyan@gmail.com> | 2023-10-14 19:05:28 +0300 |
---|---|---|
committer | Borislav Petkov (AMD) <bp@alien8.de> | 2023-10-20 12:58:48 +0200 |
commit | 321a145137653188b8bf9a6b6fc60e8ccb184392 (patch) | |
tree | 7cd56ae13db5047b8630b9bf64194596858f6266 /arch/x86 | |
parent | b587fef124f98f3ab1322dba8e37cdff660acd8c (diff) |
x86/callthunks: Delete unused "struct thunk_desc"
It looks like it was never used.
Signed-off-by: Alexey Dobriyan <adobriyan@gmail.com>
Signed-off-by: Ingo Molnar <mingo@kernel.org>
Signed-off-by: Borislav Petkov (AMD) <bp@alien8.de>
Cc: Thomas Gleixner <tglx@linutronix.de>
Cc: Peter Zijlstra <peterz@infradead.org>
Cc: linux-kernel@vger.kernel.org
Link: https://lore.kernel.org/r/843bf596-db67-4b33-a865-2bae4a4418e5@p183
Diffstat (limited to 'arch/x86')
-rw-r--r-- | arch/x86/kernel/callthunks.c | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/arch/x86/kernel/callthunks.c b/arch/x86/kernel/callthunks.c index faa9f2299848..e9ad518a5003 100644 --- a/arch/x86/kernel/callthunks.c +++ b/arch/x86/kernel/callthunks.c @@ -48,11 +48,6 @@ EXPORT_SYMBOL_GPL(__x86_call_count); extern s32 __call_sites[], __call_sites_end[]; -struct thunk_desc { - void *template; - unsigned int template_size; -}; - struct core_text { unsigned long base; unsigned long end; |