From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1756258AbZBINqR (ORCPT ); Mon, 9 Feb 2009 08:46:17 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1754835AbZBINqA (ORCPT ); Mon, 9 Feb 2009 08:46:00 -0500 Received: from mx3.mail.elte.hu ([157.181.1.138]:54144 "EHLO mx3.mail.elte.hu" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754739AbZBINp7 (ORCPT ); Mon, 9 Feb 2009 08:45:59 -0500 Date: Mon, 9 Feb 2009 14:45:42 +0100 From: Ingo Molnar To: Tejun Heo Cc: hpa@zytor.com, jeremy@goop.org, tglx@linutronix.de, linux-kernel@vger.kernel.org, x86@kernel.org, rusty@rustcorp.com.au Subject: Re: [PATCH 02/11] x86: math_emu info cleanup Message-ID: <20090209134542.GA14785@elte.hu> References: <1234186798-16820-1-git-send-email-tj@kernel.org> <1234186798-16820-3-git-send-email-tj@kernel.org> <20090209134234.GA14048@elte.hu> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20090209134234.GA14048@elte.hu> User-Agent: Mutt/1.5.18 (2008-05-17) X-ELTE-VirusStatus: clean X-ELTE-SpamScore: -1.5 X-ELTE-SpamLevel: X-ELTE-SpamCheck: no X-ELTE-SpamVersion: ELTE 2.0 X-ELTE-SpamCheck-Details: score=-1.5 required=5.9 tests=BAYES_00 autolearn=no SpamAssassin version=3.2.3 -1.5 BAYES_00 BODY: Bayesian spam probability is 0 to 1% [score: 0.0000] Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org * Ingo Molnar wrote: > > * Tejun Heo wrote: > > > Impact: cleanup > > > > * Come on, struct info? s/struct info/struct math_emu_info/ > > > > * Use struct pt_regs and kernel_vm86_regs instead of defining its own > > register frame structure. > > > > Signed-off-by: Tejun Heo > > --- > > arch/x86/include/asm/math_emu.h | 29 +++++------------ > > arch/x86/include/asm/processor.h | 2 +- > > arch/x86/math-emu/fpu_entry.c | 2 +- > > arch/x86/math-emu/fpu_proto.h | 2 +- > > arch/x86/math-emu/fpu_system.h | 14 ++++---- > > arch/x86/math-emu/get_address.c | 63 ++++++++++++++++++-------------------- > > 6 files changed, 48 insertions(+), 64 deletions(-) > > Nice - that's a fix for .29 too, right? this one i mean: Subject: [PATCH 03/11] x86: fix math_emu register frame access Ingo