Re: [PATCH 2 of 9] Core of mmu notifiers

From: Robin Holt
Date: Tue Apr 08 2008 - 12:26:36 EST


This one does not build on ia64. I get the following:

[holt@attica mmu_v12_xpmem_v003_v1]$ make compressed
CHK include/linux/version.h
CHK include/linux/utsrelease.h
CALL scripts/checksyscalls.sh
CHK include/linux/compile.h
CC mm/mmu_notifier.o
In file included from include/linux/mmu_notifier.h:6,
from mm/mmu_notifier.c:12:
include/linux/mm_types.h:200: error: expected specifier-qualifier-list before âcpumask_tâ
In file included from mm/mmu_notifier.c:12:
include/linux/mmu_notifier.h: In function âmm_has_notifiersâ:
include/linux/mmu_notifier.h:62: error: âstruct mm_structâ has no member named âmmu_notifier_listâ
include/linux/mmu_notifier.h: In function âmmu_notifier_mm_initâ:
include/linux/mmu_notifier.h:117: error: âstruct mm_structâ has no member named âmmu_notifier_listâ
In file included from include/asm/pgtable.h:155,
from include/linux/mm.h:39,
from mm/mmu_notifier.c:14:
include/asm/mmu_context.h: In function âget_mmu_contextâ:
include/asm/mmu_context.h:81: error: âstruct mm_structâ has no member named âcontextâ
include/asm/mmu_context.h:88: error: âstruct mm_structâ has no member named âcontextâ
include/asm/mmu_context.h:90: error: âstruct mm_structâ has no member named âcpu_vm_maskâ
include/asm/mmu_context.h:99: error: âstruct mm_structâ has no member named âcontextâ
include/asm/mmu_context.h: In function âinit_new_contextâ:
include/asm/mmu_context.h:120: error: âstruct mm_structâ has no member named âcontextâ
include/asm/mmu_context.h: In function âactivate_contextâ:
include/asm/mmu_context.h:173: error: âstruct mm_structâ has no member named âcpu_vm_maskâ
include/asm/mmu_context.h:174: error: âstruct mm_structâ has no member named âcpu_vm_maskâ
include/asm/mmu_context.h:180: error: âstruct mm_structâ has no member named âcontextâ
mm/mmu_notifier.c: In function â__mmu_notifier_releaseâ:
mm/mmu_notifier.c:25: error: âstruct mm_structâ has no member named âmmu_notifier_listâ
mm/mmu_notifier.c:26: error: âstruct mm_structâ has no member named âmmu_notifier_listâ
mm/mmu_notifier.c: In function â__mmu_notifier_clear_flush_youngâ:
mm/mmu_notifier.c:47: error: âstruct mm_structâ has no member named âmmu_notifier_listâ
mm/mmu_notifier.c: In function â__mmu_notifier_invalidate_pageâ:
mm/mmu_notifier.c:61: error: âstruct mm_structâ has no member named âmmu_notifier_listâ
mm/mmu_notifier.c: In function â__mmu_notifier_invalidate_range_startâ:
mm/mmu_notifier.c:73: error: âstruct mm_structâ has no member named âmmu_notifier_listâ
mm/mmu_notifier.c: In function â__mmu_notifier_invalidate_range_endâ:
mm/mmu_notifier.c:85: error: âstruct mm_structâ has no member named âmmu_notifier_listâ
mm/mmu_notifier.c: In function âmmu_notifier_registerâ:
mm/mmu_notifier.c:102: error: âstruct mm_structâ has no member named âmmu_notifier_listâ
make[1]: *** [mm/mmu_notifier.o] Error 1
make: *** [mm] Error 2

--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/