ia64/xen-unstable
changeset 15562:fcdd56b88acd
[IA64] Revert ia64/xen-unstable.hg 15561:e487cc249171
This is causing problems, we need to rethink it.
Signed-off-by: Alex Williamson <alex.williamson@hp.com>
This is causing problems, we need to rethink it.
Signed-off-by: Alex Williamson <alex.williamson@hp.com>
author | Alex Williamson <alex.williamson@hp.com> |
---|---|
date | Thu Jul 19 20:02:04 2007 -0600 (2007-07-19) |
parents | e487cc249171 |
children | 1ef9dc28810d |
files | xen/arch/ia64/xen/dom_fw_dom0.c |
line diff
1.1 --- a/xen/arch/ia64/xen/dom_fw_dom0.c Thu Jul 19 15:56:53 2007 -0600 1.2 +++ b/xen/arch/ia64/xen/dom_fw_dom0.c Thu Jul 19 20:02:04 2007 -0600 1.3 @@ -55,16 +55,12 @@ acpi_update_lsapic(acpi_table_entry_head 1.4 enable = 0; 1.5 1.6 if (lsapic->flags.enabled && enable) { 1.7 - if (lsapic->id == 0) { 1.8 - lsapic->id = lsapic_nbr; 1.9 - lsapic->eid = 0; 1.10 - } 1.11 + printk("enable lsapic entry: 0x%lx\n", (u64) lsapic); 1.12 + lsapic->id = lsapic_nbr; 1.13 + lsapic->eid = 0; 1.14 lsapic_nbr++; 1.15 - printk("enable lsapic entry: 0x%lx (id:eid=%x:%x)\n", 1.16 - (u64)lsapic, lsapic->id, lsapic->eid); 1.17 } else if (lsapic->flags.enabled) { 1.18 - printk("DISABLE lsapic entry: 0x%lx (id:eid=%x:%x)\n", 1.19 - (u64)lsapic, lsapic->id, lsapic->eid); 1.20 + printk("DISABLE lsapic entry: 0x%lx\n", (u64) lsapic); 1.21 lsapic->flags.enabled = 0; 1.22 lsapic->id = 0; 1.23 lsapic->eid = 0;