linux 2.6.16.38 w/ vs2.0.3-rc1
[linux-2.6.git] / drivers / video / igafb.c
index 67f384f..6b88050 100644 (file)
@@ -33,6 +33,7 @@
 #include <linux/errno.h>
 #include <linux/string.h>
 #include <linux/mm.h>
+#include <linux/tty.h>
 #include <linux/slab.h>
 #include <linux/vmalloc.h>
 #include <linux/delay.h>
@@ -231,6 +232,9 @@ static int igafb_mmap(struct fb_info *info,
 
        size = vma->vm_end - vma->vm_start;
 
+       /* To stop the swapper from even considering these pages. */
+       vma->vm_flags |= (VM_SHM | VM_LOCKED);
+
        /* Each page, see which map applies */
        for (page = 0; page < size; ) {
                map_size = 0;