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-changelog

[Xen-changelog] [IA64] Some noisy traces removed.

# HG changeset patch
# User awilliam@xxxxxxxxxxx
# Node ID 9215a9a1af9e0e3f2f14958ff5c4e1f8d41ddd39
# Parent  20c1a71383a95cb6e7d04fd0c5f30faaf3c41350
[IA64] Some noisy traces removed.

Useless and commented-out code removed.

Signed-off-by: Tristan Gingold <tristan.gingold@xxxxxxxx>

diff -r 20c1a71383a9 -r 9215a9a1af9e xen/arch/ia64/linux-xen/smpboot.c
--- a/xen/arch/ia64/linux-xen/smpboot.c Wed Mar  8 00:12:39 2006
+++ b/xen/arch/ia64/linux-xen/smpboot.c Wed Mar  8 00:14:32 2006
@@ -72,8 +72,7 @@
 
 #ifdef CONFIG_SMP /* ifdef XEN */
 
-//#define SMP_DEBUG 0
-#define SMP_DEBUG 1
+#define SMP_DEBUG 0
 
 #if SMP_DEBUG
 #define Dprintk(x...)  printk(x)
diff -r 20c1a71383a9 -r 9215a9a1af9e xen/arch/ia64/xen/domain.c
--- a/xen/arch/ia64/xen/domain.c        Wed Mar  8 00:12:39 2006
+++ b/xen/arch/ia64/xen/domain.c        Wed Mar  8 00:14:32 2006
@@ -118,20 +118,7 @@
        int cpu = smp_processor_id ();
        /* Just some sanity to ensure that the scheduler is set up okay. */
        ASSERT(current->domain == IDLE_DOMAIN_ID);
-       printf ("idle%dA\n", cpu);
        raise_softirq(SCHEDULE_SOFTIRQ);
-#if 0   /* All this work is done within continue_cpu_idle_loop  */
-       printf ("idle%dB\n", cpu);
-       asm volatile ("mov ar.k2=r0");
-       do_softirq();
-       printf ("idle%dC\n", cpu);
-
-       /*
-        * Declares CPU setup done to the boot processor.
-        * Therefore memory barrier to ensure state is visible.
-        */
-       smp_mb();
-#endif
 #if 0
 //do we have to ensure the idle task has a shared page so that, for example,
 //region registers can be loaded from it.  Apparently not...
diff -r 20c1a71383a9 -r 9215a9a1af9e xen/arch/ia64/xen/vcpu.c
--- a/xen/arch/ia64/xen/vcpu.c  Wed Mar  8 00:12:39 2006
+++ b/xen/arch/ia64/xen/vcpu.c  Wed Mar  8 00:14:32 2006
@@ -1850,7 +1850,6 @@
        UINT64 mpaddr, paddr;
        IA64FAULT fault;
        unsigned long translate_domain_mpaddr(unsigned long);
-       IA64FAULT vcpu_tpa(VCPU *, UINT64, UINT64 *);
 
        fault = vcpu_tpa(vcpu, vadr, &mpaddr);
        if (fault == IA64_NO_FAULT) {
diff -r 20c1a71383a9 -r 9215a9a1af9e xen/arch/ia64/xen/xensetup.c
--- a/xen/arch/ia64/xen/xensetup.c      Wed Mar  8 00:12:39 2006
+++ b/xen/arch/ia64/xen/xensetup.c      Wed Mar  8 00:14:32 2006
@@ -331,7 +331,6 @@
         if ( num_online_cpus() >= max_cpus )
             break;
         if ( !cpu_online(i) ) {
-printk("About to call __cpu_up(%d)\n",i);
             __cpu_up(i);
        }
     }

_______________________________________________
Xen-changelog mailing list
Xen-changelog@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-changelog

<Prev in Thread] Current Thread [Next in Thread>
  • [Xen-changelog] [IA64] Some noisy traces removed., Xen patchbot -unstable <=