This commit was manufactured by cvs2svn to create tag
[linux-2.6.git] / arch / ia64 / mm / init.c
index c03b398..b0a67b6 100644 (file)
@@ -216,6 +216,13 @@ free_initrd_mem (unsigned long start, unsigned long end)
        }
 }
 
+int page_is_ram(unsigned long pagenr)
+{
+      //FIXME: implement w/efi walk
+      printk("page is ram is called!!!!!\n");  
+      return 1;
+}
+
 /*
  * This installs a clean page in the kernel's page table.
  */