Skip to content

Commit 320c90b

Browse files
geertuhdeller
authored andcommitted
parisc: Export flush_cache_page() (needed by lustre)
ERROR: "flush_cache_page" [drivers/staging/lustre/lustre/libcfs/libcfs.ko] undefined! Signed-off-by: Geert Uytterhoeven <[email protected]> Signed-off-by: Helge Deller <[email protected]>
1 parent 9d05746 commit 320c90b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

arch/parisc/kernel/cache.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -602,6 +602,7 @@ flush_cache_page(struct vm_area_struct *vma, unsigned long vmaddr, unsigned long
602602
__flush_cache_page(vma, vmaddr, PFN_PHYS(pfn));
603603
}
604604
}
605+
EXPORT_SYMBOL_GPL(flush_cache_page);
605606

606607
#ifdef CONFIG_PARISC_TMPALIAS
607608

0 commit comments

Comments
 (0)