> > With what config.in. I saw this before but it seemed to be ok as it was. I
> > must be missing a case
>
> arch/alpha/config.in, board is CONFIG_ALPHA_NONAME.
This doesnt look right then. See
asm-alpha/io.h
CONFIG_ALPHA_LCA is defined for noname
asm-alpha/core_lca.h
#define __readb(a) lca_readb((unsigned long)(a))
#define __readw(a) lca_readw((unsigned long)(a))
#define __readl(a) lca_readl((unsigned long)(a))
#define __readq(a) lca_readq((unsigned long)(a))
These are extern inlines.
Alan
-
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/
This archive was generated by hypermail 2b29 : Wed May 31 2000 - 21:00:20 EST