Re: how to add 32/64 compatible ioctls at runtime via module?

From: Jan Engelhardt
Date: Tue Dec 14 2004 - 12:33:37 EST


>register_ioctl32_conversion(ioctl, handler)
>
>tells your 64-bit kernel that the given ioctl, when issued by
>a 32-bit mode task, should be routed to the given handler.

Hah, so there is a way to determine whether a task is 32/64-bit? That could
solve the problem of one of the recent posters...


Jan Engelhardt
--
ENOSPC
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/