git: kernel/acpi: Restore ACPI_DEBUG_{CACHE, LOCKS, MEMMAP} functionality.

Sascha Wildner swildner at crater.dragonflybsd.org
Mon Mar 31 10:03:01 PDT 2014


commit 3b92a84dc0def933cf54ba6b9ff657d493b0092f
Author: Sascha Wildner <saw at online.de>
Date:   Mon Mar 31 19:02:29 2014 +0200

    kernel/acpi: Restore ACPI_DEBUG_{CACHE,LOCKS,MEMMAP} functionality.
    
    Unfortunately we can't do this in acdragonfly.h alone since ACPICA
    types such as ACPI_SIZE and so on are unavailable in acdragonfly.h.
    This is because acpi.h includes acenv.h (and therefore acdragonfly.h)
    before actypes.h.

Summary of changes:
 sys/contrib/dev/acpica/source/include/acpiosxf.h   | 31 ++++++++++++++++++++++
 .../acpica/source/include/platform/acdragonfly.h   | 22 +++++++++++++++
 2 files changed, 53 insertions(+)

http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/3b92a84dc0def933cf54ba6b9ff657d493b0092f


-- 
DragonFly BSD source repository



More information about the Commits mailing list