WARNING - OLD ARCHIVES

This is an archived copy of the Xen.org mailing list, which we have preserved to ensure that existing links to archives are not broken. The live archive, which contains the latest emails, can be found at http://lists.xen.org/
   
 
 
Xen 
 
Home Products Support Community News
 
   
 

xen-ppc-devel

[XenPPC] [pushed] [ppc] some support to continue using ../x86/irq.c

To: xen-ppc-devel@xxxxxxxxxxxxxxxxxxx
Subject: [XenPPC] [pushed] [ppc] some support to continue using ../x86/irq.c
From: jimix@xxxxxxxxxxxxxx
Date: Wed, 19 Apr 2006 14:01:01 -0400
Delivery-date: Wed, 19 Apr 2006 11:00:37 -0700
Envelope-to: www-data@xxxxxxxxxxxxxxxxxx
List-help: <mailto:xen-ppc-devel-request@lists.xensource.com?subject=help>
List-id: Xen PPC development <xen-ppc-devel.lists.xensource.com>
List-post: <mailto:xen-ppc-devel@lists.xensource.com>
List-subscribe: <http://lists.xensource.com/cgi-bin/mailman/listinfo/xen-ppc-devel>, <mailto:xen-ppc-devel-request@lists.xensource.com?subject=subscribe>
List-unsubscribe: <http://lists.xensource.com/cgi-bin/mailman/listinfo/xen-ppc-devel>, <mailto:xen-ppc-devel-request@lists.xensource.com?subject=unsubscribe>
Sender: xen-ppc-devel-bounces@xxxxxxxxxxxxxxxxxxx
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>