Geert Uytterhoeven <[email protected]> writes: > Do we currently have architectures that use both sys_ipc and the direct > syscalls, where keeping ipc_parse_version() in the direct syscalls is > required?
IMHO it doesn't make sense to suport IPC_OLD via the direct syscalls, even for those architectures that started with them in the first place. There are quite a few architectures that define ARCH_WANT_IPC_PARSE_VERSION even though they started life after IPC_64 was added. They probably just forgot to adjust ipc/util.h back then. Andreas. -- Andreas Schwab, [email protected] GPG Key fingerprint = 58CA 54C7 6D53 942B 1756 01D3 44D5 214B 8276 4ED5 "And now for something completely different." -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to [email protected] More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/

