From: Sam Ravnborg <sam@xxxxxxxxxxxx> Date: Thu, 5 Jun 2008 22:25:18 +0200 > Half of this is trivial differences but anyway more work than > I initially anticipated :-( Things are never as simple as they initially seem. :) BTW, the correct test for 64-bit sparc in userspace is something like: #if defined(__sparc__) && defined(__arch64__) That "__sparc_v9__" is a deprecated old cpp define which shouldn't be used in new files. -- To unsubscribe from this list: send the line "unsubscribe sparclinux" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html