From mboxrd@z Thu Jan 1 00:00:00 1970 From: Andi Kleen Subject: Re: [PATCH 1/7] paravirtualization: header and stubs =?utf-8?q?for=09paravirtualizing_critical?= operations Date: Fri, 3 Nov 2006 22:09:40 +0100 Message-ID: <200611032209.40235.ak@suse.de> References: <20061029024504.760769000@sous-sol.org> <200611030356.54074.ak@suse.de> <454BA7F7.8030205@vmware.com> Mime-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <454BA7F7.8030205@vmware.com> Content-Disposition: inline Sender: linux-kernel-owner@vger.kernel.org To: Zachary Amsden Cc: Rusty Russell , Chris Wright , virtualization@lists.osdl.org, linux-kernel@vger.kernel.org, akpm@osdl.org List-Id: virtualization@lists.linuxfoundation.org > > Sounds like desc.h got reordered. Somewhere, there was a broken patch > once that did this, I thought we fixed that. I think I got Rusty's latest patches that I found in my mailbox. I haven't looked at desc.h, but at least processor.h ordering was totally b0rken (e.g. #define __cpuid native_cpuid was after several uses). I fixed that to make at least the CONFIG_PARAVIRT not set case compile. I can't see how this ever worked either. Haven't attempted the CONFIG_PARAVIRT case which apparently needs more work (it is currently marked CONFIG_BROKEN) Can someone double check this is the correct patchkit? ftp://ftp.frstfloor.org/pub/ak/x86_64/quilt/patches/paravirt* -Andi