]> git.neil.brown.name Git - history.git/commit
[PATCH] export install_page() to modules
authorAndrew Morton <akpm@osdl.org>
Fri, 1 Aug 2003 03:11:48 +0000 (20:11 -0700)
committerLinus Torvalds <torvalds@home.osdl.org>
Fri, 1 Aug 2003 03:11:48 +0000 (20:11 -0700)
commit1dfe17548e6636c7a15ac45f677a631968e6605c
tree915b69fb6fdd946a9763c1e41986a04c38fca6f0
parent3420e0e66fdc81fc66db1dec4cf96a65c8c2ac77
[PATCH] export install_page() to modules

install_page() is a library function which we expect will be used by all
drivers which implement vm_operations.populate().  Therefore it should be
exported to kernel modules.

Petr Vandrovec has a project which involves sparse mappings of device memory
which can use remap_file_pages().  It needs install_page().
kernel/ksyms.c