debuggers.hg
changeset 17098:eb418cb71d4b
ia64: Fix build after PCI hotplug changes.
Signed-off-by: Alex Williamson <alex.williamson@hp.com>
Signed-off-by: Alex Williamson <alex.williamson@hp.com>
author | Keir Fraser <keir.fraser@citrix.com> |
---|---|
date | Mon Feb 18 09:35:39 2008 +0000 (2008-02-18) |
parents | bf19616b2ae8 |
children | 9d29141a5e52 |
files | xen/include/public/hvm/ioreq.h |
line diff
1.1 --- a/xen/include/public/hvm/ioreq.h Mon Feb 18 09:33:40 2008 +0000 1.2 +++ b/xen/include/public/hvm/ioreq.h Mon Feb 18 09:35:39 2008 +0000 1.3 @@ -114,17 +114,12 @@ struct buffered_piopage { 1.4 }; 1.5 #endif /* defined(__ia64__) */ 1.6 1.7 -#if defined(__i386__) || defined(__x86_64__) 1.8 #define ACPI_PM1A_EVT_BLK_ADDRESS 0x0000000000001f40 1.9 #define ACPI_PM1A_CNT_BLK_ADDRESS (ACPI_PM1A_EVT_BLK_ADDRESS + 0x04) 1.10 #define ACPI_PM_TMR_BLK_ADDRESS (ACPI_PM1A_EVT_BLK_ADDRESS + 0x08) 1.11 - 1.12 #define ACPI_GPE0_BLK_ADDRESS (ACPI_PM_TMR_BLK_ADDRESS + 0x20) 1.13 - 1.14 #define ACPI_GPE0_BLK_LEN 0x08 1.15 1.16 -#endif /* defined(__i386__) || defined(__x86_64__) */ 1.17 - 1.18 #endif /* _IOREQ_H_ */ 1.19 1.20 /*