On Thu, May 7, 2020 at 12:49 PM Gregory Nutt <[email protected]> wrote:
> No.. this code was broken with with commit
> eca70597858bc619d3114901d16e4a30f1ebffbe . There is no point trying to
> make sense out of this. It is just broken and needs to be fixed.
(snip)
> So there is not a lot of sense in us discussing the meaning of broken
> code. It has not meaning. It is just wrong and needs to be fixed.
> Please submit a PR. I think you just need to back out that portion of
> commit eca70597858bc619d3114901d16e4a30f1ebffbe
In other words, I should wrap this block in:
#if defined(MM_KERNEL_USRHEAP_INIT) ||
defined(CONFIG_MM_KERNEL_HEAP) || \
defined(CONFIG_MM_PGALLOC)
.
.
.
#endif
Or is anything more needed?
Nathan