From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from palinux.external.hp.com ([192.25.206.14]:31690 "EHLO palinux.external.hp.com") by vger.kernel.org with ESMTP id S1751670AbWHMWO6 (ORCPT ); Sun, 13 Aug 2006 18:14:58 -0400 Date: Sun, 13 Aug 2006 16:14:57 -0600 From: Matthew Wilcox Subject: Re: module compiler version check still needed? Message-ID: <20060813221456.GC789@parisc-linux.org> References: <31645.1155445159@ocs10w.ocs.com.au> <200608132227.24719.ak@suse.de> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200608132227.24719.ak@suse.de> Sender: linux-arch-owner@vger.kernel.org To: Andi Kleen Cc: Keith Owens , linux-arch@vger.kernel.org, linux-kernel@vger.kernel.org List-ID: On Sun, Aug 13, 2006 at 10:27:24PM +0200, Andi Kleen wrote: > On Sunday 13 August 2006 06:59, Keith Owens wrote: > > IA64 still needs the check. include/asm-ia64/spinlock.h generates > > different calls to the out of line spinlock handler, depending on the > > version of gcc. > > Thanks. But I guess it could be used to MODULE_ARCH_VERMAGIC for ia64 only then. > If nobody else complains I will do that. Will we remember to add the check back in when we introduce new dependencies on compiler versions?