* [PATCH] hpet: update the link
@ 2016-01-26 16:43 Michael S. Tsirkin
2016-01-27 9:26 ` Thomas Gleixner
0 siblings, 1 reply; 2+ messages in thread
From: Michael S. Tsirkin @ 2016-01-26 16:43 UTC (permalink / raw)
To: linux-kernel
Cc: Clemens Ladisch, Thomas Gleixner, Jonathan Corbet, Ingo Molnar,
H. Peter Anvin, x86, Arnd Bergmann, Greg Kroah-Hartman, linux-doc
Looks like the HPET spec at intel.com got moved.
Update the link.
Signed-off-by: Michael S. Tsirkin <mst@redhat.com>
---
drivers/char/hpet.c | 2 +-
Documentation/timers/hpet.txt | 2 +-
arch/x86/Kconfig | 2 +-
3 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/drivers/char/hpet.c b/drivers/char/hpet.c
index 240b6cf..86c5f4d 100644
--- a/drivers/char/hpet.c
+++ b/drivers/char/hpet.c
@@ -42,7 +42,7 @@
/*
* The High Precision Event Timer driver.
* This driver is closely modelled after the rtc.c driver.
- * http://www.intel.com/hardwaredesign/hpetspec_1.pdf
+ * http://www.intel.com/content/dam/www/public/us/en/documents/technical-specifications/software-developers-hpet-spec-1-0a.pdf
*/
#define HPET_USER_FREQ (64)
#define HPET_DRIFT (500)
diff --git a/Documentation/timers/hpet.txt b/Documentation/timers/hpet.txt
index 767392f..f24e978 100644
--- a/Documentation/timers/hpet.txt
+++ b/Documentation/timers/hpet.txt
@@ -3,7 +3,7 @@
The High Precision Event Timer (HPET) hardware follows a specification
by Intel and Microsoft which can be found at
- http://www.intel.com/hardwaredesign/hpetspec_1.pdf
+http://www.intel.com/content/dam/www/public/us/en/documents/technical-specifications/software-developers-hpet-spec-1-0a.pdf
Each HPET has one fixed-rate counter (at 10+ MHz, hence "High Precision")
and up to 32 comparators. Normally three or more comparators are provided,
diff --git a/arch/x86/Kconfig b/arch/x86/Kconfig
index 330e738..f47c125 100644
--- a/arch/x86/Kconfig
+++ b/arch/x86/Kconfig
@@ -779,7 +779,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_1.pdf>.
+ <http://www.intel.com/content/dam/www/public/us/en/documents/technical-specifications/software-developers-hpet-spec-1-0a.pdf>.
You can safely choose Y here. However, HPET will only be
activated if the platform and the BIOS support this feature.
--
MST
^ permalink raw reply related [flat|nested] 2+ messages in thread
* Re: [PATCH] hpet: update the link
2016-01-26 16:43 [PATCH] hpet: update the link Michael S. Tsirkin
@ 2016-01-27 9:26 ` Thomas Gleixner
0 siblings, 0 replies; 2+ messages in thread
From: Thomas Gleixner @ 2016-01-27 9:26 UTC (permalink / raw)
To: Michael S. Tsirkin
Cc: linux-kernel, Clemens Ladisch, Jonathan Corbet, Ingo Molnar,
H. Peter Anvin, x86, Arnd Bergmann, Greg Kroah-Hartman, linux-doc
On Tue, 26 Jan 2016, Michael S. Tsirkin wrote:
> Looks like the HPET spec at intel.com got moved.
> Update the link.
Either we remove that link completely or we store that document at some stable
URL on kernel.org and be done with it.
I prefer to remove it.
1) It's just a bad example of hardware design by committee and we really do
not need to promote it.
2) Finding that spec if you really have to is not rocket science either.
Thanks,
tglx
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2016-01-27 9:28 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-01-26 16:43 [PATCH] hpet: update the link Michael S. Tsirkin
2016-01-27 9:26 ` Thomas Gleixner
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).