aboutsummaryrefslogtreecommitdiffstats
path: root/xen/include
diff options
context:
space:
mode:
authorMatt Wilson <msw@amazon.com>2013-08-27 11:23:09 +0200
committerJan Beulich <jbeulich@suse.com>2013-08-27 11:23:09 +0200
commit483814219bc4d47db8a56116290ec7878b794c09 (patch)
tree94b37f04d4c7a465f5c58d88de588142bea0e7d7 /xen/include
parentc8e2fd7edced5ef28ff57524f8f744c042e57c59 (diff)
downloadxen-483814219bc4d47db8a56116290ec7878b794c09.tar.gz
xen-483814219bc4d47db8a56116290ec7878b794c09.tar.bz2
xen-483814219bc4d47db8a56116290ec7878b794c09.zip
x86/time: remove Cyclone as a platform timer
The Cyclone time source was part of IBM's Summit chipset, which was only used for 32-bit only ccNUMA and IA-64 machines. Neither of these are supported by Xen anymore. Signed-off-by: Matt Wilson <msw@amazon.com> Reviewed-by: Andrew Cooper <andrew.cooper3@citrix.com>
Diffstat (limited to 'xen/include')
-rw-r--r--xen/include/asm-x86/fixmap.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/xen/include/asm-x86/fixmap.h b/xen/include/asm-x86/fixmap.h
index 029dc3ef26..d850be4afc 100644
--- a/xen/include/asm-x86/fixmap.h
+++ b/xen/include/asm-x86/fixmap.h
@@ -56,7 +56,6 @@ enum fixed_addresses {
FIX_ACPI_BEGIN,
FIX_ACPI_END = FIX_ACPI_BEGIN + FIX_ACPI_PAGES - 1,
FIX_HPET_BASE,
- FIX_CYCLONE_TIMER,
FIX_KEXEC_BASE_0,
FIX_KEXEC_BASE_END = FIX_KEXEC_BASE_0 \
+ ((KEXEC_XEN_NO_PAGES >> 1) * KEXEC_IMAGE_NR) - 1,