Re: [PATCH v10 05/20] xen: rework xen timer so it can be used early in boot process

2014-01-14 Thread Will Andrews
Looks good to me. It appears to go with your PATCH v10 06/20, and your commit log should note the dependency directly. Thanks! --Will. On Tue, Jan 14, 2014 at 7:59 AM, Roger Pau Monne wrote: > This should not introduce any functional change, and makes the > functions suitable to be called befor

[PATCH v10 05/20] xen: rework xen timer so it can be used early in boot process

2014-01-14 Thread Roger Pau Monne
This should not introduce any functional change, and makes the functions suitable to be called before we have actually mapped the vcpu_info struct on a per-cpu basis. --- sys/dev/xen/timer/timer.c | 29 - 1 files changed, 20 insertions(+), 9 deletions(-) diff --git a