2.3.14 typo in io.h (alpha)

Thorsten Kranzkowski (th@Marvin.DL8BCU.ampr.org)
Thu, 19 Aug 1999 23:53:03 +0000


Hello!
I think there's a typo in io.c and io.h in 2.3.14:

--- include/asm-alpha/io.h.orig Thu Aug 19 11:20:08 1999
+++ include/asm-alpha/io.h Thu Aug 19 11:20:34 1999
@@ -271,7 +271,7 @@
extern unsigned long ___raw_readl(unsigned long addr);
extern unsigned long ___raw_readq(unsigned long addr);
extern void ___raw_writeb(unsigned char b, unsigned long addr);
-extern void ___raw_writeb(unsigned short b, unsigned long addr);
+extern void ___raw_writew(unsigned short b, unsigned long addr);
extern void ___raw_writel(unsigned int b, unsigned long addr);
extern void ___raw_writeq(unsigned long b, unsigned long addr);

--- arch/alpha/lib/io.c.orig Thu Aug 19 14:29:02 1999
+++ arch/alpha/lib/io.c Thu Aug 19 14:29:29 1999
@@ -90,7 +90,7 @@
__writeb(b, addr);
}

-void ___raw_writeb(unsigned short b, unsigned long addr)
+void ___raw_writew(unsigned short b, unsigned long addr)
{
__writew(b, addr);
}

BTW: 2.3.14 gets stuck in my rc.* scripts when loadkeys is called.
SysRq-t shows several processes in the 'R' state but they are actually not
running. And SysRq-sync and umount wont work - only SysRq-b :-(
Perhaps I can provide a more detailed report tomorrow, together with
a test what happens without loadkeys :-)

Bye,
Thorsten

-- 
| Thorsten Kranzkowski            Snail: Niemannsweg 30, 49201 Dissen, Germany |
| Mobile: ++49 161 7210230         Inet: dl8bcu@gmx.net                        |
| Ampr: dl8bcu@db0nei.#nrw.deu.eu, dl8bcu@marvin.dl8bcu.ampr.org [44.130.8.19] |

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