LibBSD | INTRNG: Add support for INTRNG on aarch64 (!133)
Kinsey Moore (@opticron)
gitlab at rtems.org
Thu May 21 23:02:04 UTC 2026
Kinsey Moore started a new discussion on rtemsbsd/rtems/rtems-kernel-root-pic.c: https://gitlab.rtems.org/rtems/pkg/rtems-libbsd/-/merge_requests/133#note_150787
> +#include <sys/mutex.h>
> +#include <sys/proc.h>
> +
> +#include <rtems/rtems/intr.h>
> +
> +#include <bsp/irq.h>
> +
> +#include <machine/intr.h>
> +#include <machine/bus.h>
> +
> +#include <dev/ofw/openfirm.h>
> +#include <dev/ofw/ofw_bus.h>
> +#include <dev/ofw/ofw_bus_subr.h>
> +
> +#include <rtems/bsd/local/ofw_bus_if.h>
> +#include <rtems/bsd/local/msi_if.h>
This include seems to have been missed. The file has not been introduced by the MR and is necessary to build.
--
View it on GitLab: https://gitlab.rtems.org/rtems/pkg/rtems-libbsd/-/merge_requests/133#note_150787
You're receiving this email because of your account on gitlab.rtems.org.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.rtems.org/pipermail/bugs/attachments/20260521/03244823/attachment.htm>
More information about the bugs
mailing list