summaryrefslogtreecommitdiffstats
path: root/sys/amd64/acpica
diff options
context:
space:
mode:
authorjkim <jkim@FreeBSD.org>2012-02-03 21:21:00 +0000
committerjkim <jkim@FreeBSD.org>2012-02-03 21:21:00 +0000
commit834665fb2f1b2cf6de7a52c155225c850733ae29 (patch)
tree954520c434e60239ca696f710e9fd679723c598f /sys/amd64/acpica
parent421efb0b3f246807fa90f1268fdf459a7c454f7f (diff)
downloadFreeBSD-src-834665fb2f1b2cf6de7a52c155225c850733ae29.zip
FreeBSD-src-834665fb2f1b2cf6de7a52c155225c850733ae29.tar.gz
Fix a function prototype to reflect reality. No functional change.
Diffstat (limited to 'sys/amd64/acpica')
-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 bc5e08f..eb3449b 100644
--- a/sys/amd64/acpica/acpi_wakeup.c
+++ b/sys/amd64/acpica/acpi_wakeup.c
@@ -74,7 +74,7 @@ static struct pcb **susppcbs;
static void **suspfpusave;
#endif
-int acpi_restorecpu(vm_offset_t, struct pcb *);
+int acpi_restorecpu(uint64_t, vm_offset_t);
static void *acpi_alloc_wakeup_handler(void);
static void acpi_stop_beep(void *);
OpenPOWER on IntegriCloud