forked from luck/tmp_suning_uos_patched
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>
This commit is contained in:
parent
a1a5c3b923
commit
2db69a9340
|
@ -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)
|
||||
|
|
Loading…
Reference in New Issue
Block a user