Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 23 Feb 2012 21:48:40 +0000 (UTC)
From:      Jung-uk Kim <jkim@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-stable@freebsd.org, svn-src-stable-9@freebsd.org
Subject:   svn commit: r232077 - stable/9/sys/amd64/acpica
Message-ID:  <201202232148.q1NLme7f024659@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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 *);



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