aboutsummaryrefslogtreecommitdiffstats
path: root/xen/drivers/acpi
diff options
context:
space:
mode:
authorJan Beulich <jbeulich@suse.com>2011-09-22 18:29:19 +0100
committerJan Beulich <jbeulich@suse.com>2011-09-22 18:29:19 +0100
commite463d3619896fc257906d08d0a2b40474ea19e80 (patch)
tree2ecfde918587630f0f22766ca53ed350392b8100 /xen/drivers/acpi
parent9be30410ecd3a01ff9315f77abb0c8865c927df2 (diff)
downloadxen-e463d3619896fc257906d08d0a2b40474ea19e80.tar.gz
xen-e463d3619896fc257906d08d0a2b40474ea19e80.tar.bz2
xen-e463d3619896fc257906d08d0a2b40474ea19e80.zip
PCI multi-seg: config space accessor adjustments
Signed-off-by: Jan Beulich <jbeulich@suse.com>
Diffstat (limited to 'xen/drivers/acpi')
-rw-r--r--xen/drivers/acpi/reboot.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/xen/drivers/acpi/reboot.c b/xen/drivers/acpi/reboot.c
index 744c500a76..9e3f1c2830 100644
--- a/xen/drivers/acpi/reboot.c
+++ b/xen/drivers/acpi/reboot.c
@@ -24,7 +24,7 @@ void acpi_reboot(void)
case ACPI_ADR_SPACE_PCI_CONFIG:
printk("Resetting with ACPI PCI RESET_REG.\n");
/* Write the value that resets us. */
- pci_conf_write8(0,
+ pci_conf_write8(0, 0,
(rr->address >> 32) & 31,
(rr->address >> 16) & 7,
(rr->address & 255),