Patch 2.6.32.35 to 2.6.32.36
/arch/x86/kernel/head64.c
blob:0b06cd778fd9c73884f8c1cffc5a359ec4f9c425 -> blob:0b08160ed9feb24a20b3af8671ebd4587b170da8
--- arch/x86/kernel/head64.c
+++ arch/x86/kernel/head64.c
@@ -76,9 +76,6 @@ 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]);