From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S933884AbXLQAja (ORCPT ); Sun, 16 Dec 2007 19:39:30 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1757520AbXLQAjW (ORCPT ); Sun, 16 Dec 2007 19:39:22 -0500 Received: from ogre.sisk.pl ([217.79.144.158]:49834 "EHLO ogre.sisk.pl" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1757515AbXLQAjW (ORCPT ); Sun, 16 Dec 2007 19:39:22 -0500 From: "Rafael J. Wysocki" To: Pavel Machek Subject: Re: [PATCH 4/8] unify paravirt parts of system.h Date: Mon, 17 Dec 2007 01:58:31 +0100 User-Agent: KMail/1.9.6 (enterprise 20070904.708012) Cc: Ingo Molnar , Andi Kleen , Avi Kivity , Glauber de Oliveira Costa , linux-kernel@vger.kernel.org, akpm@linux-foundation.org, glommer@gmail.com, tglx@linutronix.de, ehabkost@redhat.com, jeremy@goop.org, anthony@codemonkey.ws, virtualization@lists.linux-foundation.org, rusty@rustcorp.com.au, chrisw@sous-sol.org, rostedt@goodmis.org, hpa@zytor.com References: <11967843881946-git-send-email-gcosta@redhat.com> <200712170127.31615.rjw@sisk.pl> <20071217002306.GD5692@elf.ucw.cz> In-Reply-To: <20071217002306.GD5692@elf.ucw.cz> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200712170158.33914.rjw@sisk.pl> Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Monday, 17 of December 2007, Pavel Machek wrote: > On Mon 2007-12-17 01:27:29, Rafael J. Wysocki wrote: > > On Saturday, 15 of December 2007, Ingo Molnar wrote: > > > > > > * Pavel Machek wrote: > > > > > > > > Linux never uses that register. The only user is suspend > > > > > save/restore, but that' bogus because it wasn't ever initialized by > > > > > Linux in the first place. It could be probably all safely removed. > > > > > > > > It probably is safe to remove... but we currently support '2.8.95 > > > > kernel loads/resumes 2.6.24 image'... which would break if 2.8 uses > > > > cr8. > > > > > > > > So please keep it if it is not a big problem. > > > > > > hm, so __save_processor_state() is in essence an ABI? Could you please > > > also send a patch that documents this prominently, in the structure > > > itself? > > > > Hmm, I'm not sure if it really is an ABI part. It doesn't communicate anything > > outside of the kernel in which it is defined. > > Well, it is not "application binary interface", but it is > "kernel-to-kernel binary interface"... Hm, rather a kernel-to-itself interface. ;-) Rafael