This commit was manufactured by cvs2svn to create branch
[linux-2.6.git] / arch / ppc / mm / init.c
index 448e80c..ec0058c 100644 (file)
@@ -648,3 +648,8 @@ void update_mmu_cache(struct vm_area_struct *vma, unsigned long address,
        }
 #endif
 }
+
+int page_is_ram (unsigned long pagenr)
+{
+       return 1;
+}