aboutsummaryrefslogtreecommitdiffstats
path: root/xen
diff options
context:
space:
mode:
authoriap10@labyrinth.cl.cam.ac.uk <iap10@labyrinth.cl.cam.ac.uk>2004-05-20 19:21:13 +0000
committeriap10@labyrinth.cl.cam.ac.uk <iap10@labyrinth.cl.cam.ac.uk>2004-05-20 19:21:13 +0000
commite75c88dd9e6b387095114e9b7fb28c4db98b54b4 (patch)
tree4b90252a4f435083aec0a5cf591587a1b590aef9 /xen
parentb65519b91f0dbc706aa372fa165cdd535e572ab9 (diff)
downloadxen-e75c88dd9e6b387095114e9b7fb28c4db98b54b4.tar.gz
xen-e75c88dd9e6b387095114e9b7fb28c4db98b54b4.tar.bz2
xen-e75c88dd9e6b387095114e9b7fb28c4db98b54b4.zip
bitkeeper revision 1.918 (40ad05295f3vfOtWjADTgFv05BpG9w)
migrate improvements
Diffstat (limited to 'xen')
-rw-r--r--xen/common/dom0_ops.c1
-rw-r--r--xen/common/domain.c1
2 files changed, 0 insertions, 2 deletions
diff --git a/xen/common/dom0_ops.c b/xen/common/dom0_ops.c
index 780e76e638..586a3a1270 100644
--- a/xen/common/dom0_ops.c
+++ b/xen/common/dom0_ops.c
@@ -113,7 +113,6 @@ long do_dom0_op(dom0_op_t *u_dom0_op)
if( ret == 0 && op->u.stopdomain.sync == 1 )
{
extern long do_block( void );
- printk("T\n");
do_block(); // Yuk...
}
}
diff --git a/xen/common/domain.c b/xen/common/domain.c
index 52becabf5c..894bb7ba05 100644
--- a/xen/common/domain.c
+++ b/xen/common/domain.c
@@ -271,7 +271,6 @@ void stop_domain(void)
kick Dom0 */
{
struct task_struct *p;
- printk("S\n");
guest_schedule_to_run( p = find_domain_by_id(0ULL) );
put_task_struct(p);
}