From mboxrd@z Thu Jan 1 00:00:00 1970 From: Benjamin Herrenschmidt Subject: Re: [PATCH 02/12] powermac: support G5 CPU hotplug Date: Thu, 15 Feb 2007 08:27:09 +1100 Message-ID: <1171488429.20192.173.camel@localhost.localdomain> References: <20070207124536.963531000@sipsolutions.net> <20070207124610.392302000@sipsolutions.net> <1170940494.4385.51.camel@johannes.berg> <20070214144556.GC25910@elf.ucw.cz> Mime-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Return-path: In-Reply-To: <20070214144556.GC25910@elf.ucw.cz> List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: linux-pm-bounces@lists.osdl.org Errors-To: linux-pm-bounces@lists.osdl.org To: Pavel Machek Cc: linuxppc-dev@ozlabs.org, Johannes Berg , linux-pm@lists.osdl.org List-Id: linux-pm@vger.kernel.org > Can you disable timer interrupt on the interrupt controller, instead? > Provides same functionality, and needs no runtime overhead... On most PowerPCs, timer interrupt aren't an interrupt comimg from the interrupt controller, but their own processor exception triggered by the decrementer defined by the ppc architecture. = Ben.