commit | 9ede6b0945223d1e353501f41b988a3db56b4e27 | [log] [tgz] |
---|---|---|
author | Andi Kleen <ak@suse.de> | Sat Mar 25 16:29:31 2006 +0100 |
committer | Linus Torvalds <torvalds@g5.osdl.org> | Sat Mar 25 09:10:53 2006 -0800 |
tree | 40ed5154dc041977e7e19da501eceee1e24ac369 | |
parent | 51f62e186b78f8743246a349b09be370c8735479 [diff] |
[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 <ak@suse.de> Signed-off-by: Linus Torvalds <torvalds@osdl.org>