[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

[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