[PATCH v2 3/3] i386: Port to RTEMS
Sebastian Huber
sebastian.huber at embedded-brains.de
Thu Feb 6 06:27:53 UTC 2020
On 05/02/2020 16:56, Jan Sommer wrote:
> diff --git a/rtemsbsd/include/machine/bus.h b/rtemsbsd/include/machine/bus.h
> deleted file mode 100644
> index 2f0e7ad6..00000000
> --- a/rtemsbsd/include/machine/bus.h
> +++ /dev/null
> @@ -1,783 +0,0 @@
> -/**
> - * @file
> - *
This change breaks all other architectures:
In file included from ../../freebsd/sys/sys/bus.h:35:0,
from ../../rtemsbsd/sys/dev/tsec/if_tsec_nexus.c:46:
../../rtemsbsd/include/machine/_bus.h:1:10: fatal error: machine/bus.h:
No such file or directory
#include <machine/bus.h>
^~~~~~~~~~~~~~~
compilation terminated.
Please test your patches also with the arm/xilinx_zynq_a9_qemu BSP.
More information about the devel
mailing list