diff options
author | Randy Dunlap <rdunlap@xenotime.net> | 2005-09-21 18:55:44 +0200 |
---|---|---|
committer | Linus Torvalds <torvalds@g5.osdl.org> | 2005-09-21 19:12:18 +0200 |
commit | 89d7cbf73e1a85241eb42339f6cb7a429fec178c (patch) | |
tree | e74da41540922732f5d1d4f236c890c019545262 | |
parent | [PATCH] Adds sys_set_mempolicy() in include/linux/syscalls.h (diff) | |
download | linux-89d7cbf73e1a85241eb42339f6cb7a429fec178c.tar.xz linux-89d7cbf73e1a85241eb42339f6cb7a429fec178c.zip |
[PATCH] update URL for HPET spec.
Correct URL for HPET spec.
Signed-off-by: Randy Dunlap <rdunlap@xenotime.net>
Cc: Andi Kleen <ak@muc.de>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
-rw-r--r-- | arch/x86_64/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/x86_64/Kconfig b/arch/x86_64/Kconfig index 0969d570f3b5..21afa69a086d 100644 --- a/arch/x86_64/Kconfig +++ b/arch/x86_64/Kconfig @@ -308,7 +308,7 @@ config HPET_TIMER present. 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/labs/platcomp/hpet/hpetspec.htm>. + <http://www.intel.com/hardwaredesign/hpetspec.htm>. config X86_PM_TIMER bool "PM timer" |