From: Andi Kleen Date: Sat, 25 Mar 2006 15:29:31 +0000 (+0100) Subject: [PATCH] x86_64: Don't need to read PIT in timer handler when PM timer is used X-Git-Tag: v2.6.17-rc1~718 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9ede6b0945223d1e353501f41b988a3db56b4e27;p=pandora-kernel.git [PATCH] x86_64: Don't need to read PIT in timer handler when PM timer is used The PM timer path through main_timer_handler doesn't need the delay variable because it figures it out in a different way. Don't try to read it from the PIT. With stopped PIT timer it is even useless. Signed-off-by: Andi Kleen Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed