diff options
author | Bill Nottingham <notting@redhat.com> | 2009-02-18 14:48:39 -0800 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2009-02-18 15:37:56 -0800 |
commit | 2db69a9340da12a4db44edb7506dd68799aeff55 (patch) | |
tree | 1d644a26f4ebafeaaa0b8124b60c2875453f775a /fs/compat_ioctl.c | |
parent | a1a5c3b9237662f326cc730e167e7524b5d05a36 (diff) | |
download | kernel_samsung_smdk4412-2db69a9340da12a4db44edb7506dd68799aeff55.zip kernel_samsung_smdk4412-2db69a9340da12a4db44edb7506dd68799aeff55.tar.gz kernel_samsung_smdk4412-2db69a9340da12a4db44edb7506dd68799aeff55.tar.bz2 |
vt: Declare PIO_CMAP/GIO_CMAP as compatbile ioctls.
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>
Cc: <stable@kernel.org> [2.6.25.x, 2.6.26.x, 2.6.27.x, 2.6.28.x]
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to 'fs/compat_ioctl.c')
-rw-r--r-- | fs/compat_ioctl.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/fs/compat_ioctl.c b/fs/compat_ioctl.c index 9c6d815..39bd4d3 100644 --- a/fs/compat_ioctl.c +++ b/fs/compat_ioctl.c @@ -1938,6 +1938,8 @@ ULONG_IOCTL(SET_BITMAP_FILE) /* Big K */ COMPATIBLE_IOCTL(PIO_FONT) COMPATIBLE_IOCTL(GIO_FONT) +COMPATIBLE_IOCTL(PIO_CMAP) +COMPATIBLE_IOCTL(GIO_CMAP) ULONG_IOCTL(KDSIGACCEPT) COMPATIBLE_IOCTL(KDGETKEYCODE) COMPATIBLE_IOCTL(KDSETKEYCODE) |