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]no need to comment on the unblocking

To: xen-ppc-devel@xxxxxxxxxxxxxxxxxxx
Subject: [XenPPC] [pushed]no need to comment on the unblocking
From: jimix@xxxxxxxxxxxxxx
Date: Mon, 27 Mar 2006 16:58:08 -0500
Delivery-date: Mon, 27 Mar 2006 21:57:41 +0000
Envelope-to: www-data@xxxxxxxxxxxxxxxxxxx
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:   9456:791d3b576ddf
user:        jimix@xxxxxxxxxxxxxxxxxxxxx
date:        Thu Mar 23 16:19:12 2006 -0500
summary:     no need to comment on the unblocking

diff -r 7c56b04340bd -r 791d3b576ddf xen/include/asm-ppc/event.h
--- a/xen/include/asm-ppc/event.h       Thu Mar 23 16:17:45 2006 -0500
+++ b/xen/include/asm-ppc/event.h       Thu Mar 23 16:19:12 2006 -0500
@@ -18,7 +18,6 @@ static inline void evtchn_notify(struct 
     if (running)
         smp_send_event_check_cpu(v->processor);
 #else
-    printf("%s: unblocking %d.%d\n", __func__, v->domain->domain_id, 
v->vcpu_id);
     vcpu_unblock(v);
 #endif
 }



_______________________________________________
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]no need to comment on the unblocking, jimix <=