move die notifier handling to common code
[deliverable/linux.git] / arch / x86_64 / mm / fault.c
index de99dba2c515503f716501aafd9f0eab57ed0142..fd6ecc2cee38573d8483d377c58749b511f689ec 100644 (file)
 #include <linux/tty.h>
 #include <linux/vt_kern.h>             /* For unblank_screen() */
 #include <linux/compiler.h>
+#include <linux/vmalloc.h>
 #include <linux/module.h>
 #include <linux/kprobes.h>
 #include <linux/uaccess.h>
+#include <linux/kdebug.h>
 
 #include <asm/system.h>
 #include <asm/pgalloc.h>
 #include <asm/smp.h>
 #include <asm/tlbflush.h>
 #include <asm/proto.h>
-#include <asm/kdebug.h>
 #include <asm-generic/sections.h>
 
 /* Page fault error code bits */
This page took 0.024503 seconds and 5 git commands to generate.