On Wed, Sep 1, 2010 at 8:29 PM, Rene Gonzalez <renegs.2...@gmail.com> wrote:
> Hi All,
>
> I want to map anĀ  user space buffer from an application into kernel space...

Why?  What type of driver is this?

> Since this buffer is defined in the app domain I want to keep it and avoid to
> mapping kernel buffer to be used by this application.

Why not do it the other way around?  Map your kernel buffer into
userspace, that's the easier way to do this (if it's even needed.)

Note, for general kernel related questions like this, try the
kernelnewbies mailing list, it's better for it.

good luck,

greg k-h

-- 
unsubscribe: android-kernel+unsubscr...@googlegroups.com
website: http://groups.google.com/group/android-kernel

Reply via email to