[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <5058.1189668156@neuling.org>
Date: Thu, 13 Sep 2007 17:22:36 +1000
From: Michael Neuling <mikey@...ling.org>
To: Jan Dittmer <jdi@....org>
cc: Paul Mackerras <paulus@...ba.org>,
Linus Torvalds <torvalds@...ux-foundation.org>,
akpm@...ux-foundation.org, Tony Breeds <tony@...eyournoodle.com>,
linux-kernel@...r.kernel.org, linuxppc-dev@...abs.org,
Alan Cox <alan@...hat.com>, davem@...emloft.net,
heiko.carstens@...ibm.com, hskinnemoen@...el.com,
dhowells@...hat.com
Subject: Re: Define termios_1 functions for powerpc, s390, avr32 and frv
> > 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 be changed when the arbitrary baud rate stuff was added, and
> > thus the kernel won't currently build on those architectures.
>
> alpha, parisc, sh, sparc{64,}, xtensa are still broken with this error...
They need to include <asm-generic/termios.h> in asm-<arch>/termios.h
like in powerpc.
Alternatively tonyb's patch should fix them. Could also do that?
Mikey
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists