In article <[email protected]>,
Jason Thorpe <[email protected]> wrote:
>
>
>> On Jan 14, 2020, at 10:16 AM, Christos Zoulas <[email protected]> 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