summaryrefslogtreecommitdiffstats
path: root/sys/x86/include/acpica_machdep.h
diff options
context:
space:
mode:
authorkib <kib@FreeBSD.org>2015-04-18 21:23:16 +0000
committerkib <kib@FreeBSD.org>2015-04-18 21:23:16 +0000
commit32cf8052a6b466f71976dd281f2064ce991c8568 (patch)
treedddf395da4c00861e60af1394f569594d399ba57 /sys/x86/include/acpica_machdep.h
parent78b4348c8c1f68bc9c8d31daa4502f77e44352cd (diff)
downloadFreeBSD-src-32cf8052a6b466f71976dd281f2064ce991c8568.zip
FreeBSD-src-32cf8052a6b466f71976dd281f2064ce991c8568.tar.gz
Remove lazy pmap switch code from i386. Naive benchmark with md(4)
shows no difference with the code removed. On both amd64 and i386, assert that a released pmap is not active. Proposed and reviewed by: alc Discussed with: Svatopluk Kraus <onwahe@gmail.com>, peter Sponsored by: The FreeBSD Foundation MFC after: 2 weeks
Diffstat (limited to 'sys/x86/include/acpica_machdep.h')
-rw-r--r--sys/x86/include/acpica_machdep.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/x86/include/acpica_machdep.h b/sys/x86/include/acpica_machdep.h
index 46080c0..136285c 100644
--- a/sys/x86/include/acpica_machdep.h
+++ b/sys/x86/include/acpica_machdep.h
@@ -74,6 +74,7 @@ enum intr_polarity;
void acpi_SetDefaultIntrModel(int model);
void acpi_cpu_c1(void);
+void acpi_cpu_idle_mwait(uint32_t mwait_hint);
void *acpi_map_table(vm_paddr_t pa, const char *sig);
void acpi_unmap_table(void *table);
vm_paddr_t acpi_find_table(const char *sig);
OpenPOWER on IntegriCloud