Re: [PATCH] m68k: Enable arbitary speed tty support

From: Alan Cox
Date: Wed May 23 2007 - 17:29:33 EST


> Why not `#define termios2 ktermios' (or vice versa) on platforms where
> they are the same?

Because #define is a bit of a loose cannon when it comes to substitutions
and I didn't want nasty suprises. Also because ktermios may change in
future and I don't want to have to liase with 4 million port maintainers
when it does. The whole point of ktermios was to isolate the kernel and
user space views.

Alan
-
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/