|
|
![](http://www.xen.org/images/globals/pixel.gif) |
|
|
|
|
|
|
|
xen-changelog
[Xen-changelog] [xen-unstable] [IA64] Update for RCU code
# HG changeset patch
# User awilliam@xxxxxxxxxxxx
# Date 1170026788 25200
# Node ID cf0ae8105ffe32acd5a587ab31e91610febef8a6
# Parent 781370093c0234f83444e2d95785b3551ffc3680
[IA64] Update for RCU code
Signed-off-by: Alex Williamson <alex.williamson@xxxxxx>
---
xen/arch/ia64/xen/xensetup.c | 3 +++
1 files changed, 3 insertions(+)
diff -r 781370093c02 -r cf0ae8105ffe xen/arch/ia64/xen/xensetup.c
--- a/xen/arch/ia64/xen/xensetup.c Sun Jan 28 16:25:44 2007 -0700
+++ b/xen/arch/ia64/xen/xensetup.c Sun Jan 28 16:26:28 2007 -0700
@@ -437,6 +437,8 @@ void start_kernel(void)
init_xen_time(); /* initialise the time */
timer_init();
+ rcu_init();
+
#ifdef CONFIG_XEN_IA64_TLBFLUSH_CLOCK
open_softirq(NEW_TLBFLUSH_CLOCK_PERIOD_SOFTIRQ, new_tlbflush_clock_period);
#endif
@@ -469,6 +471,7 @@ printk("num_online_cpus=%d, max_cpus=%d\
if ( num_online_cpus() >= max_cpus )
break;
if ( !cpu_online(i) ) {
+ rcu_online_cpu(i);
__cpu_up(i);
}
}
_______________________________________________
Xen-changelog mailing list
Xen-changelog@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-changelog
|
<Prev in Thread] |
Current Thread |
[Next in Thread> |
- [Xen-changelog] [xen-unstable] [IA64] Update for RCU code,
Xen patchbot-unstable <=
|
|
|
|
|