From 2e38095efd8cad7fe6feb95dbeb276b7a4287f05 Mon Sep 17 00:00:00 2001 From: Samuel Thibault Date: Sun, 9 Jan 2022 03:11:35 +0100 Subject: pci-arbiter: Pave the way for installing the bootstrap pci-arbiter on /servers/bus/pci --- pci-arbiter/main.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/pci-arbiter/main.c b/pci-arbiter/main.c index 2955133c..9bcfb676 100644 --- a/pci-arbiter/main.c +++ b/pci-arbiter/main.c @@ -28,6 +28,7 @@ #include #include #include +#include #include #include @@ -207,7 +208,7 @@ main (int argc, char **argv) /* We are a bootstrap process */ machdev_register (&pci_arbiter_emulation_ops); - machdev_trivfs_init (argc, argv, next_task, "pci", NULL /* _SERVERS_BUS "pci" */, &bootstrap); + machdev_trivfs_init (argc, argv, next_task, "pci", NULL /* _SERVERS_BUS "/pci" */, &bootstrap); /* Make sure we will not swap out, in case we are needed for swapping back in. */ -- cgit v1.2.3