Source-Changes-D archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: MAX_PAGE_SIZE for m68k (Re: CVS commit:src/sys/arch/arm/include/arm32)



In article <6B8CA202-14F6-4FFB-8A78-D2A473645BD0%me.com@localhost>,
Jason Thorpe  <thorpej%me.com@localhost> wrote:
>
>
>> On Jan 14, 2020, at 10:16 AM, Christos Zoulas <christos%zoulas.com@localhost> 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



Home | Main Index | Thread Index | Old Index