From: Linus T. <tor...@li...> - 2009-06-02 19:53:05
|
On Tue, 2 Jun 2009, Alan Cox wrote: > > I'll fix those over the next few days to copy first, its pretty trivial > stuff Btw, it's probably best to put them in functions of their own, and make sure they are marked "noinline". Because otherwise gcc will easily inline them and because they then presumably have these "struct termios" etc as local variables, if that happens gcc will blow your stack to kingdom come. Linus |