diff options
author | Denis V. Lunev <den@openvz.org> | 2008-11-24 03:28:36 -0500 |
---|---|---|
committer | Ingo Molnar <mingo@elte.hu> | 2008-11-24 04:05:12 -0500 |
commit | e45f2c07742d447597df001c878bc4a8aafcde37 (patch) | |
tree | 4593d02f73dead510c6452523647cfd15fd73327 /arch/x86 | |
parent | ed313489badef16d700f5a3be50e8fd8f8294bc8 (diff) |
x86: correct link to HPET timer specification
Impact: update documentation / help text
Original link is dead.
Signed-off-by: Denis V. Lunev <den@openvz.org>
Signed-off-by: Ingo Molnar <mingo@elte.hu>
Diffstat (limited to 'arch/x86')
-rw-r--r-- | arch/x86/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/x86/Kconfig b/arch/x86/Kconfig index ac22bb7719f7..19f0d97829ee 100644 --- a/arch/x86/Kconfig +++ b/arch/x86/Kconfig | |||
@@ -482,7 +482,7 @@ config HPET_TIMER | |||
482 | The HPET provides a stable time base on SMP | 482 | The HPET provides a stable time base on SMP |
483 | systems, unlike the TSC, but it is more expensive to access, | 483 | systems, unlike the TSC, but it is more expensive to access, |
484 | as it is off-chip. You can find the HPET spec at | 484 | as it is off-chip. You can find the HPET spec at |
485 | <http://www.intel.com/hardwaredesign/hpetspec.htm>. | 485 | <http://www.intel.com/hardwaredesign/hpetspec_1.pdf>. |
486 | 486 | ||
487 | You can safely choose Y here. However, HPET will only be | 487 | You can safely choose Y here. However, HPET will only be |
488 | activated if the platform and the BIOS support this feature. | 488 | activated if the platform and the BIOS support this feature. |