Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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>

authored by

Denis V. Lunev and committed by
Ingo Molnar
e45f2c07 ed313489

+2 -2
+1 -1
arch/x86/Kconfig
··· 482 482 The HPET provides a stable time base on SMP 483 483 systems, unlike the TSC, but it is more expensive to access, 484 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 487 You can safely choose Y here. However, HPET will only be 488 488 activated if the platform and the BIOS support this feature.
+1 -1
drivers/char/hpet.c
··· 46 46 /* 47 47 * The High Precision Event Timer driver. 48 48 * This driver is closely modelled after the rtc.c driver. 49 - * http://www.intel.com/hardwaredesign/hpetspec.htm 49 + * http://www.intel.com/hardwaredesign/hpetspec_1.pdf 50 50 */ 51 51 #define HPET_USER_FREQ (64) 52 52 #define HPET_DRIFT (500)