Re: [Alsa-devel] alsa-driver will not compile with kernel2.6.9-rc2-mm4-S7

From: Lee Revell
Date: Fri Oct 01 2004 - 20:24:21 EST


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

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/