Re: kernel0 n0 build0 B-) RT-V0.7.53-06

From: Ingo Molnar
Date: Mon Aug 15 2005 - 01:22:40 EST



* Chuck Harding <charding@xxxxxxxx> 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@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/