powerpc: Move various ppc64 files with no ppc32 equivalent to powerpc

Arnd Bergmann arnd at arndb.de
Wed Nov 9 21:39:36 EST 2005


On Middeweken 09 November 2005 03:38, David Gibson wrote:
> +
> +IOCTL_TABLE_START
> +#include <linux/compat_ioctl.h>
> +#define DECLARES
> +#include "compat_ioctl.c"
> +
> +/* Little p (/dev/rtc, /dev/envctrl, etc.) */
> +COMPATIBLE_IOCTL(_IOR('p', 20, int[7])) /* RTCGET */
> +COMPATIBLE_IOCTL(_IOW('p', 21, int[7])) /* RTCSET */
> +
> +IOCTL_TABLE_END

BTW, since the two RTC ioctls are the only powerpc specific
defines left in the tree, I checked where these come from.

It turns out that they are only used in a sparc specific
SBUS device driver so they never should have been in the
ppc64 tree in the first place.

	Arnd <><



More information about the Linuxppc64-dev mailing list