Displaying 4 results from an estimated 4 matches for "scheduler_init".
2006 Aug 08
0
[PATCH] fix ia64 per cpu setup ordering
Hi Keir,
With the recent per cpu changes, scheduler_init() now starts poking
at per cpu space before we''ve configured it on ia64. This re-orders the
setup calls to avoid this problem. Please apply. Thanks,
Alex
Signed-off-by: Alex Williamson <alex.williamson@hp.com>
---
diff -r 1f05ac8abda6 xen/arch/ia64/xen/xensetup.c
--- a/xen/arc...
2009 Jul 15
0
[PATCH] rename for_each_cpu() to for_each_possible_cpu()
...{
perfc_t *counters = per_cpu(perfcounters, cpu) + j;
unsigned int k;
--- 2009-07-10.orig/xen/common/schedule.c 2009-04-09 14:05:36.000000000 +0200
+++ 2009-07-10/xen/common/schedule.c 2009-07-15 10:03:11.000000000 +0200
@@ -918,7 +918,7 @@ void __init scheduler_init(void)
open_softirq(SCHEDULE_SOFTIRQ, schedule);
- for_each_cpu ( i )
+ for_each_possible_cpu ( i )
{
spin_lock_init(&per_cpu(schedule_data, i).schedule_lock);
init_timer(&per_cpu(schedule_data, i).s_timer, s_timer_fn, NULL, i);
--- 2009-07-10.orig/xen/c...
2012 Jan 09
39
[PATCH v4 00/25] xen: ARMv7 with virtualization extensions
Hello everyone,
this is the fourth version of the patch series that introduces ARMv7
with virtualization extensions support in Xen.
The series allows Xen and Dom0 to boot on a Cortex-A15 based Versatile
Express simulator.
See the following announce email for more informations about what we
are trying to achieve, as well as the original git history:
See
2011 Dec 06
57
[PATCH RFC 00/25] xen: ARMv7 with virtualization extensions
Hello everyone,
this is the very first version of the patch series that introduces ARMv7
with virtualization extensions support in Xen.
The series allows Xen and Dom0 to boot on a Cortex-A15 based Versatile
Express simulator.
See the following announce email for more informations about what we
are trying to achieve, as well as the original git history:
See