The kexec code will call set_pages_state() after tearing down all the GHCBs,
which will therefore result in a call to early_set_pages_state().
This means the __init annotation is wrong, and must be dropped.
Fixes:
|
||
|---|---|---|
| .. | ||
| Makefile | ||
| efi-mixed.S | ||
| exports.h | ||
| gdt_idt.c | ||
| la57toggle.S | ||
| map_kernel.c | ||
| sev-shared.c | ||
| sev-startup.c | ||
| sme.c | ||