commit | 2323036dfec8ce3ce6e1c86a49a31b039f3300d1 | [log] [tgz] |
---|---|---|
author | Linus Torvalds <torvalds@linux-foundation.org> | Fri Apr 19 09:46:39 2013 -0700 |
committer | Linus Torvalds <torvalds@linux-foundation.org> | Fri Apr 19 09:46:39 2013 -0700 |
tree | c37043387380ec2f9519157805b53a3e02e16c8a | |
parent | 0f177f873975fe7ece64d334887e83e081d88dec [diff] |
vm: convert HPET mmap to vm_iomap_memory() helper This is my example conversion of a few existing mmap users. The HPET case is simple, widely available, and easy to test (Clemens Ladisch sent a trivial test-program for it). Test-program-by: Clemens Ladisch <clemens@ladisch.de> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>