commit | 39fe05e58c5e448601ce46e6b03900d5bf31c4b0 | [log] [tgz] |
---|---|---|
author | Shaohua Li <shaohua.li@intel.com> | Wed Aug 12 11:16:12 2009 +0800 |
committer | Ingo Molnar <mingo@elte.hu> | Wed Aug 12 16:45:02 2009 +0200 |
tree | e01978c90faa2e534d7c9af67647aa61f2242bcd | |
parent | 7cb7beb31aa3d941833b6a6e553687422c31e4b6 [diff] |
x86, hpet: Disable per-cpu hpet timer if ARAT is supported If CPU support always running local APIC timer, per-cpu hpet timer could be disabled, which is useless and wasteful in such case. Let's leave the timers to others. The effect is that we reserve less timers. Signed-off-by: Shaohua Li <shaohua.li@intel.com> Cc: venkatesh.pallipadi@intel.com LKML-Reference: <20090812031612.GA10062@sli10-desk.sh.intel.com> Signed-off-by: Ingo Molnar <mingo@elte.hu>