bug-hurd
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [PATCH 1/5] ipc: add protected payload


From: Richard Braun
Subject: Re: [PATCH 1/5] ipc: add protected payload
Date: Fri, 21 Feb 2014 18:05:50 +0100
User-agent: Mutt/1.5.21 (2010-09-15)

On Fri, Feb 21, 2014 at 05:49:24PM +0100, Justus Winter wrote:
> -#define IO_BITS_OTYPE                0x7fff0000      /* determines a cache */
> +#define IO_BITS_OTYPE                0x3fff0000      /* determines a cache */
> +/* The following masks are used to store attributes of ipc ports.  */
> +#define      IO_BITS_PROTECTED_PAYLOAD       0x40000000      /* pp set? */

Thanks :-).

-- 
Richard Braun



reply via email to

[Prev in Thread] Current Thread [Next in Thread]