From owner-freebsd-mips@FreeBSD.ORG Mon Sep 16 08:09:18 2013 Return-Path: Delivered-To: freebsd-mips@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 62DB2EE3 for ; Mon, 16 Sep 2013 08:09:18 +0000 (UTC) (envelope-from adrian.chadd@gmail.com) Received: from mail-we0-x232.google.com (mail-we0-x232.google.com [IPv6:2a00:1450:400c:c03::232]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 00B2E2577 for ; Mon, 16 Sep 2013 08:09:17 +0000 (UTC) Received: by mail-we0-f178.google.com with SMTP id u57so3247777wes.37 for ; Mon, 16 Sep 2013 01:09:16 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:sender:date:message-id:subject:from:to:content-type; bh=CYENFu0H5NsqL6AxoxIv1w5ob5bfFc5nMCa6+D5ot5g=; b=Sp+/IARhfmS6gR785qp60w/xwiawjkK7fJ/+zhLUSslnenMxdQWkuGzxxeTSWhd7kK CNt3zgNjEju2w/vG5nkBMnRAFVWBQMnNQehDop3hJff6wlQlgpm51oPnTvQEK81f/n+k qJbrdylGXC3utO/AOX98gX+YBwtGwJJGn450rXuNBKhpqsy/RJlzkV828VZNDTylrLfv KCYWsF88CibLIK9JY7PNDbYgNApglXESUAP1JynYO8HCAbv7Kq/E5rpG3P+iKIfv1DmC Dl2FATEgoO7XNzsXx/Z9vpZ/BO/kkc3HxyZV4S+dh7CpyQfOzJc45SALEvhIcLPnMZPK /VEw== MIME-Version: 1.0 X-Received: by 10.180.37.164 with SMTP id z4mr12426683wij.30.1379318956522; Mon, 16 Sep 2013 01:09:16 -0700 (PDT) Sender: adrian.chadd@gmail.com Received: by 10.216.73.133 with HTTP; Mon, 16 Sep 2013 01:09:16 -0700 (PDT) Date: Mon, 16 Sep 2013 01:09:16 -0700 X-Google-Sender-Auth: qcyjkh3SywzT61FQIShSab3o7cI Message-ID: Subject: random MIPS TLB exceptions? From: Adrian Chadd To: "freebsd-mips@freebsd.org" Content-Type: text/plain; charset=ISO-8859-1 X-Content-Filtered-By: Mailman/MimeDel 2.1.14 X-BeenThere: freebsd-mips@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Porting FreeBSD to MIPS List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 16 Sep 2013 08:09:18 -0000 Hiya, I just saw a random panic on MIPS in kernel code where it shouldn't occur. It hasn't happened after a reboot. Has anyone else seen occasional TLB exceptions? -a