pussuw commented on a change in pull request #5758:
URL: https://github.com/apache/incubator-nuttx/pull/5758#discussion_r828844030
##########
File path: sched/init/nx_start.c
##########
@@ -38,6 +38,7 @@
#include <nuttx/mm/iob.h>
#include <nuttx/mm/mm.h>
#include <nuttx/kmalloc.h>
+#include <nuttx/pgalloc.h>
Review comment:
CONFIG_MM_PGALLOC is used by a very few targets only (e.g.
sama5d4-ek:knsh), I assume the declaration either gets included via some other
file or those configs are not tested by the CI.
With RISC-V the build fails.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]