[PATCH] PPC64: 32bit wrapper for ioctls.

From: Mike Wolf
Date: Thu Jan 13 2005 - 13:58:26 EST


Hi Paul,
The patch adds some 32bit wrappers for 2 ioctls that Java needs.
Assuming this doesn't generate a round of discussion, please
forward upstream to akpm/torvalds.

Signed-off-by: Mike Wolf mjw@xxxxxxxxxx --- linus-0112.orig/arch/ppc64/kernel/ioctl32.c 2005-01-13 10:35:10.165539000 -0600
+++ linus-0112/arch/ppc64/kernel/ioctl32.c 2005-01-13 10:51:43.450433277 -0600
@@ -43,6 +43,8 @@
COMPATIBLE_IOCTL(TIOCSTART)
COMPATIBLE_IOCTL(TIOCSTOP)
COMPATIBLE_IOCTL(TIOCSLTC)
+COMPATIBLE_IOCTL(TIOCMIWAIT)
+COMPATIBLE_IOCTL(TIOCGICOUNT)
/* Little p (/dev/rtc, /dev/envctrl, etc.) */
COMPATIBLE_IOCTL(_IOR('p', 20, int[7])) /* RTCGET */
COMPATIBLE_IOCTL(_IOW('p', 21, int[7])) /* RTCSET */