[PATCH] lhype: compilation fix for PKMAP_BASE reference

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



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 <jmorris at redhat.com>

---

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>




[Index of Archives]     [KVM Development]     [Libvirt Development]     [Libvirt Users]     [CentOS Virtualization]     [Netdev]     [Ethernet Bridging]     [Linux Wireless]     [Kernel Newbies]     [Security]     [Linux for Hams]     [Netfilter]     [Bugtraq]     [Yosemite Forum]     [MIPS Linux]     [ARM Linux]     [Linux RAID]     [Linux Admin]     [Samba]

  Powered by Linux