• Andrew Morton's avatar
    [PATCH] export install_page() to modules · 1dfe1754
    Andrew Morton authored
    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().
    1dfe1754
ksyms.c 16.7 KB