commit | e3c3374fbf7efe9487edc53cd10436ed641983aa | [log] [tgz] |
---|---|---|
author | Linus Torvalds <torvalds@g5.osdl.org> | Sat Dec 03 20:48:11 2005 -0800 |
committer | Linus Torvalds <torvalds@g5.osdl.org> | Sat Dec 03 20:48:11 2005 -0800 |
tree | 316a9e9ea22c49de5bef8af6a4b4557353f7d36a | |
parent | 0ceaacc9785fedc500e19b024d606a82a23f5372 [diff] |
Make vm_insert_page() available to NVidia module It used to use remap_pfn_range(), which wasn't GPL-only either, and the new interface is actually simpler and does more checking, so we shouldn't unnecessarily discourage people from switching over. Signed-off-by: Linus Torvalds <torvalds@osdl.org>