LWN.net Logo

Advertisement

E-Commerce & credit card processing - the Open Source way!

Advertise here

New VST (tick elimination) code

From:  George Anzinger <george@mvista.com>
To:  high-res-timers-discourse@lists.sourceforge.net, lkml <linux-kernel@vger.kernel.org>
Subject:  [ANNOUNCE] New VST (tick elimination) code
Date:  Mon, 10 Jan 2005 20:08:56 -0800

We have just posted a new VST patch for the 2.6.10 kernel.  VST eliminates 
usless time base tick interrupts by, when the system is idle, looking forward in
the time list to find the next time event.  The time base is then turned off and
a hardware time is set up to wake the system when the next time event is to
happen.

This version uses the local APIC timer(s) so it can sleep for several seconds.

Currently code exists for the i386 platform.  We expect code to support some of
the ARM and the ppc in time.  Information is provided in the patch on how to do
the arch dependent code.

All these wonders are to be found at: 
http://sourceforge.net/projects/high-res-timers/

(Note: the VST patch depends on the HRT (high res timers) patch.)
-- 
George Anzinger   george@mvista.com
High-res-timers:  http://sourceforge.net/projects/high-res-timers/

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

Copyright © 2005, Eklektix, Inc.
Comments and public postings are copyrighted by their creators.
Linux is a registered trademark of Linus Torvalds