linux 2.6.16.38 w/ vs2.0.3-rc1
[linux-2.6.git] / drivers / video / sbuslib.c
index 34ef859..a4d7cc5 100644 (file)
@@ -58,8 +58,6 @@ int sbusfb_mmap_helper(struct sbus_mmap_map *map,
        /* To stop the swapper from even considering these pages */
        vma->vm_flags |= (VM_IO | VM_RESERVED);
        
-       vma->vm_page_prot = pgprot_noncached(vma->vm_page_prot);
-
        /* Each page, see which map applies */
        for (page = 0; page < size; ){
                map_size = 0;