Whamcloud - gitweb
added check_getpage to ia64
authorrread <rread>
Thu, 20 Jun 2002 19:52:22 +0000 (19:52 +0000)
committerrread <rread>
Thu, 20 Jun 2002 19:52:22 +0000 (19:52 +0000)
lustre/patches/patch-2.4.18

index fbf6509..743b2b3 100644 (file)
  
        f = fget(fd);
        if (f) {
+--- linux-lustre/arch/ia64/mm/init.c   Tue Jun 18 17:27:49 2002
++++ linux-lustre-new/arch/ia64/mm/init.c       Tue Jun 18 17:42:23 2002
+@@ -44,6 +44,12 @@
+ static unsigned long num_dma_physpages;
+ #endif
++struct page *check_get_page(unsigned long kaddr)
++{
++#warning FIXME: Lustre team, is this solid?
++        return virt_to_page(kaddr);
++}
++
+ int
+ do_check_pgt_cache (int low, int high)
+ {