On Tue, 19 Dec 2023 at 21:48, Kent Overstreet kent.overstreet@linux.dev wrote:
[...]
Revering this patch made it build.
Thanks, I've applied the following fixup:
That fixed it.
commit ab6400d24d17e5248cbb0db37a56745554e6b6a5 Author: Kent Overstreet kent.overstreet@linux.dev Date: Tue Dec 19 15:47:45 2023 -0500
fixup! shm: Slim down dependencies
Tested-by: Anders Roxell anders.roxell@linaro.org
diff --git a/arch/parisc/mm/init.c b/arch/parisc/mm/init.c index a2a3e89f2d9a..f876af56e13f 100644 --- a/arch/parisc/mm/init.c +++ b/arch/parisc/mm/init.c @@ -33,6 +33,7 @@ #include <asm/msgbuf.h> #include <asm/sparsemem.h> #include <asm/asm-offsets.h> +#include <asm/shmbuf.h>
extern int data_start; extern void parisc_kernel_start(void); /* Kernel entry point in head.S */