Messages in this thread Patch in this message |  | | Date | Tue, 8 Apr 2008 19:05:25 +0200 | From | Andrea Arcangeli <> | Subject | Re: [PATCH 2 of 9] Core of mmu notifiers |
| |
On Tue, Apr 08, 2008 at 11:26:19AM -0500, Robin Holt wrote: > This one does not build on ia64. I get the following:
I think it's a common code compilation bug not related to my patch. Can you test this?
diff --git a/include/linux/mm_types.h b/include/linux/mm_types.h --- a/include/linux/mm_types.h +++ b/include/linux/mm_types.h @@ -10,6 +10,7 @@ #include <linux/rbtree.h> #include <linux/rwsem.h> #include <linux/completion.h> +#include <linux/cpumask.h> #include <asm/page.h> #include <asm/mmu.h>
|  |