>>>>> On Wed, 22 Dec 2004 08:51:58 +0900, "Hdei Nunoe" <nunoe@xxxxxxxxxxxx> said: nunoe> Could anyone tell how significant the migration from MIPS32 to nunoe> MIPS64 is? Is it just re-building with the MIPS64 toolchain? nunoe> Or is it like another architecture porting? Just rebuilding will not be enough, but the migration will not be so hard. Most of you have to do is using correct integer data types ('long' is 64bit and 'int' is 32bit in mips64 kernel). --- Atsushi Nemoto