From owner-freebsd-arm@FreeBSD.ORG Mon Jul 1 08:40:24 2013 Return-Path: Delivered-To: freebsd-arm@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id 042A91E9 for ; Mon, 1 Jul 2013 08:40:24 +0000 (UTC) (envelope-from manudferreiro@gmail.com) Received: from mail-gh0-x22c.google.com (mail-gh0-x22c.google.com [IPv6:2607:f8b0:4002:c05::22c]) by mx1.freebsd.org (Postfix) with ESMTP id C18FA18DE for ; Mon, 1 Jul 2013 08:40:23 +0000 (UTC) Received: by mail-gh0-f172.google.com with SMTP id r18so1920338ghr.31 for ; Mon, 01 Jul 2013 01:40:23 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=message-id:date:from:user-agent:mime-version:to:subject:references :in-reply-to:content-type:content-transfer-encoding; bh=V1D/zKcj/TYadTsJFtt9dNnreiZM+33MDmHYGHBffXA=; b=rEPercrFsZw6gggG+JQ0y2PFsLya17l74SLxdwfLjWtMGXoc4odK/AJWB8qSa7e6pn MNBwfettrCG2NtPPfuuuT8npkFTSKkz8VXhhXbNhw4kjlvXEqxIBVD3A9ojPBlMuJ3+b WFZq8xZNs6H6iutoXTE4ac4RUjJN9qNyeHoLlxNJcTsu3TbmJQoMaYoHtpvVB+T8XC8B kE0SBbAd3tr9LX1j0HEE/noI4s1zEiOIGgnCqf8Q+3q/Oao1Qf2nyo+psPdSYQVl6LGJ 5oFcdl745IAJH2OdN0AV4bPugANVld4pMI8i3067ZvKBylTSWqsOUpo+lCvfadX/ZFKp dWyw== X-Received: by 10.236.60.137 with SMTP id u9mr363776yhc.195.1372668023317; Mon, 01 Jul 2013 01:40:23 -0700 (PDT) Received: from [192.168.0.147] (host44.186-108-120.telecom.net.ar. [186.108.120.44]) by mx.google.com with ESMTPSA id d91sm31915701yhq.16.2013.07.01.01.40.21 for (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Mon, 01 Jul 2013 01:40:22 -0700 (PDT) Message-ID: <51D14074.6080101@gmail.com> Date: Mon, 01 Jul 2013 05:40:20 -0300 From: Manuel Diaz Ferreiro User-Agent: Mozilla/5.0 (X11; Linux i686; rv:17.0) Gecko/20130623 Thunderbird/17.0.7 MIME-Version: 1.0 To: freebsd-arm@freebsd.org Subject: Re: 10-current sheevaplug boot fails References: In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit 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, 01 Jul 2013 08:40:24 -0000 Try adding: printf("%s: frame=%p\n", __func__, frame); just before the !INKERNEL(frame) check in sys/arm/arm/stack_machdep.c.