Re: [PATCH] amiserial: Prepare for locking relaxation in caller.

2008-02-23 Thread Alan Cox
On Sat, 23 Feb 2008 00:05:25 -0800 Andrew Morton <[EMAIL PROTECTED]> wrote: > On Wed, 20 Feb 2008 20:11:01 + Alan Cox <[EMAIL PROTECTED]> wrote: > > > > > Just wrap this one in a lock_kernel. As I understand it there is no M68K > > SMP anyway. > > > > I assume that all the bkl/locking patc

Re: [PATCH] amiserial: Prepare for locking relaxation in caller.

2008-02-23 Thread Andrew Morton
On Wed, 20 Feb 2008 20:11:01 + Alan Cox <[EMAIL PROTECTED]> wrote: > > Just wrap this one in a lock_kernel. As I understand it there is no M68K > SMP anyway. > I assume that all the bkl/locking patches are prerequisites for tty-bkl-pushdown.patch, and that they don't depend upon tty-bkl-pus

[PATCH] amiserial: Prepare for locking relaxation in caller.

2008-02-20 Thread Alan Cox
Just wrap this one in a lock_kernel. As I understand it there is no M68K SMP anyway. Signed-off-by: Alan Cox <[EMAIL PROTECTED]> diff -u --new-file --recursive --exclude-from /usr/src/exclude linux.vanilla-2.6.25-rc2-mm1/drivers/char/amiserial.c linux-2.6.25-rc2-mm1/drivers/char/amiserial.c --