git: acpi - Incidental MPSAFE

Matthew Dillon dillon at crater.dragonflybsd.org
Mon Jan 9 14:41:23 PST 2017


commit a639f78832edd8a24cb683d66752f028545c0213
Author: Matthew Dillon <dillon at apollo.backplane.com>
Date:   Mon Jan 9 14:00:48 2017 -0800

    acpi - Incidental MPSAFE
    
    * Make ACPI devices MPSAFE (use a private token).
    
    * Make the ACPI interupt MPSAFE.

Summary of changes:
 sys/dev/acpica/Osd/OsdInterrupt.c    |  6 +++---
 sys/dev/acpica/Osd/OsdSchedule.c     |  5 ++---
 sys/dev/acpica/acpi.c                | 19 +++++++++++++++----
 sys/dev/acpica/acpi_dock/acpi_dock.c |  9 ++++-----
 sys/dev/acpica/acpi_hp/acpi_hp.c     |  2 +-
 sys/dev/acpica/acpi_thermal.c        | 11 +++++------
 sys/dev/acpica/acpi_wmi/acpi_wmi.c   |  2 +-
 sys/dev/acpica/acpivar.h             |  1 +
 8 files changed, 32 insertions(+), 23 deletions(-)

http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/a639f78832edd8a24cb683d66752f028545c0213


-- 
DragonFly BSD source repository



More information about the Commits mailing list