Re: [PATCH 4/4 alternative userspace] add ksm kernel shared memory driver

From: Bert Wesarg
Date: Thu Apr 02 2009 - 01:57:58 EST


On Thu, Apr 2, 2009 at 07:48, Chris Wright <chrisw@xxxxxxxxxx> wrote:
> Ksm api (for users to register region):
>
> Register a memory region as shareable:
>
> madvise(void *addr, size_t len, MADV_SHAREABLE)
>
> Unregister a shareable memory region (not currently implemented):
>
> madvise(void *addr, size_t len, MADV_UNSHAREABLE)
I can't find a definition for MADV_UNSHAREABLE!

Bert
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/