From mboxrd@z Thu Jan 1 00:00:00 1970 From: linux@arm.linux.org.uk (Russell King - ARM Linux) Date: Wed, 27 Apr 2011 08:25:12 +0100 Subject: Architecture specific implementations for tickless kernel and deferrable timers In-Reply-To: References: <4DB0F249.6000307@codeaurora.org> <20110426203756.GD17290@n2100.arm.linux.org.uk> Message-ID: <20110427072512.GF17290@n2100.arm.linux.org.uk> To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org On Wed, Apr 27, 2011 at 09:00:54AM +0530, Vikram Narayanan wrote: > My another question is that, where can I find some examples of dynamic > tick implementation. Are there any documents for implementing the > functionality? Dynamic tick was obsoleted by NO_HZ. The kernel now contains NO_HZ which relies upon the one-shot clock event mode.