|
|
|
|
|
|
|
|
|
|
xen-ppc-devel
[XenPPC] [pushed] [ppc] some support to continue using ../x86/irq.c
changeset: 9936:d89919efc87898497c494040597a5eaf2b17433e
user: jimix@xxxxxxxxxxxxxxxxxxxxx
date: Wed Apr 19 12:24:45 2006 -0400
files: xen/arch/ppc/smp.c
description:
[ppc] some support to continue using ../x86/irq.c
diff -r 23449d964a27f4440dae2011aa2ceefb23b58892 -r
d89919efc87898497c494040597a5eaf2b17433e xen/arch/ppc/smp.c
--- a/xen/arch/ppc/smp.c Wed Apr 19 12:24:21 2006 -0400
+++ b/xen/arch/ppc/smp.c Wed Apr 19 12:24:45 2006 -0400
@@ -18,6 +18,8 @@
*/
#include <asm/misc.h>
+#include <xen/cpumask.h>
+
int smp_num_siblings = 1;
int smp_num_cpus = 1;
int ht_per_core = 1;
@@ -43,3 +45,13 @@ void smp_send_stop(void)
{
unimplemented();
}
+
+int on_selected_cpus(
+ cpumask_t selected,
+ void (*func) (void *info),
+ void *info,
+ int retry,
+ int wait)
+{
+ return 0;
+}
_______________________________________________
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] [pushed] [ppc] some support to continue using ../x86/irq.c,
jimix <=
|
|
|
|
|