aboutsummaryrefslogtreecommitdiff
path: root/executer/exsystem.c
diff options
context:
space:
mode:
authorJung-uk Kim <jkim@FreeBSD.org>2010-04-28 21:50:57 +0000
committerJung-uk Kim <jkim@FreeBSD.org>2010-04-28 21:50:57 +0000
commit5b663f0c698a9ecf7e562f7f7f730d056e499b5f (patch)
tree8e0094680041ac8d48075e0787478ffeb5d61682 /executer/exsystem.c
parent9a8b5e6355e39ba0602a7f9484dca40f429fe6b0 (diff)
downloadsrc-5b663f0c698a9ecf7e562f7f7f730d056e499b5f.tar.gz
src-5b663f0c698a9ecf7e562f7f7f730d056e499b5f.zip
Import ACPICA 20100428.vendor/acpica/20100428
Notes
Notes: svn path=/vendor-sys/acpica/dist/; revision=207340 svn path=/vendor-sys/acpica/20100428/; revision=207341; tag=vendor/acpica/20100428
Diffstat (limited to 'executer/exsystem.c')
-rw-r--r--executer/exsystem.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/executer/exsystem.c b/executer/exsystem.c
index f43ef215527f..8f4ccfe37140 100644
--- a/executer/exsystem.c
+++ b/executer/exsystem.c
@@ -280,19 +280,19 @@ AcpiExSystemDoStall (
/*******************************************************************************
*
- * FUNCTION: AcpiExSystemDoSuspend
+ * FUNCTION: AcpiExSystemDoSleep
*
- * PARAMETERS: HowLong - The amount of time to suspend,
+ * PARAMETERS: HowLong - The amount of time to sleep,
* in milliseconds
*
* RETURN: None
*
- * DESCRIPTION: Suspend running thread for specified amount of time.
+ * DESCRIPTION: Sleep the running thread for specified amount of time.
*
******************************************************************************/
ACPI_STATUS
-AcpiExSystemDoSuspend (
+AcpiExSystemDoSleep (
UINT64 HowLong)
{
ACPI_FUNCTION_ENTRY ();