From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jeremy Fitzhardinge Subject: Re: incompatible prototypes Date: Fri, 27 Apr 2007 09:18:22 -0700 Message-ID: <4632224E.7030800@goop.org> References: Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: xen-devel-bounces@lists.xensource.com Errors-To: xen-devel-bounces@lists.xensource.com To: Keir Fraser Cc: PUCCETTI Armand , xen-devel@lists.xensource.com List-Id: xen-devel@lists.xenproject.org Keir Fraser wrote: > __attribute__((regparm(0))) is the default for i386 anyway. Really > asmlinkage should define to nothing for all x86 architectures, and we can > just kill off all use of asmlinkage under arch/x86. We don't use regparm(3) inside Xen? Works nicely for the kernel. J