]> err.no Git - linux-2.6/blobdiff - mm/nommu.c
Merge branch 'drm-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/airlied...
[linux-2.6] / mm / nommu.c
index c1196812876be984920118078fd817dccbf771f8..c10262d68232b16dc4afa621711950e94d5b0dc5 100644 (file)
@@ -1177,3 +1177,10 @@ int in_gate_area_no_task(unsigned long addr)
 {
        return 0;
 }
+
+struct page *filemap_nopage(struct vm_area_struct *area,
+                       unsigned long address, int *type)
+{
+       BUG();
+       return NULL;
+}