|
|
|
|
|
|
|
|
|
|
xen-ppc-devel
[XenPPC] [xenppc-unstable] [IA64] fix up a few more warnings
# HG changeset patch
# User awilliam@xxxxxxxxxxx
# Node ID 25483d9b55d4307d125f4135b609a6387f247ba8
# Parent 671e8bd80d9a734137970c579bcce4f368f91ed2
[IA64] fix up a few more warnings
Signed-off-by: Alex Williamson <alex.williamson@xxxxxx>
---
linux-2.6-xen-sparse/arch/ia64/kernel/setup.c | 4 +++-
linux-2.6-xen-sparse/include/asm-ia64/xen/privop.h | 1 +
2 files changed, 4 insertions(+), 1 deletion(-)
diff -r 671e8bd80d9a -r 25483d9b55d4
linux-2.6-xen-sparse/arch/ia64/kernel/setup.c
--- a/linux-2.6-xen-sparse/arch/ia64/kernel/setup.c Wed May 31 14:34:33
2006 -0600
+++ b/linux-2.6-xen-sparse/arch/ia64/kernel/setup.c Wed May 31 16:07:47
2006 -0600
@@ -931,8 +931,10 @@ cpu_init (void)
platform_cpu_init();
#ifdef CONFIG_XEN
/* Need to be moved into platform_cpu_init later */
- if (is_running_on_xen())
+ if (is_running_on_xen()) {
+ extern void xen_smp_intr_init(void);
xen_smp_intr_init();
+ }
#endif
pm_idle = default_idle;
}
diff -r 671e8bd80d9a -r 25483d9b55d4
linux-2.6-xen-sparse/include/asm-ia64/xen/privop.h
--- a/linux-2.6-xen-sparse/include/asm-ia64/xen/privop.h Wed May 31
14:34:33 2006 -0600
+++ b/linux-2.6-xen-sparse/include/asm-ia64/xen/privop.h Wed May 31
16:07:47 2006 -0600
@@ -168,6 +168,7 @@ extern void xen_set_rr(unsigned long ind
extern void xen_set_rr(unsigned long index, unsigned long val);
extern unsigned long xen_get_rr(unsigned long index);
extern void xen_set_kr(unsigned long index, unsigned long val);
+extern void xen_ptcga(unsigned long addr, unsigned long size);
/* Note: It may look wrong to test for is_running_on_xen() in each case.
* However regnum is always a constant so, as written, the compiler
_______________________________________________
Xen-ppc-devel mailing list
Xen-ppc-devel@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-ppc-devel
|
<Prev in Thread] |
Current Thread |
[Next in Thread> |
- [XenPPC] [xenppc-unstable] [IA64] fix up a few more warnings,
Xen patchbot-xenppc-unstable <=
|
|
|
|
|