> Date: Thu, 9 Sep 1999 14:34:18 +0200 (MET DST)
> From: Marco Colombo <marco@esi.it>
> To: linux-kernel@vger.rutgers.edu
> Subject: Re: Compile problem [2.3.16]: include/linux/serialP.h
>
> It's fixed in 2.3.17, so please ignore and forgive...
> .TM.
Well, no.
Now, it looks like this:
#ifdef CONFIG_PCI
...
#if defined(__alpha__) && !defined(CONFIG_PCI)
#define ALPHA_KLUDGE_MCR ...
#else
#define ALPHA_KLUDGE_MCR 0
#endif
...
#endif /* CONFIG_PCI */
if !defined(CONFIG_PCI), ALPHA_KLUDGE_MCR is left undef (and later
used in serial.c).
.TM.
-- ____/ ____/ / / / / Marco Colombo ___/ ___ / / Technical Manager / / / ESI s.r.l. _____/ _____/ _/ Colombo@ESI.it
- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.rutgers.edu Please read the FAQ at http://www.tux.org/lkml/