On Sun, 13 Mar 2011, Meelis Roos wrote: > diff --git a/arch/parisc/kernel/pacache.S b/arch/parisc/kernel/pacache.S > index 09b77b2..f3d7da6 100644 > --- a/arch/parisc/kernel/pacache.S > +++ b/arch/parisc/kernel/pacache.S > @@ -842,11 +842,10 @@ ENTRY(flush_alias_page) > .exit > > .procend > +ENDPROC(flush_alias_page) > #endif > > - .export flush_user_dcache_range_asm > - > -flush_user_dcache_range_asm: > +ENTRY(flush_user_dcache_range_asm) > .proc > .callinfo NO_CALLS > .entry > @@ -865,7 +864,7 @@ flush_user_dcache_range_asm: > .exit > > .procend > -ENDPROC(flush_alias_page) > +ENDPROC(flush_user_dcache_range_asm) > > ENTRY(flush_kernel_dcache_range_asm) > .proc Suggest officially submitting above change. It corrects obvious problems with pacache.S. Dave -- J. David Anglin dave.anglin@xxxxxxxxxxxxxx National Research Council of Canada (613) 990-0752 (FAX: 952-6602) -- To unsubscribe from this list: send the line "unsubscribe linux-parisc" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html