From mboxrd@z Thu Jan 1 00:00:00 1970 From: Lee Revell Subject: Re: [Alsa-devel] alsa-driver will not compile with kernel 2.6.9-rc2-mm4-S7 Date: Fri, 01 Oct 2004 21:23:18 -0400 Sender: linux-kernel-owner@vger.kernel.org Message-ID: <1096680198.22244.6.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> <1096679629.22244.4.camel@krustophenia.net> Mime-Version: 1.0 Content-Type: text/plain Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <1096679629.22244.4.camel@krustophenia.net> To: Tonnerre Cc: Rui Nuno Capela , linux-kernel , Ingo Molnar , alsa-devel List-Id: alsa-devel@alsa-project.org On Fri, 2004-10-01 at 21:13, Lee Revell wrote: > For now unset CONFIG_OLD_REMAP_PAGE_RANGE and it should work. Not yet > tested. Yup, this works. Trivial patch: --- alsa-driver/configure~ 2004-09-29 16:05:19.000000000 -0400 +++ alsa-driver/configure 2004-10-01 21:14:20.000000000 -0400 @@ -6629,7 +6629,7 @@ CFLAGS=$ac_save_CFLAGS if test "$new_remap" != "1"; then cat >>confdefs.h <<\_ACEOF -#define CONFIG_OLD_REMAP_PAGE_RANGE 1 +#undef CONFIG_OLD_REMAP_PAGE_RANGE _ACEOF fi Lee