]> git.karo-electronics.de Git - karo-tx-linux.git/commit
vt: Declare PIO_CMAP/GIO_CMAP as compatbile ioctls.
authorBill Nottingham <notting@redhat.com>
Wed, 18 Feb 2009 22:48:39 +0000 (14:48 -0800)
committerGreg Kroah-Hartman <gregkh@suse.de>
Tue, 17 Mar 2009 00:52:43 +0000 (17:52 -0700)
commitc9e379b2ff781abc305a6e093aec8971fcd930c3
tree72fa3b74056b1d5c40b8da2e1002d5aa911b10ef
parenta67036940686aa5df75e3c83fb81e53e60821c51
vt: Declare PIO_CMAP/GIO_CMAP as compatbile ioctls.

commit 2db69a9340da12a4db44edb7506dd68799aeff55 upstream.

Otherwise, these don't work when called from 32-bit userspace on 64-bit
kernels.

Cc: Jiri Kosina <jkosina@suse.cz>
Cc: Alan Cox <alan@lxorguk.ukuu.org.uk>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
fs/compat_ioctl.c