[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Xen-devel] [PATCH] ioemu:clean up piix3_reset()
Now #ifdef CONFIG_DM part become bogus because of 477afee37ca29e156e3309874d100de0bf4e6fd0. So remove it. Signed-off-by: Isaku Yamahata <yamahata@xxxxxxxxxxxxx> --- hw/piix_pci.c | 6 ------ 1 files changed, 0 insertions(+), 6 deletions(-) diff --git a/hw/piix_pci.c b/hw/piix_pci.c index ee7ad43..955d308 100644 --- a/hw/piix_pci.c +++ b/hw/piix_pci.c @@ -291,12 +291,6 @@ static void piix3_reset(PCIDevice *d) pci_conf[0xab] = 0x00; pci_conf[0xac] = 0x00; pci_conf[0xae] = 0x00; - -#ifdef CONFIG_DM - pci_conf[0x61] = 0x80; - pci_conf[0x62] = 0x80; - pci_conf[0x63] = 0x80; -#endif /* CONFIG_DM */ } #ifndef CONFIG_DM -- 1.6.0.2 -- yamahata _______________________________________________ Xen-devel mailing list Xen-devel@xxxxxxxxxxxxxxxxxxx http://lists.xensource.com/xen-devel
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |