diff options
author | Michael S. Tsirkin <mst@redhat.com> | 2016-02-10 18:05:01 -0500 |
---|---|---|
committer | Ingo Molnar <mingo@kernel.org> | 2016-02-17 03:39:56 -0500 |
commit | 4e7f9df25874cedbbc604a5c5c2e7a6efe662387 (patch) | |
tree | eeac2e470c9f0c11934fafe8d6b3d3eda31120c9 /Documentation | |
parent | a82eee7424525e34e98d821dd059ce14560a1e35 (diff) |
hpet: Drop stale URLs
Looks like the HPET spec at intel.com got moved.
It isn't hard to find so drop the link, just mention
the revision assumed.
Suggested-by: Thomas Gleixner <tglx@linutronix.de>
Signed-off-by: Michael S. Tsirkin <mst@redhat.com>
Acked-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Cc: Arnd Bergmann <arnd@arndb.de>
Cc: Clemens Ladisch <clemens@ladisch.de>
Cc: Jonathan Corbet <corbet@lwn.net>
Cc: Linus Torvalds <torvalds@linux-foundation.org>
Cc: Peter Zijlstra <peterz@infradead.org>
Cc: linux-doc@vger.kernel.org
Link: http://lkml.kernel.org/r/1455145462-3877-1-git-send-email-mst@redhat.com
Signed-off-by: Ingo Molnar <mingo@kernel.org>
Diffstat (limited to 'Documentation')
-rw-r--r-- | Documentation/timers/hpet.txt | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/Documentation/timers/hpet.txt b/Documentation/timers/hpet.txt index 767392ffd31e..a484d2c109d7 100644 --- a/Documentation/timers/hpet.txt +++ b/Documentation/timers/hpet.txt | |||
@@ -1,9 +1,7 @@ | |||
1 | High Precision Event Timer Driver for Linux | 1 | High Precision Event Timer Driver for Linux |
2 | 2 | ||
3 | The High Precision Event Timer (HPET) hardware follows a specification | 3 | The High Precision Event Timer (HPET) hardware follows a specification |
4 | by Intel and Microsoft which can be found at | 4 | by Intel and Microsoft, revision 1. |
5 | |||
6 | http://www.intel.com/hardwaredesign/hpetspec_1.pdf | ||
7 | 5 | ||
8 | Each HPET has one fixed-rate counter (at 10+ MHz, hence "High Precision") | 6 | Each HPET has one fixed-rate counter (at 10+ MHz, hence "High Precision") |
9 | and up to 32 comparators. Normally three or more comparators are provided, | 7 | and up to 32 comparators. Normally three or more comparators are provided, |