Skip to content
Snippets Groups Projects
  • Nadav Har'El's avatar
    bac9129c
    Implement some missing functions in drivers/acpi.cc · bac9129c
    Nadav Har'El authored
    Implement some missing functions in drivers/acpi.cc, which an OS that
    uses the ACPICA library needs to implement, to enable the use of
    semaphores and locks.
    
    These functions get called from ACPICA functions for entering sleep
    state - and in particular for powering off - which we will use in the
    next patch.
    
    This patch includes no new implementation - the semaphore implementation
    was already committed earlier, and here it is just used.
    bac9129c
    History
    Implement some missing functions in drivers/acpi.cc
    Nadav Har'El authored
    Implement some missing functions in drivers/acpi.cc, which an OS that
    uses the ACPICA library needs to implement, to enable the use of
    semaphores and locks.
    
    These functions get called from ACPICA functions for entering sleep
    state - and in particular for powering off - which we will use in the
    next patch.
    
    This patch includes no new implementation - the semaphore implementation
    was already committed earlier, and here it is just used.