From owner-freebsd-mips@FreeBSD.ORG Mon Jun 28 20:59:01 2010 Return-Path: Delivered-To: freebsd-mips@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 55105106566C; Mon, 28 Jun 2010 20:59:01 +0000 (UTC) (envelope-from lists.br@gmail.com) Received: from mail-gy0-f182.google.com (mail-gy0-f182.google.com [209.85.160.182]) by mx1.freebsd.org (Postfix) with ESMTP id E9BCC8FC19; Mon, 28 Jun 2010 20:59:00 +0000 (UTC) Received: by gyf3 with SMTP id 3so908348gyf.13 for ; Mon, 28 Jun 2010 13:58:54 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:subject:mime-version :content-type:from:in-reply-to:date:cc:content-transfer-encoding :message-id:references:to:x-mailer; bh=KkEnV85H5RTH1/+dt4ylx5kwt2GAYnIzLv6j8F5NwkI=; b=qnPPsGtNpdBC6gA4lvilBVTrMRPKgex0rWA+E1UYPBv6DrYP9xmWRDHg92XUO09Y11 MzTNpqT0dQs5+syBmQqvtDNC6ur1peIo0zfdc4VVSMGF39T8TpZEhvza9EfHNWi0GNsW c+m3GiCZoMivx1fUj51KY/sn6SHRk2qbQ4vek= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=subject:mime-version:content-type:from:in-reply-to:date:cc :content-transfer-encoding:message-id:references:to:x-mailer; b=mx3ebN3EBgppsJjoy9auUKc9PkAHtrObaGbYiQ45wqc7z1sCSzNBRbrE0K2mPDzyc9 7hqzO8b7s14F6xJ9JhO+DHBnzveAvzsXPt1Y7lHNzxKi05ujlmXkj7moA9FzrPkSqKUO uLNduoUH+EkgG6XzggQDhELCSSOWTwHU6RdD4= Received: by 10.229.231.199 with SMTP id jr7mr3079037qcb.9.1277758734768; Mon, 28 Jun 2010 13:58:54 -0700 (PDT) Received: from [192.168.0.86] ([187.39.15.144]) by mx.google.com with ESMTPS id t34sm846691qcp.6.2010.06.28.13.58.52 (version=TLSv1/SSLv3 cipher=RC4-MD5); Mon, 28 Jun 2010 13:58:53 -0700 (PDT) Mime-Version: 1.0 (Apple Message framework v1081) Content-Type: text/plain; charset=us-ascii From: Luiz Otavio O Souza In-Reply-To: Date: Mon, 28 Jun 2010 17:58:49 -0300 Content-Transfer-Encoding: 7bit Message-Id: References: <897604F6-95C4-49A8-B11F-277A74C8DBAE@gmail.com> <3C0AEF9B-AE0C-4459-A4E1-2C8C30C10FD6@gmail.com> To: "Jayachandran C." X-Mailer: Apple Mail (2.1081) Cc: freebsd-mips@freebsd.org Subject: Re: Merging 64 bit changes to -HEAD X-BeenThere: freebsd-mips@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting FreeBSD to MIPS List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 28 Jun 2010 20:59:01 -0000 > Thanks for the the update. Looks like pmap_map for kernel is failing, > may be the new tlb_update code causes this. Can you apply the > attached patch and see if the problem still persists, it replaces the > new tlb_update code with the older version. > > Obviously not a fix, but if we can narrow it down to this function, > fixing will be easier. > > JC. > JC, This fix the problem ! Thanks ! Now, at least, you know where to look :) Luiz