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 *);
_______________________________________________
[email protected] mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-all
To unsubscribe, send any mail to "[email protected]"

Reply via email to