Commit 88f30ac2 authored by Linus Torvalds's avatar Linus Torvalds

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()
parents 35cbdaf7 5f117033
...@@ -126,7 +126,7 @@ static bool __head check_la57_support(unsigned long physaddr) ...@@ -126,7 +126,7 @@ static bool __head check_la57_support(unsigned long physaddr)
} }
#endif #endif
static unsigned long sme_postprocess_startup(struct boot_params *bp, pmdval_t *pmd) static unsigned long __head sme_postprocess_startup(struct boot_params *bp, pmdval_t *pmd)
{ {
unsigned long vaddr, vaddr_end; unsigned long vaddr, vaddr_end;
int i; int i;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment