aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKeir Fraser <keir@xen.org>2011-02-14 09:05:14 +0000
committerKeir Fraser <keir@xen.org>2011-02-14 09:05:14 +0000
commit0d1f62735d3ec916425b0cc2b4984e3103608f20 (patch)
tree2c097171ce411502a6eb0bbc12e724b7be29e5cd
parent9b908cbbcffacb9a9b5168c9065d483ad2b8527b (diff)
downloadxen-0d1f62735d3ec916425b0cc2b4984e3103608f20.tar.gz
xen-0d1f62735d3ec916425b0cc2b4984e3103608f20.tar.bz2
xen-0d1f62735d3ec916425b0cc2b4984e3103608f20.zip
Revert 22900:a0ef80c99264
The check it adds is already present in the function's sole caller. Signed-off-by: Keir Fraser <keir@xen.org>
-rw-r--r--xen/arch/x86/hpet.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/xen/arch/x86/hpet.c b/xen/arch/x86/hpet.c
index 0df678842f..d27a4d1c02 100644
--- a/xen/arch/x86/hpet.c
+++ b/xen/arch/x86/hpet.c
@@ -557,9 +557,6 @@ void hpet_broadcast_init(void)
u32 hpet_id, cfg;
int i;
- if ( boot_cpu_has(X86_FEATURE_ARAT) )
- return;
-
if ( irq_channel == NULL )
{
irq_channel = xmalloc_array(int, nr_irqs);