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

[Xen-devel] Re: [Xen-changelog] SMP timer and irq fixes for 2.6. Merge x

To: xen-devel@xxxxxxxxxxxxxxxxxxx
Subject: [Xen-devel] Re: [Xen-changelog] SMP timer and irq fixes for 2.6. Merge x86/64 time.c with i386.
From: Ryan Harper <ryanh@xxxxxxxxxx>
Date: Wed, 6 Apr 2005 10:09:44 -0500
Delivery-date: Wed, 06 Apr 2005 15:09:50 +0000
Envelope-to: www-data@xxxxxxxxxxxxxxxxxxx
In-reply-to: <E1DIniJ-0005eP-9U@xxxxxxxxxxxxxxxxx>
List-help: <mailto:xen-devel-request@lists.xensource.com?subject=help>
List-id: Xen developer discussion <xen-devel.lists.xensource.com>
List-post: <mailto:xen-devel@lists.xensource.com>
List-subscribe: <http://lists.xensource.com/cgi-bin/mailman/listinfo/xen-devel>, <mailto:xen-devel-request@lists.xensource.com?subject=subscribe>
List-unsubscribe: <http://lists.xensource.com/cgi-bin/mailman/listinfo/xen-devel>, <mailto:xen-devel-request@lists.xensource.com?subject=unsubscribe>
References: <E1DIniJ-0005eP-9U@xxxxxxxxxxxxxxxxx>
Sender: xen-devel-bounces@xxxxxxxxxxxxxxxxxxx
User-agent: Mutt/1.5.6+20040907i
* BitKeeper Bot <riel@xxxxxxxxxxx> [2005-04-05 09:48]:
> ChangeSet 1.1452, 2005/04/05 13:07:37+01:00, kaf24@xxxxxxxxxxxxxxxxxxxx
> 
>       SMP timer and irq fixes for 2.6. Merge x86/64 time.c with i386.
>       Signed-off-by: Keir Fraser <keir@xxxxxxxxxxxxx>
> 
> 
> 
>  b/linux-2.6.11-xen-sparse/arch/xen/i386/kernel/smpboot.c  |   65 -
>  b/linux-2.6.11-xen-sparse/arch/xen/i386/kernel/time.c     |  126 --
>  b/linux-2.6.11-xen-sparse/arch/xen/i386/mm/hypervisor.c   |    4 
>  b/linux-2.6.11-xen-sparse/arch/xen/x86_64/kernel/Makefile |    4 
>  linux-2.6.11-xen-sparse/arch/xen/x86_64/kernel/time.c     |  840 
> --------------
>  5 files changed, 91 insertions(+), 948 deletions(-)
<snip>

> @@ -472,7 +474,7 @@
>       while (!cpu_isset(smp_processor_id(), smp_commenced_mask))
>               rep_nop();
>       local_setup_timer();
> -     local_setup_debug();    /* XXX */
> +     ldebug_setup();
>       smp_intr_init();
>       local_irq_enable();
>       /*

All of the local_setup/_setup() routines are only run when a secondary
cpu is booted.  I didn't see that they were run on the boot cpu.  Is
that a problem?  I would have thought that you would want the timer
interrupt as well as the debug interrupt handler to be running on all
cpus.


--
Ryan Harper
Software Engineer; Linux Technology Center
IBM Corp., Austin, Tx
(512) 838-9253   T/L: 678-9253
ryanh@xxxxxxxxxx



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

<Prev in Thread] Current Thread [Next in Thread>
  • [Xen-devel] Re: [Xen-changelog] SMP timer and irq fixes for 2.6. Merge x86/64 time.c with i386., Ryan Harper <=