diff options
Diffstat (limited to 'hw/xen.h')
| -rw-r--r-- | hw/xen.h | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/hw/xen.h b/hw/xen.h index d435ca0ce5..95029bb164 100644 --- a/hw/xen.h +++ b/hw/xen.h @@ -31,15 +31,6 @@ static inline int xen_enabled(void) #endif } -static inline int xen_mapcache_enabled(void) -{ -#ifdef CONFIG_XEN_MAPCACHE - return xen_enabled(); -#else - return 0; -#endif -} - int xen_pci_slot_get_pirq(PCIDevice *pci_dev, int irq_num); void xen_piix3_set_irq(void *opaque, int irq_num, int level); void xen_piix_pci_write_config_client(uint32_t address, uint32_t val, int len); |