[uml-devel] [PATCH 07/16] um: fix up obsolete cpu function usage.

2015-03-02 Thread Rusty Russell
Thanks to spatch. Signed-off-by: Rusty Russell Cc: Jeff Dike Cc: Richard Weinberger Cc: user-mode-linux-devel@lists.sourceforge.net --- arch/um/kernel/smp.c | 12 ++-- 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/arch/um/kernel/smp.c b/arch/um/kernel/smp.c index

Re: [uml-devel] linux-next: Tree for July 26 (uml)

2012-08-21 Thread Rusty Russell
On Tue, 21 Aug 2012 10:43:59 -0700, Randy Dunlap wrote: > On 08/19/2012 07:51 PM, Rusty Russell wrote: > > > On Tue, 14 Aug 2012 10:41:42 -0700, Randy Dunlap > > wrote: > >> On 08/14/2012 08:17 AM, Richard Weinberger wrote: > >> > >>> Am 14.

Re: [uml-devel] linux-next: Tree for July 26 (uml)

2012-08-19 Thread Rusty Russell
On Tue, 14 Aug 2012 10:41:42 -0700, Randy Dunlap wrote: > On 08/14/2012 08:17 AM, Richard Weinberger wrote: > > > Am 14.08.2012 17:15, schrieb David Howells: > >> How about this then? > >> > >> David > >> --- > >> diff --git a/arch/x86/um/Kconfig b/arch/x86/um/Kconfig > >> index 9926e11..a4b0c10

Re: [uml-devel] linux-next: Tree for July 26 (uml)

2012-08-13 Thread Rusty Russell
On Mon, 13 Aug 2012 10:00:16 -0700, Randy Dunlap wrote: > On 07/26/2012 08:18 AM, Randy Dunlap wrote: > > > On 07/25/2012 10:04 PM, Stephen Rothwell wrote: > > > >> Hi all, > >> > >> Please do not add anything to linux-next included branches/series that is > >> destined for v3.7 until after v3.6

[uml-devel] [PULL] cpumask cleanups

2012-04-01 Thread Rusty Russell
ng changes since commit b5174fa3a7f4f8f150bfa3b917c92608953dfa0f: Merge tag 'mmc-merge-for-3.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/cjb/mmc (2012-03-28 20:59:45 -0700) are available in the git repository at: git://github.com/rustyrussell/linux.git master Rusty

[uml-devel] [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-devel

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

2012-02-14 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-devel@lists.sourceforge.net --- arch/um/kernel/skas/process.c |2 +- arch/um/kernel/smp.c |9 - 2 files changed, 5 insertions(+), 6

Re: [uml-devel] [RFC] UML/x86_64 module loader

2011-08-22 Thread Rusty Russell
On Mon, 22 Aug 2011 23:38:43 +0200, Richard Weinberger wrote: > Hi! > > UserModeLinux is using the arch specific module functions from > arch/x86/kernel/module.c. > On i386 this works perfectly fine but on x86_64 it causes problems. > > apply_relocate_add() assumes modules compiled with -mcmode

[uml-devel] [PULL] cpumask updates for um

2009-03-15 Thread Rusty Russell
-um.git master Rusty Russell (3): cpumask: prepare for iterators to only go to nr_cpu_ids/nr_cpumask_bits.: um cpumask: Use accessors code.: um cpumask: use mm_cpumask() wrapper: um arch/um/include/asm/mmu_context.h |4 ++-- arch/um/kernel/smp.c |2 +- arch/um

[uml-devel] Strange code in smp_prepare_cpus?

2008-10-22 Thread Rusty Russell
... cpu_clear(me, cpu_online_map); cpu_set(me, cpu_online_map); Something subtle here? Rusty. - This SF.Net email is sponsored by the Moblin Your Move Developer's challenge Build the coolest Linux based applic

[uml-devel] Re: [RFC] (How to) Let idle CPUs sleep

2005-05-07 Thread Rusty Russell
On Sat, 2005-05-07 at 23:57 +0530, Srivatsa Vaddagiri wrote: > Two solutions have been proposed so far: > > A. As per Nick's suggestion, impose a max limit (say some 100 ms or > say a second, Nick?) on how long a idle CPU can avoid taking > local-timer ticks. As a result, t