x86/entry: Convert NMI to IDTENTRY_NMI
[linux-2.6-microblaze.git] / arch / x86 / kernel / amd_gart_64.c
index 1613381..17cb5b9 100644 (file)
@@ -33,7 +33,6 @@
 #include <linux/atomic.h>
 #include <linux/dma-direct.h>
 #include <asm/mtrr.h>
-#include <asm/pgtable.h>
 #include <asm/proto.h>
 #include <asm/iommu.h>
 #include <asm/gart.h>
@@ -159,7 +158,7 @@ static void dump_leak(void)
                return;
        dump = 1;
 
-       show_stack(NULL, NULL);
+       show_stack(NULL, NULL, KERN_ERR);
        debug_dma_dump_mappings(NULL);
 }
 #endif