[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Xen-changelog] [xen-unstable] [IA64] Revert ia64/xen-unstable.hg 15561:e487cc249171



# HG changeset patch
# User Alex Williamson <alex.williamson@xxxxxx>
# Date 1184896924 21600
# Node ID fcdd56b88acdc34a392a6807fcaa6005fedf6d82
# Parent  e487cc2491715b6ef86de2af2217d1e6bae0f6be
[IA64] Revert ia64/xen-unstable.hg 15561:e487cc249171

This is causing problems, we need to rethink it.

Signed-off-by: Alex Williamson <alex.williamson@xxxxxx>
---
 xen/arch/ia64/xen/dom_fw_dom0.c |   12 ++++--------
 1 files changed, 4 insertions(+), 8 deletions(-)

diff -r e487cc249171 -r fcdd56b88acd xen/arch/ia64/xen/dom_fw_dom0.c
--- a/xen/arch/ia64/xen/dom_fw_dom0.c   Thu Jul 19 15:56:53 2007 -0600
+++ b/xen/arch/ia64/xen/dom_fw_dom0.c   Thu Jul 19 20:02:04 2007 -0600
@@ -55,16 +55,12 @@ acpi_update_lsapic(acpi_table_entry_head
                enable = 0;
 
        if (lsapic->flags.enabled && enable) {
-               if (lsapic->id == 0) {
-                       lsapic->id = lsapic_nbr;
-                       lsapic->eid = 0;
-               }
+               printk("enable lsapic entry: 0x%lx\n", (u64) lsapic);
+               lsapic->id = lsapic_nbr;
+               lsapic->eid = 0;
                lsapic_nbr++;
-               printk("enable lsapic entry: 0x%lx (id:eid=%x:%x)\n",
-                      (u64)lsapic, lsapic->id, lsapic->eid);
        } else if (lsapic->flags.enabled) {
-               printk("DISABLE lsapic entry: 0x%lx (id:eid=%x:%x)\n",
-                      (u64)lsapic, lsapic->id, lsapic->eid);
+               printk("DISABLE lsapic entry: 0x%lx\n", (u64) lsapic);
                lsapic->flags.enabled = 0;
                lsapic->id = 0;
                lsapic->eid = 0;

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


 


Rackspace

Lists.xenproject.org is hosted with RackSpace, monitoring our
servers 24x7x365 and backed by RackSpace's Fanatical Support®.