inconsistency: getpagesize() vs. mmap() on the sparc.

Elliot Lee (sopwith@redhat.com)
Sun, 29 Jun 1997 16:50:51 -0400 (EDT)


getpagesize() returns 8192, which I understand is needed to run SunOS
binaries as well as sparc64 stuff. However, mmap() is aligning things on
4K boundaries - it uses PAGE_SHIFT (which is 12) - and coda happens to be
fussy about such things...

What gives?

Thanks,
-- Elliot http://www.redhat.com/
What's nice about GUI is that you see what you manipulate.
What's bad about GUI is that you can only manipulate what you see.