[uml-user] [PATCH 1/5] remove references to cpu_*_map in arch/

2012-02-15 Thread Rusty Russell
From: Rusty Russell This has been obsolescent for a while; time for the final push. In adjacent context, replaced old cpus_* with cpumask_*. Signed-off-by: Rusty Russell Acked-by: David S. Miller (arch/sparc) Acked-by: Chris Metcalf (arch/tile) Cc: user-mode-linux-de...@lists.sourceforge.net

Re: [uml-user] SKAS host patches and wiki

2012-02-15 Thread richard -rw- weinberger
On Wed, Feb 15, 2012 at 9:47 PM, Antoine Martin wrote: > On 01/21/2012 07:14 AM, richard -rw- weinberger wrote: >> On Thu, Jan 19, 2012 at 7:41 PM, Antoine Martin >> wrote: >>> On 01/19/2012 10:01 PM, richard -rw- weinberger wrote: On Thu, Jan 19, 2012 at 3:23 PM, Nick Cripps wrote: >

Re: [uml-user] SKAS host patches and wiki

2012-02-15 Thread Antoine Martin
On 01/21/2012 07:14 AM, richard -rw- weinberger wrote: > On Thu, Jan 19, 2012 at 7:41 PM, Antoine Martin wrote: >> On 01/19/2012 10:01 PM, richard -rw- weinberger wrote: >>> On Thu, Jan 19, 2012 at 3:23 PM, Nick Cripps wrote: I saw this thread: http://sourceforge.net/mailarchive/forum.p

Re: [uml-user] [PATCH 1/12] arch/um: remove references to cpu_*_map.

2012-02-15 Thread Srivatsa S. Bhat
On 02/15/2012 10:28 AM, Rusty Russell wrote: > From: Rusty Russell > > This has been obsolescent for a while; time for the final push. > > Signed-off-by: Rusty Russell > Cc: user-mode-linux-de...@lists.sourceforge.net > --- Reviewed-by: Srivatsa S. Bhat Regards, Srivatsa S. Bhat

[uml-user] [PATCH 1/12] arch/um: remove references to cpu_*_map.

2012-02-15 Thread Rusty Russell
From: Rusty Russell This has been obsolescent for a while; time for the final push. Signed-off-by: Rusty Russell Cc: user-mode-linux-de...@lists.sourceforge.net --- arch/um/kernel/skas/process.c |2 +- arch/um/kernel/smp.c |9 - 2 files changed, 5 insertions(+), 6 dele