summaryrefslogtreecommitdiff
path: root/acpi/main.c
diff options
context:
space:
mode:
Diffstat (limited to 'acpi/main.c')
-rw-r--r--acpi/main.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/acpi/main.c b/acpi/main.c
index ac325915..5b879e3f 100644
--- a/acpi/main.c
+++ b/acpi/main.c
@@ -32,6 +32,7 @@
#include "libnetfs/fsys_S.h"
#include "libports/interrupt_S.h"
#include "libnetfs/ifsock_S.h"
+#include "libacpica/acpi_init.h"
#include <acpifs.h>
/* Libnetfs stuff */
@@ -76,6 +77,9 @@ main (int argc, char **argv)
if (bootstrap == MACH_PORT_NULL)
error (1, 0, "must be started as a translator");
+ /* Initialize ACPI */
+ acpi_init();
+
/* Initialize netfs and start the translator. */
netfs_init ();