[PATCH] 2.5.70-mm3: ioctl32-cleanup-ppc64

Andres Salomon (dilinger@voxel.net)
31 May 2003 18:52:47 -0400


This is a MIME-formatted message. If you see this text it means that your
E-mail software does not support MIME-formatted messages.

--=_courier-8348-1054422453-0001-2
Content-Type: text/plain; charset=iso-8859-1
Content-Transfer-Encoding: 7bit

Hi Andrew,

Something I noticed missing from 2.5.70-mm3; sparc64 and x86_64 are
cleaned up, but ppc64 isn't.

--=_courier-8348-1054422453-0001-2
Content-Type: text/plain; name="ioctl32-cleanup-ppc64.patch"; charset="ansi_x3.4-1968"
Content-Transfer-Encoding: 7bit
Content-Disposition: attachment; filename=ioctl32-cleanup-ppc64.patch

--- a/arch/ppc64/kernel/ppc_ksyms.c 2003-05-31 18:48:15.000000000 -0400
+++ b/arch/ppc64/kernel/ppc_ksyms.c 2003-05-31 18:48:28.000000000 -0400
@@ -49,8 +49,6 @@

extern int sys_ioctl(unsigned int fd, unsigned int cmd, unsigned long arg);
extern int do_signal(sigset_t *, struct pt_regs *);
-extern int register_ioctl32_conversion(unsigned int cmd, int (*handler)(unsigned int, unsigned int, unsigned long, struct file *));
-extern int unregister_ioctl32_conversion(unsigned int cmd);

int abs(int);

@@ -66,9 +64,6 @@
EXPORT_SYMBOL(synchronize_irq);
#endif /* CONFIG_SMP */

-EXPORT_SYMBOL(register_ioctl32_conversion);
-EXPORT_SYMBOL(unregister_ioctl32_conversion);
-
EXPORT_SYMBOL(isa_io_base);
EXPORT_SYMBOL(pci_io_base);

--=_courier-8348-1054422453-0001-2--