From owner-freebsd-arm@FreeBSD.ORG Sat Apr 11 01:28:51 2015 Return-Path: Delivered-To: freebsd-arm@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id CE4F69CA; Sat, 11 Apr 2015 01:28:51 +0000 (UTC) Received: from mail-vn0-x22d.google.com (mail-vn0-x22d.google.com [IPv6:2607:f8b0:400c:c0f::22d]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 7C01C283; Sat, 11 Apr 2015 01:28:51 +0000 (UTC) Received: by vnbf1 with SMTP id f1so9933184vnb.5; Fri, 10 Apr 2015 18:28:49 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :cc:content-type; bh=Fl+jlTwfEXOzLHRWtl93+7T8JgNdV79t79p/d/GGj1Q=; b=wlXIc5X6IgkkYl2u4d9BoPdiZIdKZ88vaCeXdmqtw/vd6tb94MFl1nWxpEgPjusY6t MoVM+r4NJZ7Hp1NszszZOAIcuvekhEUOyT6ItVxIw/4y0TQNFoAbeFeLvgSt1e+d+LQ2 RSdoEkc7S8ouYJ7Aqwz32ctoQ/L4yswsoKTuh9WGm6WMeLpZODnd0LaySoKxrQayjxTF Kjo+lbqqJOF43eSVP3l/qsiObNjea6f6GMxxkYDeMrovvwYVJ9WBged1ZugCHrEhHGzM mDbnYsYZ220UEReBGh2sn9AF3RaGwQL82naOmzx9x2BZdck4mgOFMViMMmZQn31DZUqT 2yNw== X-Received: by 10.52.14.200 with SMTP id r8mr4514714vdc.79.1428715729766; Fri, 10 Apr 2015 18:28:49 -0700 (PDT) MIME-Version: 1.0 Received: by 10.52.61.100 with HTTP; Fri, 10 Apr 2015 18:28:29 -0700 (PDT) In-Reply-To: References: From: Pratik Singhal Date: Sat, 11 Apr 2015 06:58:29 +0530 Message-ID: Subject: Re: pmap_demote_section: No l2_bucket for wired mapping panic To: Svatopluk Kraus Content-Type: text/plain; charset=UTF-8 X-Content-Filtered-By: Mailman/MimeDel 2.1.18-1 Cc: freebsd-hackers , "freebsd-arm@freebsd.org" X-BeenThere: freebsd-arm@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: "Porting FreeBSD to ARM processors." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 11 Apr 2015 01:28:51 -0000 I have double checked everything, recompiled kernel from scratch imade sure that I ncluded the line "options ARM_NEW_PMAP" in the kernel configuration file and I am still getting the same panic. Is there something at runtime that I can do to make sure that the kernel I am running is compiled with ARM_NEW_PMAP ? On Sat, Apr 11, 2015 at 4:31 AM, Svatopluk Kraus wrote: > The point of ARM_NEW_PMAP option is that there are no l2_buckets in > new armv6 pmap. So, as long as you get same panic, you are not running > kernel compiled with ARM_NEW_PMAP option. > > Svatopluk Kraus > > > On Fri, Apr 10, 2015 at 9:19 PM, Pratik Singhal wrote: > > Hello all, I am trying to boot into FreeBSD 11.0 current on my > CubieBoard 1 > > . I have compiled the kernel in two ways along with "options > ARM_NEW_PMAP" > > as well as without it. > > > > Whenever , I try to boot into the system the kernel panics . I am pasting > > the stack trace and the boot log for the compilation with ARM_NEW_PMAP > > enabled. > > > > People have reported previously that on R-pi if we compile with the > > "options ARM_NEW_PMAP" the panic issue is resolved, but it seems to have > no > > effect on Cubieboard 1. > > > > Any ideas what could be the problem ? > > > > boot log and stack trace :- http://pastie.org/10085231 > > > > -- > > Regards, > > Pratik Singhal > > _______________________________________________ > > freebsd-arm@freebsd.org mailing list > > http://lists.freebsd.org/mailman/listinfo/freebsd-arm > > To unsubscribe, send any mail to "freebsd-arm-unsubscribe@freebsd.org" > -- Regards, Pratik Singhal