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] Remove warning in domain.c

# HG changeset patch
# User awilliam@xxxxxxxxxxx
# Node ID 6270e89e1d4753c8cca3612084cfbc1450faa76f
# Parent  d00fa9827789a587e64655eccf513d6569c11a9a
[IA64] Remove warning in domain.c

This patch removes a warning message in domain.c.

Signed-off-by: Masaki Kanno <kanno.masaki@xxxxxxxxxxxxxx>

diff -r d00fa9827789 -r 6270e89e1d47 xen/arch/ia64/xen/domain.c
--- a/xen/arch/ia64/xen/domain.c        Thu Mar  9 06:07:51 2006
+++ b/xen/arch/ia64/xen/domain.c        Thu Mar  9 06:11:25 2006
@@ -115,7 +115,6 @@
 
 void startup_cpu_idle_loop(void)
 {
-       int cpu = smp_processor_id ();
        /* Just some sanity to ensure that the scheduler is set up okay. */
        ASSERT(current->domain == IDLE_DOMAIN_ID);
        raise_softirq(SCHEDULE_SOFTIRQ);

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

<Prev in Thread] Current Thread [Next in Thread>
  • [Xen-changelog] [IA64] Remove warning in domain.c, Xen patchbot -unstable <=