Re: [PATCH] nommu: vmalloc_32_user()/vm_insert_page() and symbol exports.

2007-07-23 Thread Greg Ungerer
Hi Paul, Paul Mundt wrote: Trying to survive an allmodconfig on a nommu platform results in many screen lengths of module unhappiness. Many of the mmap related things that binfmt_flat hooks in to are never exported despite being global, and there are also missing definitions for vmalloc_32_user(

[PATCH] nommu: vmalloc_32_user()/vm_insert_page() and symbol exports.

2007-07-20 Thread Paul Mundt
Trying to survive an allmodconfig on a nommu platform results in many screen lengths of module unhappiness. Many of the mmap related things that binfmt_flat hooks in to are never exported despite being global, and there are also missing definitions for vmalloc_32_user() and vm_insert_page(). I've