So we can more easily see if the shiny got enabled.

Signed-off-by: Peter Zijlstra (Intel) <[email protected]>
---
 arch/x86/mm/kaiser.c |    2 ++
 1 file changed, 2 insertions(+)

--- a/arch/x86/mm/kaiser.c
+++ b/arch/x86/mm/kaiser.c
@@ -425,6 +425,8 @@ void __init kaiser_init(void)
        if (!kaiser_enabled)
                return;
 
+       printk("All your KAISER are belong to us\n");
+
        kaiser_init_all_pgds();
 
        for_each_possible_cpu(cpu) {


Reply via email to