On Wed, 2007-04-04 at 11:16 +0100, David Howells wrote:
> Benjamin Herrenschmidt <[EMAIL PROTECTED]> wrote:
>
> > - if (!(flags & MAP_SHARED))
> > + /* Deal with MAP_FIXED differently ? Forbid it ? Need help from some
> > nommu
> > +* folks there... --BenH.
> > +*/
> > + if ((flags
Benjamin Herrenschmidt <[EMAIL PROTECTED]> wrote:
> - if (!(flags & MAP_SHARED))
> + /* Deal with MAP_FIXED differently ? Forbid it ? Need help from some
> nommu
> + * folks there... --BenH.
> + */
> + if ((flags & MAP_FIXED) || !(flags & MAP_SHARED))
MAP_FIXED on NOMMU? S
2 matches
Mail list logo