Skip to content
Commit 1b2c92a1 authored by Linus Torvalds's avatar Linus Torvalds
Browse files

x86/mem_encrypt: Remove stale mem_encrypt_init() declaration



The memory encryption initialization logic was moved from init/main.c
into arch_cpu_finalize_init() in commit 439e1757 ("init, x86: Move
mem_encrypt_init() into arch_cpu_finalize_init()"), but a stale
declaration for the init function was left in <linux/init.h>.

And didn't cause any problems if you had X86_MEM_ENCRYPT enabled, which
apparently everybody involved did have.  See also commit 0a9567ac
("x86/mem_encrypt: Unbreak the AMD_MEM_ENCRYPT=n build") in this whole
sad saga of conflicting declarations for different situations.

Reported-by: default avatarMatthew Wilcox <willy@infradead.org>
Fixes: 439e1757 init, x86: Move mem_encrypt_init() into arch_cpu_finalize_init()
Cc: Thomas Gleixner <tglx@linutronix.de>
Signed-off-by: default avatarLinus Torvalds <torvalds@linux-foundation.org>
parent 6581ccf0
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