Jan Hudec wrote:
On Thu, Dec 14, 2006 at 04:25:14PM -0800, Manisha Maheshwari wrote: One way i know is - In User space file - call munmap(mmaped_address, size); Then switch to driver using - ioctl() and In driver code, the memory allocated can be freed. I dont think any specific driver_munmap() needed here as there is no file operation available. If any other method , plz let us know.
|