* Chuck Harding <[EMAIL PROTECTED]> 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 [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Reply via email to