Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S267189AbUJBBNw (ORCPT ); Fri, 1 Oct 2004 21:13:52 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S267234AbUJBBNw (ORCPT ); Fri, 1 Oct 2004 21:13:52 -0400 Received: from viper.oldcity.dca.net ([216.158.38.4]:55969 "HELO viper.oldcity.dca.net") by vger.kernel.org with SMTP id S267189AbUJBBNu (ORCPT ); Fri, 1 Oct 2004 21:13:50 -0400 Subject: Re: [Alsa-devel] alsa-driver will not compile with kernel 2.6.9-rc2-mm4-S7 From: Lee Revell To: Tonnerre Cc: Rui Nuno Capela , linux-kernel , Ingo Molnar In-Reply-To: <1096678383.27818.87.camel@krustophenia.net> References: <1096675930.27818.74.camel@krustophenia.net> <32868.192.168.1.8.1096677269.squirrel@192.168.1.8> <20041002004854.GB26711@thundrix.ch> <1096678383.27818.87.camel@krustophenia.net> Content-Type: text/plain Message-Id: <1096679629.22244.4.camel@krustophenia.net> Mime-Version: 1.0 X-Mailer: Ximian Evolution 1.4.6 Date: Fri, 01 Oct 2004 21:13:50 -0400 Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1264 Lines: 39 On Fri, 2004-10-01 at 20:53, Lee Revell wrote: > On Fri, 2004-10-01 at 20:48, Tonnerre wrote: > > Salut, > > > > On Sat, Oct 02, 2004 at 01:34:29AM +0100, Rui Nuno Capela wrote: > > > Maybe someone on the lkml may have a clue and help here? > > > > http://marc.theaimsgroup.com/?l=linux-kernel&m=109526630905797&w=2 > > Thanks, but it's already obvious that this is related to the iomem > changes. This does not address this issue of what specifically broke > ALSA between -mm3 and -mm4. > > If it is clear to you what the issue is then a patch would be much more > helpful ;-) > OK found the problem. Looks like the ALSA folks have the hooks in there for the iomem changes but it is currently a NOOP. In alsa-driver/configure: 6632 #define CONFIG_OLD_REMAP_PAGE_RANGE 1 Then: 6569 echo "$as_me:$LINENO: checking for new remap_page_range" >&5 6570 echo $ECHO_N "checking for new remap_page_range... $ECHO_C" >&6 For now unset CONFIG_OLD_REMAP_PAGE_RANGE and it should work. Not yet tested. Lee - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/