From: Arnd Bergmann Date: Thu, 18 Jun 2009 19:48:19 +0000 (+0200) Subject: x86: convert termios.h to the asm-generic version X-Git-Tag: v2.6.32-rc1~713^2~1 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=69d5ffdaad7b77b97229b55c36afb20e5bebd29e;p=pandora-kernel.git x86: convert termios.h to the asm-generic version This patch turned out more controversial than expected and may get dropped in the future. I'm including it for reference anyway. The user_termio_to_kernel_termios and kernel_termios_to_user_termio functions on x86 are lacking error checking from get_user and are not portable to big-endian systems, so the asm-generic header has to differ in this regard. Signed-off-by: Arnd Bergmann LKML-Reference: Signed-off-by: H. Peter Anvin --- Reading git-diff-tree failed