summaryrefslogtreecommitdiffstats
path: root/sys/i386/include/acpica_machdep.h
diff options
context:
space:
mode:
authornjl <njl@FreeBSD.org>2004-10-11 05:39:15 +0000
committernjl <njl@FreeBSD.org>2004-10-11 05:39:15 +0000
commitabd4abd5bde7b89f9bfa1f389c3cd5f5394d9631 (patch)
treea73d71113eb92df36ffa37efd3031bb3c11a1489 /sys/i386/include/acpica_machdep.h
parentbc7aea493bcaeac179e22ccbf789af1f6fc3a312 (diff)
downloadFreeBSD-src-abd4abd5bde7b89f9bfa1f389c3cd5f5394d9631.zip
FreeBSD-src-abd4abd5bde7b89f9bfa1f389c3cd5f5394d9631.tar.gz
Move the code for halting the CPU (acpi_cpu_c1) into machdep files.
This removes the last MD portion of acpi_cpu.c. MFC after: 2 weeks
Diffstat (limited to 'sys/i386/include/acpica_machdep.h')
-rw-r--r--sys/i386/include/acpica_machdep.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/i386/include/acpica_machdep.h b/sys/i386/include/acpica_machdep.h
index 4eff57d..57d39cc 100644
--- a/sys/i386/include/acpica_machdep.h
+++ b/sys/i386/include/acpica_machdep.h
@@ -93,6 +93,7 @@ extern int acpi_release_global_lock(uint32_t *lock);
#define COMPILER_DEPENDENT_UINT64 unsigned long long
#define ACPI_USE_NATIVE_DIVIDE
-void acpi_SetDefaultIntrModel(int model);
+void acpi_SetDefaultIntrModel(int model);
+void acpi_cpu_c1(void);
#endif /* __ACPICA_MACHDEP_H__ */
OpenPOWER on IntegriCloud