aboutsummaryrefslogtreecommitdiff
path: root/acpi/acpi.c
Commit message (Collapse)AuthorAgeFilesLines
* acpi: Factorize codeAndrea Monaco2021-11-211-8/+5
| | | | * acpi/acpi.c (acpi_get_tables): Factorize code.
* acpi: Unignore some mmap failureAndrea Monaco2021-11-211-0/+5
| | | | * acpi/acpi.c (acpi_get_num_tables): Do not ignore mmap failure.
* acpi: Fix spurious munmap callAndrea Monaco2021-11-211-2/+0
| | | | | * acpi/acpi.c (acpi_get_num_tables, acpi_get_tables): Munmap is not needed, because when mmap_phys_acpi_header returns non-zero, no mmap is performed.
* acpi: remove useless code in acpi.cAndrea Monaco2021-11-181-4/+0
| | | | | | | These were writing to an array and then never using it. Maybe they were useful for debugging. Message-Id: <87sfvtmn6r.fsf@autistici.org>
* ACPI tables translatorDamien Zammit2019-03-021-0/+290
Exposes x86 ACPI tables as a netfs on a mount point * acpi: New directory. * Makefile (prog-subdirs): Add acpi. * hurd/hurd_types.h (FSTYPE_ACPI): New macro.