On Fri, Mar 7, 2025 at 6:10 AM Philippe Mathieu-Daudé <phi...@linaro.org> wrote:
> Propagate the alignment to mmap_find_vma(), effectively > embedding mmap_find_vma_aligned() within mmap_find_vma(). > > Since we ignore the alignment in do_bsd_shmat(), leave a > FIXME comment. > > Signed-off-by: Philippe Mathieu-Daudé <phi...@linaro.org> > --- > bsd-user/bsd-mem.h | 2 +- > bsd-user/qemu.h | 2 +- > bsd-user/mmap.c | 10 ++-------- > 3 files changed, 4 insertions(+), 10 deletions(-) > Reviewed-by: Warner Losh <i...@bsdimp.com>