On 03/01/2011 08:30 AM, Jeff Squyres wrote:
> So: binding + pinning = binding (as long as you can ensure that the binding + pinning was atomic!).
>
Atomicity should not be a problem. Setting memory binding and pinning (eg mlock) are
both actions on vma properties. They would normally happen before any physical pages
are allocated.
|