> + pte = huge_pte_alloc(mm, address); > + set_huge_pte(mm, vma, page, pte, vma->vm_flags & VM_WRITE); This looks broken. Another CPU could have raced to the same fault and already added an PTE here. You have to handle that. (my i386 version originally had the same problem) > +/* update_mmu_cache(vma, address, *pte); */ I have not studied low level IA64 VM in detail, but don't you need some kind of TLB flush here? -Andi - To unsubscribe from this list: send the line "unsubscribe linux-ia64" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.htmlReceived on Mon Mar 15 21:14:07 2004
This archive was generated by hypermail 2.1.8 : 2005-08-02 09:20:24 EST