Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1946293AbXBIKJq (ORCPT ); Fri, 9 Feb 2007 05:09:46 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1946289AbXBIKJq (ORCPT ); Fri, 9 Feb 2007 05:09:46 -0500 Received: from ns2.suse.de ([195.135.220.15]:34120 "EHLO mx2.suse.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1946265AbXBIKJp (ORCPT ); Fri, 9 Feb 2007 05:09:45 -0500 From: Andi Kleen To: virtualization@lists.osdl.org Subject: Re: [PATCH 1/10] lguest: Don't rely on last-linked fallthru when no paravirt handler Date: Fri, 9 Feb 2007 10:31:20 +0100 User-Agent: KMail/1.9.5 Cc: Rusty Russell , lkml - Kernel Mailing List , Andrew Morton References: <1171012296.2718.26.camel@localhost.localdomain> <1171012458.2718.30.camel@localhost.localdomain> In-Reply-To: <1171012458.2718.30.camel@localhost.localdomain> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200702091031.20249.ak@muc.de> Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 505 Lines: 17 On Friday 09 February 2007 10:14, Rusty Russell wrote: > +unhandled_paravirt: > + /* Nothing wanted us: try to die with dignity (impossible trap). */ > + movl $0x1F, %edx > + pushl $0 > + jmp early_fault Please print a real message with early_printk -Andi - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/