--- 0b08160ed9feb24a20b3af8671ebd4587b170da8 +++ 0b06cd778fd9c73884f8c1cffc5a359ec4f9c425 @@ -76,6 +76,9 @@ void __init x86_64_start_kernel(char * r /* Make NULL pointers segfault */ zap_identity_mappings(); + /* Cleanup the over mapped high alias */ + cleanup_highmap(); + for (i = 0; i < NUM_EXCEPTION_VECTORS; i++) { #ifdef CONFIG_EARLY_PRINTK set_intr_gate(i, &early_idt_handlers[i]);