>>>>> On Mon, 20 Mar 2006 13:14:52 +0000, Ralf Baechle <ralf@xxxxxxxxxxxxxx> said: ralf> This kernel is already 15 months old and there have been a vast ralf> number of bug fixes since. And god knows what Montavista ralf> changed in their kernel - I don't have the faintest idea. In ralf> short, try a modern kernel. Btw, Linux 2.6.16 was released ralf> today and chances are it'll solve alot of your issues. I suppose he is trying 64bit kernel on RBTX4938 board, but the board dependent code seems not ready for 64bit. For example, there are some 0xff1fXXXX constants there and all these constants must be sign extended (0xffffffffff1fXXXX) for 64bit. Also these virtual address are mapped to 36bit physical address 0xfff1fXXXX so some assumption in the 32bit kernel (virt==phys for TX49 internal regs) is not true in 64bit kernel. --- Atsushi Nemoto