backported vs2.1.x fix to irq handling, which caused incorrect scheduler behavior
[linux-2.6.git] / fs / proc / proc_misc.c
index e41f91d..f8eebe6 100644 (file)
@@ -51,7 +51,6 @@
 #include <asm/tlb.h>
 #include <asm/div64.h>
 #include "internal.h"
-#include <linux/vs_cvirt.h>
 
 #define LOAD_INT(x) ((x) >> FSHIFT)
 #define LOAD_FRAC(x) LOAD_INT(((x) & (FIXED_1-1)) * 100)