> On Jan 14, 2020, at 2:37 PM, Christos Zoulas <chris...@astron.com> wrote: > > 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? #ifdef _KERNEL, define {MIN,MAX}_PAGE_SIZE to a constant that matches the system. For !_KERNEL, define MIN_PAGE_SIZE as 4096 and MAX_PAGE_SIZE as 8192. Seems like that would do the trick. -- thorpej
- Re: MAX_PAGE_SIZE for m68k (Re: ... Christos Zoulas
- Re: MAX_PAGE_SIZE for m68k (Re: ... Izumi Tsutsui
- Re: MAX_PAGE_SIZE for m68k (Re: ... Christos Zoulas
- Re: MAX_PAGE_SIZE for m68k (Re: ... Christos Zoulas
- Re: MAX_PAGE_SIZE for m68k (Re: ... Jason Thorpe
- Re: MAX_PAGE_SIZE for m68k (Re: ... Izumi Tsutsui
- Re: MAX_PAGE_SIZE for m68k (Re: ... Jason Thorpe
- Re: MAX_PAGE_SIZE for m68k (Re: ... Christos Zoulas
- Re: MAX_PAGE_SIZE for m68k (Re: ... Jason Thorpe
- Re: MAX_PAGE_SIZE for m68k (Re: ... Christos Zoulas
- Re: MAX_PAGE_SIZE for m68k (Re: ... Jason Thorpe
- Re: MAX_PAGE_SIZE for m68k (Re: ... Christos Zoulas
- Re: MAX_PAGE_SIZE for m68k (Re: ... Izumi Tsutsui
- Re: MAX_PAGE_SIZE for m68k (Re: ... Jason Thorpe
- Re: CVS commit: src/sys/arch/arm/include/arm32 Simon Burge