From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1750794AbWAaMgF (ORCPT ); Tue, 31 Jan 2006 07:36:05 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1750795AbWAaMgF (ORCPT ); Tue, 31 Jan 2006 07:36:05 -0500 Received: from mx2.suse.de ([195.135.220.15]:3482 "EHLO mx2.suse.de") by vger.kernel.org with ESMTP id S1750794AbWAaMfx (ORCPT ); Tue, 31 Jan 2006 07:35:53 -0500 To: "Jan Beulich" Cc: linux-kernel@vger.kernel.org Subject: Re: [PATCH] abstract type/size specification for assembly References: <43DDE699.76F0.0078.0@novell.com.suse.lists.linux.kernel> From: Andi Kleen In-Reply-To: <43DDE699.76F0.0078.0@novell.com.suse.lists.linux.kernel> User-Agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.3 Date: 31 Jan 2006 13:35:50 +0100 Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org "Jan Beulich" writes: > Andrew, > > would you consider merging attached trivial patch to simplify specifying the size and, for functions, also the type in > assembly files? > > Thanks, Jan > > From: Jan Beulich > > Provide abstraction for generating type and size information of > assembly routines and data. > > Signed-Off-By: Jan Beulich Looks good to me. -Andi