NetBSD-Bugs archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
Re: kern/57514: Self build fails on evbarm-aarch64
The following reply was made to PR kern/57514; it has been noted by GNATS.
From: Martin Husemann <martin%duskware.de@localhost>
To: gnats-bugs%netbsd.org@localhost
Cc:
Subject: Re: kern/57514: Self build fails on evbarm-aarch64
Date: Sat, 8 Jul 2023 17:06:34 +0200
Do you have any local changes (e.g. something that makes MIN_PAGE_SIZE
not const)?
Or do you compile with unusual optimization flags (like -O0)?
The only thing that could be dynamic in ubc_uiomove() is
struct vm_page *pgs[howmany(ubc_winsize, MIN_PAGE_SIZE)];
but that is all compile time const and usually properly evaluated by gcc.
Martin
Home |
Main Index |
Thread Index |
Old Index