Displaying 1 result from an estimated 1 matches for "1f05ac8abda6".
2006 Aug 08
0
[PATCH] fix ia64 per cpu setup ordering
...ir,
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/arch/ia64/xen/xensetup.c Tue Aug 08 09:26:10 2006 -0600
+++ b/xen/arch/ia64/xen/xensetup.c Tue Aug 08 12:18:04 2006 -0600
@@ -423,13 +423,14 @@ void start_kernel(void)
(xenheap_phys_end-__pa(heap_start)) >> 20,
(xenheap_phys_end-__pa(heap_start)) >...