From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752181AbYIAWXT (ORCPT ); Mon, 1 Sep 2008 18:23:19 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1751101AbYIAWXH (ORCPT ); Mon, 1 Sep 2008 18:23:07 -0400 Received: from smtp1.linux-foundation.org ([140.211.169.13]:52226 "EHLO smtp1.linux-foundation.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751055AbYIAWXH (ORCPT ); Mon, 1 Sep 2008 18:23:07 -0400 Date: Mon, 1 Sep 2008 15:22:09 -0700 (PDT) From: Linus Torvalds To: David Sanders cc: linux-kernel@vger.kernel.org, Jan Beulich , Ingo Molnar , Thomas Gleixner , Andi Kleen Subject: Re: [BUG] x86 kenel won't boot under Virtual PC In-Reply-To: <200809011623.12518.linux@sandersweb.net> Message-ID: References: <200808311422.12525.linux@sandersweb.net> <200808311603.49056.linux@sandersweb.net> <200809011623.12518.linux@sandersweb.net> User-Agent: Alpine 1.10 (LFD 962 2008-03-14) MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Mon, 1 Sep 2008, David Sanders wrote: > > OK, below is my patch. The problem is I just built with it and the boot > problem still exists. Either the patch is flawed or git-bisect gave me the > wrong commit. Any help would be appreciated. Try just reverting the commit that you bisected to, and double-check. If your bisect was flawed, there's no point even staring at the nop code ;) Linus