From mboxrd@z Thu Jan 1 00:00:00 1970 From: Robin Holt Subject: [ofa-general] Re: [PATCH 2 of 9] Core of mmu notifiers Date: Tue, 8 Apr 2008 11:26:19 -0500 Message-ID: <20080408162619.GP11364@sgi.com> References: Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Cc: Nick Piggin , Jack Steiner , Peter Zijlstra , kvm-devel@lists.sourceforge.net, Kanoj Sarcar , Roland Dreier , linux-kernel@vger.kernel.org, Avi Kivity , linux-mm@kvack.org, Robin Holt , general@lists.openfabrics.org, Hugh Dickins , akpm@linux-foundation.org, Christoph Lameter To: Andrea Arcangeli Return-path: Content-Disposition: inline In-Reply-To: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: general-bounces@lists.openfabrics.org Errors-To: general-bounces@lists.openfabrics.org List-Id: kvm.vger.kernel.org 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 be= fore =E2=80=98cpumask_t=E2=80=99 In file included from mm/mmu_notifier.c:12: include/linux/mmu_notifier.h: In function =E2=80=98mm_has_notifiers=E2=80= =99: include/linux/mmu_notifier.h:62: error: =E2=80=98struct mm_struct=E2=80=99= has no member named =E2=80=98mmu_notifier_list=E2=80=99 include/linux/mmu_notifier.h: In function =E2=80=98mmu_notifier_mm_init=E2= =80=99: include/linux/mmu_notifier.h:117: error: =E2=80=98struct mm_struct=E2=80=99= has no member named =E2=80=98mmu_notifier_list=E2=80=99 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 =E2=80=98get_mmu_context=E2=80=99: include/asm/mmu_context.h:81: error: =E2=80=98struct mm_struct=E2=80=99 h= as no member named =E2=80=98context=E2=80=99 include/asm/mmu_context.h:88: error: =E2=80=98struct mm_struct=E2=80=99 h= as no member named =E2=80=98context=E2=80=99 include/asm/mmu_context.h:90: error: =E2=80=98struct mm_struct=E2=80=99 h= as no member named =E2=80=98cpu_vm_mask=E2=80=99 include/asm/mmu_context.h:99: error: =E2=80=98struct mm_struct=E2=80=99 h= as no member named =E2=80=98context=E2=80=99 include/asm/mmu_context.h: In function =E2=80=98init_new_context=E2=80=99= : include/asm/mmu_context.h:120: error: =E2=80=98struct mm_struct=E2=80=99 = has no member named =E2=80=98context=E2=80=99 include/asm/mmu_context.h: In function =E2=80=98activate_context=E2=80=99= : include/asm/mmu_context.h:173: error: =E2=80=98struct mm_struct=E2=80=99 = has no member named =E2=80=98cpu_vm_mask=E2=80=99 include/asm/mmu_context.h:174: error: =E2=80=98struct mm_struct=E2=80=99 = has no member named =E2=80=98cpu_vm_mask=E2=80=99 include/asm/mmu_context.h:180: error: =E2=80=98struct mm_struct=E2=80=99 = has no member named =E2=80=98context=E2=80=99 mm/mmu_notifier.c: In function =E2=80=98__mmu_notifier_release=E2=80=99: mm/mmu_notifier.c:25: error: =E2=80=98struct mm_struct=E2=80=99 has no me= mber named =E2=80=98mmu_notifier_list=E2=80=99 mm/mmu_notifier.c:26: error: =E2=80=98struct mm_struct=E2=80=99 has no me= mber named =E2=80=98mmu_notifier_list=E2=80=99 mm/mmu_notifier.c: In function =E2=80=98__mmu_notifier_clear_flush_young=E2= =80=99: mm/mmu_notifier.c:47: error: =E2=80=98struct mm_struct=E2=80=99 has no me= mber named =E2=80=98mmu_notifier_list=E2=80=99 mm/mmu_notifier.c: In function =E2=80=98__mmu_notifier_invalidate_page=E2= =80=99: mm/mmu_notifier.c:61: error: =E2=80=98struct mm_struct=E2=80=99 has no me= mber named =E2=80=98mmu_notifier_list=E2=80=99 mm/mmu_notifier.c: In function =E2=80=98__mmu_notifier_invalidate_range_s= tart=E2=80=99: mm/mmu_notifier.c:73: error: =E2=80=98struct mm_struct=E2=80=99 has no me= mber named =E2=80=98mmu_notifier_list=E2=80=99 mm/mmu_notifier.c: In function =E2=80=98__mmu_notifier_invalidate_range_e= nd=E2=80=99: mm/mmu_notifier.c:85: error: =E2=80=98struct mm_struct=E2=80=99 has no me= mber named =E2=80=98mmu_notifier_list=E2=80=99 mm/mmu_notifier.c: In function =E2=80=98mmu_notifier_register=E2=80=99: mm/mmu_notifier.c:102: error: =E2=80=98struct mm_struct=E2=80=99 has no m= ember named =E2=80=98mmu_notifier_list=E2=80=99 make[1]: *** [mm/mmu_notifier.o] Error 1 make: *** [mm] Error 2