In article <6b8ca202-14f6-4ffb-8a78-d2a473645...@me.com>, Jason Thorpe <thor...@me.com> wrote: > > >> On Jan 14, 2020, at 10:16 AM, Christos Zoulas <chris...@zoulas.com> wrote: >> >> We do this to save space, but as you say, not important for now. Perhaps >> the expedient solution is to define MALLOC_PAGE_SIZE... > >I'd rather keep the use of these constants separate... who knows what >they might be used for in the future? Optimize #ifdef _KERNEL >as-needed...
So what's the short term solution? - Don't define {MIN,MAX}_PAGE_SIZE on m68k? - Define a different constant? - Add a define to tell uvm to ignore {MIN,MAX}_PAGE_SIZE? christos