Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 3 Feb 2012 21:21:00 +0000 (UTC)
From:      Jung-uk Kim <jkim@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r230957 - head/sys/amd64/acpica
Message-ID:  <201202032121.q13LL0uA004567@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: jkim
Date: Fri Feb  3 21:21:00 2012
New Revision: 230957
URL: http://svn.freebsd.org/changeset/base/230957

Log:
  Fix a function prototype to reflect reality.  No functional change.

Modified:
  head/sys/amd64/acpica/acpi_wakeup.c

Modified: head/sys/amd64/acpica/acpi_wakeup.c
==============================================================================
--- head/sys/amd64/acpica/acpi_wakeup.c	Fri Feb  3 20:27:14 2012	(r230956)
+++ head/sys/amd64/acpica/acpi_wakeup.c	Fri Feb  3 21:21:00 2012	(r230957)
@@ -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 *);



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201202032121.q13LL0uA004567>