From: Linus Torvalds Date: Sun, 4 Dec 2005 04:48:11 +0000 (-0800) Subject: Make vm_insert_page() available to NVidia module X-Git-Tag: v2.6.15-rc5~2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e3c3374fbf7efe9487edc53cd10436ed641983aa;p=pandora-kernel.git 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 --- Reading git-diff-tree failed