Correct argument order of acpi_restorecpu(), which was forgotten in r210804.

This commit is contained in:
Jung-uk Kim 2010-08-06 15:59:00 +00:00
parent d9d8d1449d
commit 05db09e056

View File

@ -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 *);