Skip to content

Commit

Permalink
parisc: Export flush_cache_page() (needed by lustre)
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Geert Uytterhoeven authored and Helge Deller committed Oct 13, 2013
1 parent 9d05746 commit 320c90b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions arch/parisc/kernel/cache.c
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 320c90b

Please sign in to comment.