Re: [patch 13/17] init, x86: Move mem_encrypt_init() into arch_cpu_finalize_init()
Tom Lendacky <[email protected]>
| Newsgroups | gmane.linux.ports.sh.devel,gmane.linux.kernel,gmane.linux.ports.arm.kernel,gmane.linux.ports.ia64,gmane.linux.ports.mips,gmane.linux.ports.sparc,gmane.linux.uml.devel |
|---|---|
| Message-ID | <[email protected]> |
On 6/13/23 18:39, Thomas Gleixner wrote: > Invoke the X86ism mem_encrypt_init() from X86 arch_cpu_finalize_init() and > remove the weak fallback from the core code. > > No functional change. > > Signed-off-by: Thomas Gleixner <[email protected]> > Cc: Tom Lendacky <[email protected]> Reviewed-by: Tom Lendacky <[email protected]> > --- > arch/x86/include/asm/mem_encrypt.h | 7 ++++--- > arch/x86/kernel/cpu/common.c | 11 +++++++++++ > init/main.c | 13 ------------- > 3 files changed, 15 insertions(+), 16 deletions(-) >