aboutsummaryrefslogtreecommitdiffstats
path: root/xen/include
diff options
context:
space:
mode:
authorAndrew Cooper <andrew.cooper3@citrix.com>2013-10-08 11:09:22 +0200
committerJan Beulich <jbeulich@suse.com>2013-10-08 11:09:22 +0200
commit081c4d400db24790b43ce344e6b5449b0800c253 (patch)
treecad1d59cfdc40d669509225b6e0d361b8597d5f4 /xen/include
parent1c240f1bfed56a459a9cde5100b12bfca4275f26 (diff)
downloadxen-081c4d400db24790b43ce344e6b5449b0800c253.tar.gz
xen-081c4d400db24790b43ce344e6b5449b0800c253.tar.bz2
xen-081c4d400db24790b43ce344e6b5449b0800c253.zip
x86/HPET: basic cleanup
* Strip trailing whitespace * Remove redundant definitions * Update stale documentation links * Move hpet_address into __initdata Signed-off-by: Andrew Cooper <andrew.cooper3@citrix.com>
Diffstat (limited to 'xen/include')
-rw-r--r--xen/include/asm-x86/hpet.h6
1 files changed, 2 insertions, 4 deletions
diff --git a/xen/include/asm-x86/hpet.h b/xen/include/asm-x86/hpet.h
index 98c123700c..875f1de42a 100644
--- a/xen/include/asm-x86/hpet.h
+++ b/xen/include/asm-x86/hpet.h
@@ -3,8 +3,8 @@
/*
* Documentation on HPET can be found at:
- * http://www.intel.com/ial/home/sp/pcmmspec.htm
- * ftp://download.intel.com/ial/home/sp/mmts098.pdf
+ * http://www.intel.com/content/dam/www/public/us/en/documents/
+ * technical-specifications/software-developers-hpet-spec-1-0a.pdf
*/
#define HPET_MMAP_SIZE 1024
@@ -24,9 +24,7 @@
#define HPET_ID_NUMBER 0x00001f00
#define HPET_ID_REV 0x000000ff
#define HPET_ID_NUMBER_SHIFT 8
-
#define HPET_ID_VENDOR_SHIFT 16
-#define HPET_ID_VENDOR_8086 0x8086
#define HPET_CFG_ENABLE 0x001
#define HPET_CFG_LEGACY 0x002