commit | 7294151d0592e0ff48c61fca9fd7c93d613134da | [log] [tgz] |
---|---|---|
author | Uwe Kleine-König <u.kleine-koenig@pengutronix.de> | Wed Aug 07 13:02:53 2013 +0200 |
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | Mon Aug 12 15:46:51 2013 -0700 |
tree | 0f47ae996e2811f92f7c430d93cbae6acf8ccd47 | |
parent | 5a73633ef01cd8772defa6a3c34a588376a1df4c [diff] |
uio: provide vm access to UIO_MEM_PHYS maps This makes it possible to let gdb access mappings of the process that is being debugged. uio_mmap_logical was moved and uio_vm_ops renamed to group related code and differentiate to new stuff. Signed-off-by: Uwe Kleine-König <u.kleine-koenig@pengutronix.de> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>