diff --git a/arch/x86/mm/init_64.c b/arch/x86/mm/init_64.c index 0051df573d71..8bfa00bc2c79 100644 --- a/arch/x86/mm/init_64.c +++ b/arch/x86/mm/init_64.c @@ -1392,8 +1392,10 @@ void __init mem_init(void) * The upper region becomes the IEE linear mapping area. * Note that the IEE mapping region is mapped with read-only permissions. */ - if (haoc_enabled) + if (haoc_enabled) { + pr_info("HAOC is enabled by kernel command line."); iee_init(); + } #endif preallocate_vmalloc_pages(); }