[PATCH] LX164 alpha arch <tiny>

Leslie F. Donaldson (donaldlf@cs.rose-hulman.edu)
Mon, 26 Jul 1999 12:53:34 -0500 (EST)


Hello,
The LX164 glue shipset got left out of asm-alpha/io.h . This came
up when I was trying to install the PCMCIA utils. (which do work by the way)

Leslie Donaldson

*** linux/include/asm-alpha/io.h.orig Wed Jul 14 16:58:07 1999
--- linux/include/asm-alpha/io.h Mon Jul 26 12:44:46 1999
***************
*** 144,149 ****
--- 144,151 ----
# include <asm/jensen.h>
#elif defined(CONFIG_ALPHA_RX164)
# include <asm/core_polaris.h>
+ #elif defined(CONFIG_ALPHA_LX164)
+ # include <asm/core_pyxis.h>
#else
#error "What system is this?"
#endif

-
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/