Re: Linux 2.4.22-pre6-ac1

From: Jerome Chantelauze (jerome.chantelauze@finix.eu.org)
Date: Fri Jul 25 2003 - 04:01:23 EST


On Fri, Jul 18, 2003 at 08:12:26AM -0400, Alan Cox wrote:
> Took rather longer than planned but here we are:
>
> Linux 2.4.22-pre6-ac1

Hi Alan

Linux 2.4.22-pre6-ac1 doesn't build with the option
"Old hard disk (MFM/RLL/IDE) driver" (CONFIG_BLK_DEV_HD_ONLY=y).

This (trivial) patch fixes the problem. Please consider including it in
the next -ac kernel.

=========
--- drivers/ide/Makefile.orig Fri Jul 25 10:09:02 2003
+++ drivers/ide/Makefile Fri Jul 25 10:18:24 2003
@@ -54,6 +54,7 @@
   obj-y += arm/idedriver-arm.o
 else
   ifeq ($(CONFIG_BLK_DEV_HD_ONLY),y)
+ subdir-$(CONFIG_BLK_DEV_HD_ONLY) += legacy
        obj-y += legacy/idedriver-legacy.o
   endif
 endif
=========

I proposed this patch one month ago (Linux 2.4.21-pre8) and though you
approved it on Friday June 13, it has never been included in the 2.4.22
kernels.

Regards

--
Jerome Chantelauze.
-
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/



This archive was generated by hypermail 2b29 : Thu Jul 31 2003 - 22:00:25 EST