From: Clemens Ladisch Date: Sun, 30 Oct 2005 23:03:36 +0000 (-0800) Subject: [PATCH] hpet-RTC: cache the comparator register X-Git-Tag: v2.6.15-rc1~59^2~15^2~20 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7811fb8f400a3dbfa027d86bb583a31c66fddfc3;p=pandora-kernel.git [PATCH] hpet-RTC: cache the comparator register Reads from an HPET register require a round trip to the south bridge and are almost as slow as PCI reads. By caching the last value we've written to the comparator register, we can eliminate all HPET reads from the fast path in the emulated RTC interrupt handler. Signed-off-by: Clemens Ladisch Acked-by: Venkatesh Pallipadi Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed