"Rin Okuyama" wrote:
> Module Name: src
> Committed By: rin
> Date: Sun May 30 07:20:00 UTC 2021
>
> Modified Files:
>
> src/sys/arch/arm/include/arm32: param.h
>
> Log Message:
>
> Include opt_param.h for MSGBUFSIZE ifdef _KERNEL_OPT.
Thanks Rin! I thought I had checked all the w
> On Jan 13, 2020, at 10:24 AM, Christos Zoulas wrote:
>
> Talking to myself:
>
> The arm PAGE_SIZE_{MIN,MAX} should go away after nick eliminates the
> need for the 8K pages. This leaves us with m68k to deal with...
> Do modules work on m68k? Should modules be shared between kernels with
> di
In article <20200113163830.e7a6317f...@rebar.astron.com>,
Christos Zoulas wrote:
>|
>| Probably this is the same reason of recent arm build failures:
>| https://releng.netbsd.org/builds/HEAD/202001130720Z/
>| https://releng.netbsd.org/builds/HEAD/202001130720Z/evbarm-earm.build.failed
>| ---
>|
> On Jan 13, 2020, at 8:15 AM, Izumi Tsutsui wrote:
>
> christos@ wrote:
>
>>> Now I get the following erro during local tests of
>>> "build.sh -U -m hp300 release" on NetBSD/i386 9.0_RC1 host:
>>>
>>> ---
>>> #create compat_util/compat_exec.d
> :
>>> In file included from /s/cvs/src/sy
On Jan 14, 1:15am, tsut...@ceres.dti.ne.jp (Izumi Tsutsui) wrote:
-- Subject: Re: MAX_PAGE_SIZE for m68k (Re: CVS commit: src/sys/arch/arm/incl
| christos@ wrote:
|
| > >Now I get the following erro during local tests of
| > >"build.sh -U -m hp300 release" on NetBSD/i386 9.0_RC1 host:
| > >
| >
christos@ wrote:
> >Now I get the following erro during local tests of
> >"build.sh -U -m hp300 release" on NetBSD/i386 9.0_RC1 host:
> >
> >---
> >#create compat_util/compat_exec.d
:
> >In file included from /s/cvs/src/sys/sys/param.h:149:0,
> > from /s/cvs/src/sys/compat/co
In article <200114002918.m0108...@mirage.ceres.dti.ne.jp>,
Izumi Tsutsui wrote:
>christos@ wrote:
>
>> LGTM too.
>
>> >> thorpej@ wrote:
> :
>> >> How about the attached diff? (untested, just for review)
>> >
>> > This looks good to me.
>
>Now I get the following erro during local tests of
>"bui
christos@ wrote:
> LGTM too.
> >> thorpej@ wrote:
:
> >> How about the attached diff? (untested, just for review)
> >
> > This looks good to me.
Now I get the following erro during local tests of
"build.sh -U -m hp300 release" on NetBSD/i386 9.0_RC1 host:
---
#create compat_util/compat_e
LGTM too.
christos
> On Jan 12, 2020, at 10:09 AM, Jason Thorpe wrote:
>
>
>
>> On Jan 11, 2020, at 10:47 PM, Izumi Tsutsui wrote:
>>
>> thorpej@ wrote:
>>
PGSHIFT is defined in and
PAGE_SHIFT and PAGE_SIZE is in ,
but there is no common .
>>>
>>> Make a common that all o
> On Jan 11, 2020, at 10:47 PM, Izumi Tsutsui wrote:
>
> thorpej@ wrote:
>
>>> PGSHIFT is defined in and
>>> PAGE_SHIFT and PAGE_SIZE is in ,
>>> but there is no common .
>>
>> Make a common that all of the platforms can #include, and
>> just put these common definitions in it (for now)?
thorpej@ wrote:
> > PGSHIFT is defined in and
> > PAGE_SHIFT and PAGE_SIZE is in ,
> > but there is no common .
>
> Make a common that all of the platforms can #include, and
> just put these common definitions in it (for now)?
How about the attached diff? (untested, just for review)
- Only s
> On Jan 11, 2020, at 8:32 PM, Izumi Tsutsui wrote:
>
> PGSHIFT is defined in and
> PAGE_SHIFT and PAGE_SIZE is in ,
> but there is no common .
Make a common that all of the platforms can #include, and just
put these common definitions in it (for now)?
-- thorpej
> >m68k also needs this? (currently no common though)
>
> Good catch. Yup, looks like it:
:
>
> #define MIN_PAGE_SHIFT 11 /* sun2 */
> #define MAX_PAGE_SHIFT 13 /* amiga,atari,sun3 */
> #define MIN_PAGE_SIZE (1 << MIN_PAGE_SHIFT)
>
In article <200112121414.m0101...@mirage.ceres.dti.ne.jp>,
Izumi Tsutsui wrote:
>> Module Name: src
>> Committed By:christos
>> Date:Sat Jan 11 19:06:35 UTC 2020
>>
>> Modified Files:
>> src/sys/arch/arm/include/arm32: vmparam.h
>>
>> Log Message:
>> Define the min
> Module Name: src
> Committed By: christos
> Date: Sat Jan 11 19:06:35 UTC 2020
>
> Modified Files:
> src/sys/arch/arm/include/arm32: vmparam.h
>
> Log Message:
> Define the min and max page size supported for the benefit of jemalloc
>
>
> To generate a diff of this commit:
> cv
This breaks kernel builds:
/home/jmcneill/netbsd/cvs-src/sys/uvm/pmap/pmap_tlb.c: In function
'pmap_tlb_update_addr':
/home/jmcneill/netbsd/cvs-src/sys/uvm/pmap/pmap_tlb.c:739:13: error: implicit
declaration of function 'pte_valid_p' [-Werror=implicit-function-declaration]
KASSERTMSG(pte_vali
16 matches
Mail list logo