lkml.org 
[lkml]   [1999]   [Aug]   [19]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
Patch in this message
/
Date
From
Subject2.3.14 typo in io.h (alpha)
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/

\
 
 \ /
  Last update: 2005-03-22 13:53    [W:0.144 / U:0.052 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site