I get a compilation error with an undefined reference to PKMAP_BASE (on a
fairly standard x86 box).  This patch include asm/highmem.h, where the
macro is defined.  Please apply.

Signed-off-by: James Morris <[EMAIL PROTECTED]>

---

diff -r 2f39210c8792 drivers/lhype/init.c
--- a/drivers/lhype/init.c      Mon Nov 13 17:16:49 2006 -0500
+++ b/drivers/lhype/init.c      Mon Nov 13 17:23:38 2006 -0500
@@ -8,6 +8,7 @@
 #include <linux/vmalloc.h>
 #include <linux/proc_fs.h>
 #include <linux/file.h>
+#include <asm/highmem.h>
 #include <asm/lhype.h>
 #include <asm/paravirt.h>
 #include <asm/desc.h>


_______________________________________________
Virtualization mailing list
[email protected]
https://lists.osdl.org/mailman/listinfo/virtualization

Reply via email to