Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S262065AbVEEMD1 (ORCPT ); Thu, 5 May 2005 08:03:27 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S262067AbVEEMD1 (ORCPT ); Thu, 5 May 2005 08:03:27 -0400 Received: from mx2.suse.de ([195.135.220.15]:56557 "EHLO mx2.suse.de") by vger.kernel.org with ESMTP id S262065AbVEEMDV (ORCPT ); Thu, 5 May 2005 08:03:21 -0400 Date: Thu, 5 May 2005 14:03:11 +0200 From: Andi Kleen To: Len Brown Cc: Venkatesh Pallipadi , Zwane Mwaikambo , Andrew Morton , Linus Torvalds , mingo@elte.hu, linux-kernel , "Shah, Rajesh" , John Stultz , Andi Kleen , Asit K Mallick Subject: Re: [RFC][PATCH] i386 x86-64 Eliminate Local APIC timer interrupt Message-ID: <20050505120311.GM28441@wotan.suse.de> References: <88056F38E9E48644A0F562A38C64FB60049EE972@scsmsx403.amr.corp.intel.com> <1115266581.7644.52.camel@d845pe> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1115266581.7644.52.camel@d845pe> Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1046 Lines: 24 On Thu, May 05, 2005 at 12:16:21AM -0400, Brown, Len wrote: > On Fri, 2005-04-29 at 22:43, Pallipadi, Venkatesh wrote: > > > The patch as it is should handle 8259 case using the regular APIC > > timer. It only adds broadcast when IOAPIC is used for timer > > interrupt. > > While they don't need the broadcast capability of this patch, > uniprocessors do need the change to stop using LAPIC timer > if they support C3 (as virtually all laptops do). > It was a mistake to allow using the LOC on a uniprocessor > in the first place -- as the UP system runs perfectly fine > with timers coming in on IRQ0 and doesn't need another interrupt. Yes I agree. It does not make much sense to run two timers on a CPU. I already changed that in my x86-64 tree. i386 will hopefully follow at some point. -Andi - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/