From bcba4a35ec2fc3178c274414fff0f83027038ed8 Mon Sep 17 00:00:00 2001 From: rread Date: Thu, 20 Jun 2002 19:52:22 +0000 Subject: [PATCH] added check_getpage to ia64 --- lustre/patches/patch-2.4.18 | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/lustre/patches/patch-2.4.18 b/lustre/patches/patch-2.4.18 index fbf6509..743b2b3 100644 --- a/lustre/patches/patch-2.4.18 +++ b/lustre/patches/patch-2.4.18 @@ -1603,3 +1603,18 @@ 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) + { -- 1.8.3.1