The klogd program needs to be adjusted to determine the data type the kernel is using for module symbols, just like modutils does. What modutils does is it asks the system what type it is, 32-bit or 64-bit, by making a uname() call. Using this information, modutils will adjust the data types it uses internally, as appropriate. This handled properly a 32-bit binary running on a 64-bit kernel. So the kernel change you are proposing is not the correct fix for this problem. - 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