From owner-freebsd-ia64@FreeBSD.ORG Tue Mar 26 20:18:26 2013 Return-Path: Delivered-To: freebsd-ia64@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id A80E8B34 for ; Tue, 26 Mar 2013 20:18:26 +0000 (UTC) (envelope-from jibanes@gmail.com) Received: from mail-bk0-x22e.google.com (mail-bk0-x22e.google.com [IPv6:2a00:1450:4008:c01::22e]) by mx1.freebsd.org (Postfix) with ESMTP id 46036C36 for ; Tue, 26 Mar 2013 20:18:26 +0000 (UTC) Received: by mail-bk0-f46.google.com with SMTP id je9so1516155bkc.19 for ; Tue, 26 Mar 2013 13:18:24 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:x-received:in-reply-to:references:date:message-id :subject:from:to:content-type; bh=aAKSjz0bWvFgQovbRsYI8XyJRcXA7irB7XeS/fzMVWM=; b=jIML2P8A17MkA9xT4vn/IPNbRUlCP7uBf8l5wLS4Tv6Maye5x8sHIejyPlB6yFmjbT F3EJydWVUktGvq+EX4x1B63lfDukkL5HgIl2awIsqR2IsvbFozPr2sAi3eE2dlIWzx0d ZmPPKEHZM56Hc5cQY3HEe8g5X/yDhl0UbUfQcQagjU0s98ggEPIonjLzRSNVMLJ5tFMn zChBN1BLyOVdHoB4SGFbXMREb54KffpFGBRroOQeADcgNXtqwWThsJUFu4yQCcNXH5k8 gYNo8IgnupPHGQsBNb8N0LfnJPyb8ujvJjRSg7dQFFUrAIfK0RXycNeMtZUOMHxbVgn2 e6NA== MIME-Version: 1.0 X-Received: by 10.205.100.198 with SMTP id cx6mr8753344bkc.106.1364329104777; Tue, 26 Mar 2013 13:18:24 -0700 (PDT) Received: by 10.205.83.15 with HTTP; Tue, 26 Mar 2013 13:18:24 -0700 (PDT) In-Reply-To: References: <201303211000.18526.jhb@freebsd.org> Date: Tue, 26 Mar 2013 13:18:24 -0700 Message-ID: Subject: panic: mutex sched lock 0 not owned at /usr/src/sys/kern/sched_ule.c:2341 From: Jerome Ibanes To: freebsd-ia64@freebsd.org Content-Type: text/plain; charset=ISO-8859-1 X-BeenThere: freebsd-ia64@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Porting FreeBSD to the IA-64 List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 26 Mar 2013 20:18:26 -0000 John, Marcel, @List, > On most platforms the APs don't enable interrupts until their first context > switch into their idle thread completes. It seems they are enabled by > accident here? Is it possible to disable this when booting from the iso? Jerome