1
0
mirror of https://git.FreeBSD.org/src.git synced 2025-01-21 15:45:02 +00:00
freebsd/sys/i386
Mitsuru IWASAKI f0a101b7e2 Call AcpiLeaveSleepStatePrep() in interrupt disabled context
(described in ACPICA source code).

- Move intr_disable() and intr_restore() from acpi_wakeup.c to acpi.c
  and call AcpiLeaveSleepStatePrep() in interrupt disabled context.
- Add acpi_wakeup_machdep() to execute wakeup MD procedures and call
  it twice in interrupt disabled/enabled context (ia64 version is
  just dummy).
- Rename wakeup_cpus variable in acpi_sleep_machdep() to suspcpus in
  order to be shared by acpi_sleep_machdep() and acpi_wakeup_machdep().
- Move identity mapping related code to acpi_install_wakeup_handler()
  (i386 version) for preparation of x86/acpica/acpi_wakeup.c
  (MFC candidate).

Reviewed by:	jkim@
MFC after:	2 days
2012-06-01 15:26:32 +00:00
..
acpica Call AcpiLeaveSleepStatePrep() in interrupt disabled context 2012-06-01 15:26:32 +00:00
bios
compile
conf Enable drm2 modules build. 2012-05-23 21:07:01 +00:00
i386 Eliminate code duplication in free_pv_entry() and pmap_remove_pages() by 2012-06-01 04:26:50 +00:00
ibcs2 Fix misuse of the kernel map in miscellaneous image activators. 2012-02-17 23:47:16 +00:00
include Rename pmap_collect() to pmap_pv_reclaim() and rewrite it such that it no 2012-05-26 06:10:25 +00:00
isa
linux - >500 static DTrace probes for the linuxulator 2012-05-05 19:42:38 +00:00
pci
svr4
xbox Move the legacy(4) driver to x86. 2012-03-30 19:10:14 +00:00
xen Eliminate code duplication in free_pv_entry() and pmap_remove_pages() by 2012-06-01 04:26:50 +00:00
Makefile