On Mon, Mar 22 2004, Bjorn Helgaas wrote: > On Monday 22 March 2004 2:36 am, Andrew Morton wrote: > > This adds the necessary stubs for ia64 and builds OK with my config, but it > > needs a double-check. > > In addition, I needed the following patch to build the ide-cd driver > because the ia64 generic target makes "dma_error" a #define. > > diff -u -ur 2.6-mm/drivers/ide/ide-cd.c 2.6/drivers/ide/ide-cd.c > --- 2.6-mm/drivers/ide/ide-cd.c 2004-03-22 11:26:42.000000000 -0700 > +++ 2.6/drivers/ide/ide-cd.c 2004-03-22 10:17:00.000000000 -0700 > @@ -1044,7 +1044,7 @@ > int ireason, len, sectors_to_transfer, nskip; > struct cdrom_info *info = drive->driver_data; > u8 lowcyl = 0, highcyl = 0; > - int dma = info->dma, dma_error = 0; > + int dma = info->dma, dma_err = 0; This is really silly imho, make ia64 generic target cut down on it's name space polution instead then. -- Jens Axboe - To unsubscribe from this list: send the line "unsubscribe linux-ia64" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.htmlReceived on Mon Mar 22 14:02:25 2004
This archive was generated by hypermail 2.1.8 : 2005-08-02 09:20:24 EST