]> git.baikalelectronics.ru Git - kernel.git/commit
x86/head64: Add missing __head annotation to sme_postprocess_startup()
authorMarco Bonelli <marco@mebeim.net>
Fri, 11 Feb 2022 16:23:50 +0000 (17:23 +0100)
committerBorislav Petkov <bp@suse.de>
Sat, 12 Feb 2022 10:37:09 +0000 (11:37 +0100)
commitd003f1e0845509a1afe7353af0aba714a30da95c
treea9c6b35cf4d7dc63baf69d67e33b132d10b3a425
parentcdcfc33f146631371044f576fc7b64d7e71508a3
x86/head64: Add missing __head annotation to sme_postprocess_startup()

This function was previously part of __startup_64() which is marked
__head, and is currently only called from there. Mark it __head too.

Signed-off-by: Marco Bonelli <marco@mebeim.net>
Signed-off-by: Borislav Petkov <bp@suse.de>
Link: https://lore.kernel.org/r/20220211162350.11780-1-marco@mebeim.net
arch/x86/kernel/head64.c