projects
/
linux-2.6-microblaze.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9d05746
)
parisc: Export flush_cache_page() (needed by lustre)
author
Geert Uytterhoeven
<geert@linux-m68k.org>
Thu, 5 Sep 2013 09:33:15 +0000
(11:33 +0200)
committer
Helge Deller
<deller@gmx.de>
Sun, 13 Oct 2013 15:44:17 +0000
(17:44 +0200)
ERROR: "flush_cache_page" [drivers/staging/lustre/lustre/libcfs/libcfs.ko] undefined!
Signed-off-by: Geert Uytterhoeven <geert@linux-m68k.org>
Signed-off-by: Helge Deller <deller@gmx.de>
arch/parisc/kernel/cache.c
patch
|
blob
|
history
diff --git
a/arch/parisc/kernel/cache.c
b/arch/parisc/kernel/cache.c
index
c035673
..
b521c0a
100644
(file)
--- a/
arch/parisc/kernel/cache.c
+++ b/
arch/parisc/kernel/cache.c
@@
-602,6
+602,7
@@
flush_cache_page(struct vm_area_struct *vma, unsigned long vmaddr, unsigned long
__flush_cache_page(vma, vmaddr, PFN_PHYS(pfn));
}
}
+EXPORT_SYMBOL_GPL(flush_cache_page);
#ifdef CONFIG_PARISC_TMPALIAS