瀏覽代碼

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>
Denis V. Lunev 16 年之前
父節點
當前提交
e45f2c0774
共有 2 個文件被更改,包括 2 次插入2 次删除
  1. 1 1
      arch/x86/Kconfig
  2. 1 1
      drivers/char/hpet.c

+ 1 - 1
arch/x86/Kconfig

@@ -482,7 +482,7 @@ config HPET_TIMER
          The HPET provides a stable time base on SMP
          The HPET provides a stable time base on SMP
          systems, unlike the TSC, but it is more expensive to access,
          systems, unlike the TSC, but it is more expensive to access,
          as it is off-chip.  You can find the HPET spec at
          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
          You can safely choose Y here.  However, HPET will only be
          activated if the platform and the BIOS support this feature.
          activated if the platform and the BIOS support this feature.

+ 1 - 1
drivers/char/hpet.c

@@ -46,7 +46,7 @@
 /*
 /*
  * The High Precision Event Timer driver.
  * The High Precision Event Timer driver.
  * This driver is closely modelled after the rtc.c 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_USER_FREQ	(64)
 #define	HPET_DRIFT	(500)
 #define	HPET_DRIFT	(500)