search for: 2f39210c8792

Displaying 2 results from an estimated 2 matches for "2f39210c8792".

2007 Apr 18
0
[PATCH] lhype: compilation fix for PKMAP_BASE reference
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@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 <a...
2007 Apr 18
0
[PATCH] lhype: compilation fix for PKMAP_BASE reference
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@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 <a...