diff options
author | msmith <msmith@FreeBSD.org> | 2002-03-16 02:18:13 +0000 |
---|---|---|
committer | msmith <msmith@FreeBSD.org> | 2002-03-16 02:18:13 +0000 |
commit | 918310234a7ff346da92f4f10b72dac878b415f2 (patch) | |
tree | 23bbd1502a223d7175fc1a75d175c9d27a06a7a0 /sys/contrib/dev/acpica/dbinput.c | |
parent | ac46203408cfa47be4850817df7847a8e73393ee (diff) | |
download | FreeBSD-src-918310234a7ff346da92f4f10b72dac878b415f2.zip FreeBSD-src-918310234a7ff346da92f4f10b72dac878b415f2.tar.gz |
Import of the 20020308 Intel ACPI CA update.
Diffstat (limited to 'sys/contrib/dev/acpica/dbinput.c')
-rw-r--r-- | sys/contrib/dev/acpica/dbinput.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/contrib/dev/acpica/dbinput.c b/sys/contrib/dev/acpica/dbinput.c index e5e938b..f669ddb 100644 --- a/sys/contrib/dev/acpica/dbinput.c +++ b/sys/contrib/dev/acpica/dbinput.c @@ -1,7 +1,7 @@ /******************************************************************************* * * Module Name: dbinput - user front-end to the AML debugger - * $Revision: 80 $ + * $Revision: 81 $ * ******************************************************************************/ @@ -839,7 +839,7 @@ AcpiDbCommandDispatch ( * ******************************************************************************/ -void +void ACPI_SYSTEM_XFACE AcpiDbExecuteThread ( void *Context) { |