Revert "x86: Cleanup highmap after brk is concluded"
[linux-flexiantxendom0-natty.git] / arch / x86 / kernel / head64.c
index 5655c22..2d2673c 100644 (file)
@@ -77,6 +77,9 @@ void __init x86_64_start_kernel(char * real_mode_data)
        /* Make NULL pointers segfault */
        zap_identity_mappings();
 
+       /* Cleanup the over mapped high alias */
+       cleanup_highmap();
+
        max_pfn_mapped = KERNEL_IMAGE_SIZE >> PAGE_SHIFT;
 
        for (i = 0; i < NUM_EXCEPTION_VECTORS; i++) {