Re: Define termios_1 functions for powerpc, s390, avr32 and frv

2007-09-14 Thread David Miller
From: Andrew Morton <[EMAIL PROTECTED]> Date: Fri, 14 Sep 2007 15:12:53 -0700 > That fixes sparc, but I think other architectures are still broken. And if > we use Tony's ifdef patch to fix the other architectures, that makes the > above sparc-fix patch unneeded. > > argh. I don't care if we us

Re: Define termios_1 functions for powerpc, s390, avr32 and frv

2007-09-14 Thread Andrew Morton
On Fri, 14 Sep 2007 11:33:24 -0700 (PDT) David Miller <[EMAIL PROTECTED]> wrote: > From: Andrew Morton <[EMAIL PROTECTED]> > Date: Thu, 13 Sep 2007 03:55:06 -0700 > > > I think we need to go with Tony's patch. sparc32 and sparc64 are > > presently broken too, and the patch which converts sparc t

Re: Define termios_1 functions for powerpc, s390, avr32 and frv

2007-09-14 Thread David Miller
From: Andrew Morton <[EMAIL PROTECTED]> Date: Thu, 13 Sep 2007 03:55:06 -0700 > I think we need to go with Tony's patch. sparc32 and sparc64 are > presently broken too, and the patch which converts sparc to use the > new interfaces introduces a few build errors. The problem with the asm-generic/

Re: Define termios_1 functions for powerpc, s390, avr32 and frv

2007-09-13 Thread Alan Cox
On Thu, Sep 13, 2007 at 01:16:31AM +1000, Paul Mackerras wrote: > asm-generic/termios.h). > > Signed-off-by: Paul Mackerras <[EMAIL PROTECTED]> Acked-by: Alan Cox <[EMAIL PROTECTED]> ___ Linuxppc-dev mailing list Linuxppc-dev@ozlabs.org https://ozlabs.o

Re: Define termios_1 functions for powerpc, s390, avr32 and frv

2007-09-13 Thread Andrew Morton
On Thu, 13 Sep 2007 18:53:46 +0900 Paul Mundt <[EMAIL PROTECTED]> wrote: > On Thu, Sep 13, 2007 at 05:22:36PM +1000, Michael Neuling wrote: > > > > Commit f629307c857c030d5a3dd777fee37c8bb395e171 introduced uses of > > > > kernel_termios_to_user_termios_1 and user_termios_to_kernel_termios_1 > > >

Re: Define termios_1 functions for powerpc, s390, avr32 and frv

2007-09-13 Thread Paul Mundt
On Thu, Sep 13, 2007 at 05:22:36PM +1000, Michael Neuling wrote: > > > Commit f629307c857c030d5a3dd777fee37c8bb395e171 introduced uses of > > > kernel_termios_to_user_termios_1 and user_termios_to_kernel_termios_1 > > > on all architectures. However, powerpc, s390, avr32 and frv don't > > > curren

Re: Define termios_1 functions for powerpc, s390, avr32 and frv

2007-09-13 Thread Jan Dittmer
Paul Mackerras wrote: > Commit f629307c857c030d5a3dd777fee37c8bb395e171 introduced uses of > kernel_termios_to_user_termios_1 and user_termios_to_kernel_termios_1 > on all architectures. However, powerpc, s390, avr32 and frv don't > currently define those functions since their termios struct didn'

Re: Define termios_1 functions for powerpc, s390, avr32 and frv

2007-09-13 Thread Michael Neuling
> > Commit f629307c857c030d5a3dd777fee37c8bb395e171 introduced uses of > > kernel_termios_to_user_termios_1 and user_termios_to_kernel_termios_1 > > on all architectures. However, powerpc, s390, avr32 and frv don't > > currently define those functions since their termios struct didn't > > need to

Re: Define termios_1 functions for powerpc, s390, avr32 and frv

2007-09-13 Thread David Miller
From: Jan Dittmer <[EMAIL PROTECTED]> Date: Thu, 13 Sep 2007 08:57:13 +0200 > Paul Mackerras wrote: > > Commit f629307c857c030d5a3dd777fee37c8bb395e171 introduced uses of > > kernel_termios_to_user_termios_1 and user_termios_to_kernel_termios_1 > > on all architectures. However, powerpc, s390, av

Re: Define termios_1 functions for powerpc, s390, avr32 and frv

2007-09-12 Thread Linus Torvalds
On Thu, 13 Sep 2007, Paul Mackerras wrote: > > Linus, this seems a bit cleaner than putting ifdefs in > drivers/char/tty_ioctl.c, and it fixes the compile error on powerpc. > Your choice whether to use this patch or Tony's. Yeah, I'll take this one. I just wanted to understand why it triggered