[<prev] [next>] [day] [month] [year] [list]
Message-Id: <1378383377-24639-1-git-send-email-geert@linux-m68k.org>
Date: Thu, 5 Sep 2013 14:16:17 +0200
From: Geert Uytterhoeven <geert@...ux-m68k.org>
To: Geert Uytterhoeven <geert@...ux-m68k.org>
Cc: linux-m68k@...ts.linux-m68k.org, linux-kernel@...r.kernel.org
Subject: [PATCH] m68k: Export flush_icache_user_range() (needed by lustre)
ERROR: "flush_icache_user_range" [drivers/staging/lustre/lustre/libcfs/libcfs.ko] undefined!
Signed-off-by: Geert Uytterhoeven <geert@...ux-m68k.org>
---
arch/m68k/mm/cache.c | 1 +
1 file changed, 1 insertion(+)
diff --git a/arch/m68k/mm/cache.c b/arch/m68k/mm/cache.c
index 3d84c1f..a19c888 100644
--- a/arch/m68k/mm/cache.c
+++ b/arch/m68k/mm/cache.c
@@ -133,4 +133,5 @@ void flush_icache_user_range(struct vm_area_struct *vma, struct page *page,
: "di" (FLUSH_I));
}
}
+EXPORT_SYMBOL_GPL(flush_icache_user_range);
--
1.7.9.5
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists