WARNING - OLD ARCHIVES

This is an archived copy of the Xen.org mailing list, which we have preserved to ensure that existing links to archives are not broken. The live archive, which contains the latest emails, can be found at http://lists.xen.org/
   
 
 
Xen 
 
Home Products Support Community News
 
   
 

xen-changelog

[Xen-changelog] [xen-unstable] Revert 22900:a0ef80c99264

To: xen-changelog@xxxxxxxxxxxxxxxxxxx
Subject: [Xen-changelog] [xen-unstable] Revert 22900:a0ef80c99264
From: Xen patchbot-unstable <patchbot@xxxxxxx>
Date: Tue, 15 Feb 2011 00:35:21 -0800
Delivery-date: Tue, 15 Feb 2011 00:36:26 -0800
Envelope-to: www-data@xxxxxxxxxxxxxxxxxxx
List-help: <mailto:xen-changelog-request@lists.xensource.com?subject=help>
List-id: BK change log <xen-changelog.lists.xensource.com>
List-post: <mailto:xen-changelog@lists.xensource.com>
List-subscribe: <http://lists.xensource.com/mailman/listinfo/xen-changelog>, <mailto:xen-changelog-request@lists.xensource.com?subject=subscribe>
List-unsubscribe: <http://lists.xensource.com/mailman/listinfo/xen-changelog>, <mailto:xen-changelog-request@lists.xensource.com?subject=unsubscribe>
Reply-to: xen-devel@xxxxxxxxxxxxxxxxxxx
Sender: xen-changelog-bounces@xxxxxxxxxxxxxxxxxxx
# HG changeset patch
# User Keir Fraser <keir@xxxxxxx>
# Date 1297674314 0
# Node ID 1578741388795969f504f8e92e2528bc982ada9e
# Parent  67f2fed570346155d615327f4c1bd1099f155fbd
Revert 22900:a0ef80c99264

The check it adds is already present in the function's sole caller.

Signed-off-by: Keir Fraser <keir@xxxxxxx>
---
 xen/arch/x86/hpet.c |    3 ---
 1 files changed, 3 deletions(-)

diff -r 67f2fed57034 -r 157874138879 xen/arch/x86/hpet.c
--- a/xen/arch/x86/hpet.c       Fri Feb 11 18:22:37 2011 +0000
+++ b/xen/arch/x86/hpet.c       Mon Feb 14 09:05:14 2011 +0000
@@ -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);

_______________________________________________
Xen-changelog mailing list
Xen-changelog@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-changelog

<Prev in Thread] Current Thread [Next in Thread>
  • [Xen-changelog] [xen-unstable] Revert 22900:a0ef80c99264, Xen patchbot-unstable <=