x86: correct link to HPET timer specification
authorDenis V. Lunev <den@openvz.org>
Mon, 24 Nov 2008 08:28:36 +0000 (11:28 +0300)
committerIngo Molnar <mingo@elte.hu>
Mon, 24 Nov 2008 09:05:12 +0000 (10:05 +0100)
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>
arch/x86/Kconfig
drivers/char/hpet.c

index ac22bb7719f730e6b8d12b305ec9e08952a513a4..19f0d97829ee6fcca82cdd8dd69002529f2c978f 100644 (file)
@@ -482,7 +482,7 @@ config HPET_TIMER
          The HPET provides a stable time base on SMP
          systems, unlike the TSC, but it is more expensive to access,
          as it is off-chip.  You can find the HPET spec at
-         <http://www.intel.com/hardwaredesign/hpetspec.htm>.
+         <http://www.intel.com/hardwaredesign/hpetspec_1.pdf>.
 
          You can safely choose Y here.  However, HPET will only be
          activated if the platform and the BIOS support this feature.
index 53fdc7ff387051507ade9def9a75eb67ff1bfd13..32b8bbf5003e17678a996e50ccb2c9b38d018886 100644 (file)
@@ -46,7 +46,7 @@
 /*
  * The High Precision Event Timer driver.
  * This driver is closely modelled after the rtc.c driver.
- * http://www.intel.com/hardwaredesign/hpetspec.htm
+ * http://www.intel.com/hardwaredesign/hpetspec_1.pdf
  */
 #define        HPET_USER_FREQ  (64)
 #define        HPET_DRIFT      (500)
This page took 0.02708 seconds and 5 git commands to generate.