![]() | |||||||||||||
Messages in this thread |
* Chuck Harding <charding@llnl.gov> wrote: > CC drivers/ide/ide-taskfile.o > drivers/ide/ide-taskfile.c: In function `ide_pio_sector': > drivers/ide/ide-taskfile.c:282: error: `flags' undeclared (first use in > this function) > drivers/ide/ide-taskfile.c:282: error: (Each undeclared identifier is > reported only once > drivers/ide/ide-taskfile.c:282: error: for each function it appears in.) > make[2]: *** [drivers/ide/ide-taskfile.o] Error 1 > make[1]: *** [drivers/ide] Error 2 > make: *** [drivers] Error 2 > > It needs this patch to fix: thanks. I solved it a bit differently, by reverting this original change around the flags: > -#ifdef CONFIG_HIGHMEM > +#if defined(CONFIG_HIGHMEM) && !defined(CONFIG_PREEMPT_RT) Ingo - 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/ | ||||||||||||
| Last update: 2005-08-15 08:24 [W:0.293 / U:0.170 seconds] ©2003-2008 Jasper Spaans | |||||||||||||