Skip to content

Commit 88f30ac

Browse files
committed
Merge tag 'x86_sev_for_v5.18_rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
Pull x86 SEV fix from Borislav Petkov: - Add a missing function section annotation * tag 'x86_sev_for_v5.18_rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip: x86/head64: Add missing __head annotation to sme_postprocess_startup()
2 parents 35cbdaf + 5f11703 commit 88f30ac

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

arch/x86/kernel/head64.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,7 @@ static bool __head check_la57_support(unsigned long physaddr)
126126
}
127127
#endif
128128

129-
static unsigned long sme_postprocess_startup(struct boot_params *bp, pmdval_t *pmd)
129+
static unsigned long __head sme_postprocess_startup(struct boot_params *bp, pmdval_t *pmd)
130130
{
131131
unsigned long vaddr, vaddr_end;
132132
int i;

0 commit comments

Comments
 (0)