From owner-freebsd-arm@FreeBSD.ORG Mon Sep 16 01:26:40 2013 Return-Path: Delivered-To: freebsd-arm@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 CA64E19B; Mon, 16 Sep 2013 01:26:40 +0000 (UTC) (envelope-from adrian.chadd@gmail.com) Received: from mail-wg0-x230.google.com (mail-wg0-x230.google.com [IPv6:2a00:1450:400c:c00::230]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 1E6D321B2; Mon, 16 Sep 2013 01:26:39 +0000 (UTC) Received: by mail-wg0-f48.google.com with SMTP id n12so3065543wgh.27 for ; Sun, 15 Sep 2013 18:26:38 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:sender:in-reply-to:references:date:message-id:subject :from:to:cc:content-type; bh=Q5h6CGlyU1KJOfkT54S7D5NYrHN4O8QOte48foSVLhM=; b=A+6ZKmAkQ3NVXw9cYd4r2/Way5vwCBQwVm1MyMKU24vEOQfVonIQr2K8z8471Hh7Lg Pqg3yh0TYVs6F3pRekO6fij61SYUVu5/TWTQ4pHnBUekCLEx2rXYh7Z6mqW6pukGaKiR VCnGDtcNd4ZfKmSTZ2SK/LOgr/FJ4TcNx+WtkZBLHxmyp6+l8Nsv+l3dA3/82E6HH2rl N5Fc8BhcboWaYmtV7ek2DH3lulwhapsRibnTTlmbAxHYcT2Od7xysqk9v18J6ChiXAeh Hy0xRn/ybJHNSnURxvvkL372rWGlw5qJLCXMXq3GhMef6wO22qfTI/iQUY65RFbEHUmf bgCQ== MIME-Version: 1.0 X-Received: by 10.180.87.38 with SMTP id u6mr11503470wiz.0.1379294798510; Sun, 15 Sep 2013 18:26:38 -0700 (PDT) Sender: adrian.chadd@gmail.com Received: by 10.216.73.133 with HTTP; Sun, 15 Sep 2013 18:26:38 -0700 (PDT) In-Reply-To: <5236236E.5060502@freebsd.org> References: <522F346D.9000609@freebsd.org> <1378826132.1111.592.camel@revolution.hippie.lan> <5236236E.5060502@freebsd.org> Date: Sun, 15 Sep 2013 18:26:38 -0700 X-Google-Sender-Auth: PGPyfhso7or0oyE4VBH5xusul5Q Message-ID: Subject: Re: AVILA kernel From: Adrian Chadd To: Nathan Whitehorn Content-Type: text/plain; charset=ISO-8859-1 X-Content-Filtered-By: Mailman/MimeDel 2.1.14 Cc: "freebsd-arm@freebsd.org" , Ian Lepore X-BeenThere: freebsd-arm@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Porting FreeBSD to the StrongARM Processor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 16 Sep 2013 01:26:40 -0000 On 15 September 2013 14:15, Nathan Whitehorn wrote: > This is what I get. Symbols aren't loaded, so I'm not really sure how > useful it is in the end. > > The configuration in question is a modified one. The stock AVILA > configuration gives the highly suspicious: > panic: mtx_lock() of spin mutex pmap @ /usr/src/sys/arm/arm/pmap.c:**3676 > .. hm, how about bumping that to kib/alc? There's been VM changes that the sys/arm/arm/ pmap code may not have been updated for. -adrian