svn commit: r232077 - stable/9/sys/amd64/acpica
Jung-uk Kim
jkim at FreeBSD.org
Thu Feb 23 21:48:40 UTC 2012
Author: jkim
Date: Thu Feb 23 21:48:39 2012
New Revision: 232077
URL: http://svn.freebsd.org/changeset/base/232077
Log:
MFC: r230957
Fix a function prototype to reflect reality.
Modified:
stable/9/sys/amd64/acpica/acpi_wakeup.c
Directory Properties:
stable/9/sys/ (props changed)
Modified: stable/9/sys/amd64/acpica/acpi_wakeup.c
==============================================================================
--- stable/9/sys/amd64/acpica/acpi_wakeup.c Thu Feb 23 21:44:44 2012 (r232076)
+++ stable/9/sys/amd64/acpica/acpi_wakeup.c Thu Feb 23 21:48:39 2012 (r232077)
@@ -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 *);
More information about the svn-src-stable-9
mailing list