summaryrefslogtreecommitdiffstats
path: root/sys/amd64
diff options
context:
space:
mode:
authorjkim <jkim@FreeBSD.org>2010-08-06 15:59:00 +0000
committerjkim <jkim@FreeBSD.org>2010-08-06 15:59:00 +0000
commitefe9a6257df8403765fd9594257a3bc2f1ef656d (patch)
tree03ff4842eb48095e4b4a6ea8de65afe1b8219a49 /sys/amd64
parent19ddbf5c3845e0aaeed327e2be2f168e30013b63 (diff)
downloadFreeBSD-src-efe9a6257df8403765fd9594257a3bc2f1ef656d.zip
FreeBSD-src-efe9a6257df8403765fd9594257a3bc2f1ef656d.tar.gz
Correct argument order of acpi_restorecpu(), which was forgotten in r210804.
Diffstat (limited to 'sys/amd64')
-rw-r--r--sys/amd64/acpica/acpi_wakeup.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/amd64/acpica/acpi_wakeup.c b/sys/amd64/acpica/acpi_wakeup.c
index 6bdf658..f7324ab 100644
--- a/sys/amd64/acpica/acpi_wakeup.c
+++ b/sys/amd64/acpica/acpi_wakeup.c
@@ -71,7 +71,7 @@ extern struct pcb **susppcbs;
static struct pcb **susppcbs;
#endif
-int acpi_restorecpu(struct pcb *, vm_offset_t);
+int acpi_restorecpu(vm_offset_t, struct pcb *);
static void *acpi_alloc_wakeup_handler(void);
static void acpi_stop_beep(void *);
OpenPOWER on IntegriCloud