summaryrefslogtreecommitdiffstats
path: root/sys/dev/acpica/acpi_cpu.c
diff options
context:
space:
mode:
authormsmith <msmith@FreeBSD.org>2002-02-23 05:26:45 +0000
committermsmith <msmith@FreeBSD.org>2002-02-23 05:26:45 +0000
commit6e083f357a1f5db3beacb74aac9a7140f5cf31f8 (patch)
tree4244c076ce4bcb63de2f6b6018e0ac28bc7e53ae /sys/dev/acpica/acpi_cpu.c
parent40fae72f5162695b2115a627fafc1d01a835d73a (diff)
downloadFreeBSD-src-6e083f357a1f5db3beacb74aac9a7140f5cf31f8.zip
FreeBSD-src-6e083f357a1f5db3beacb74aac9a7140f5cf31f8.tar.gz
Match namespace cleanup changes in ACPI CA 20020217 update.
Use ACPI_SUCCESS/ACPI_FAILURE consistently.
Diffstat (limited to 'sys/dev/acpica/acpi_cpu.c')
-rw-r--r--sys/dev/acpica/acpi_cpu.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/dev/acpica/acpi_cpu.c b/sys/dev/acpica/acpi_cpu.c
index ec1f425..ab55023 100644
--- a/sys/dev/acpica/acpi_cpu.c
+++ b/sys/dev/acpica/acpi_cpu.c
@@ -52,7 +52,7 @@
* Hooks for the ACPI CA debugging infrastructure
*/
#define _COMPONENT ACPI_PROCESSOR
-MODULE_NAME("PROCESSOR")
+ACPI_MODULE_NAME("PROCESSOR")
struct acpi_cpu_softc {
device_t cpu_dev;
@@ -143,7 +143,7 @@ acpi_cpu_attach(device_t dev)
u_int32_t duty_end;
int rid;
- FUNCTION_TRACE(__func__);
+ ACPI_FUNCTION_TRACE(__func__);
ACPI_ASSERTLOCK;
OpenPOWER on IntegriCloud