diff options
author | Helge Deller <deller@gmx.de> | 2013-10-14 15:35:44 -0400 |
---|---|---|
committer | Helge Deller <deller@gmx.de> | 2013-10-19 15:37:40 -0400 |
commit | a446e72bc15c7bfd2c953e56064ace3566c79b0e (patch) | |
tree | 686d2810efb7b642c9e369956bb856288cdacd27 /arch/parisc | |
parent | bdeeab62a611f1f7cd48fd285ce568e8dcd0455a (diff) |
Revert "parisc: Export flush_cache_page() (needed by lustre)"
This reverts commit 320c90be7ba1c371e882edff57272a89b213d136.
Christoph Hellwig <hch@infradead.org> commented:
This one shouldn't go in - Geert sent it a bit prematurely, as Lustre
shouldn't use it just to reimplement core VM functionality (which it
shouldn't use either, but that's a separate story).
Signed-off-by: Helge Deller <deller@gmx.de>
Diffstat (limited to 'arch/parisc')
-rw-r--r-- | arch/parisc/kernel/cache.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/parisc/kernel/cache.c b/arch/parisc/kernel/cache.c index b521c0adf4ec..c035673209f7 100644 --- a/arch/parisc/kernel/cache.c +++ b/arch/parisc/kernel/cache.c | |||
@@ -602,7 +602,6 @@ flush_cache_page(struct vm_area_struct *vma, unsigned long vmaddr, unsigned long | |||
602 | __flush_cache_page(vma, vmaddr, PFN_PHYS(pfn)); | 602 | __flush_cache_page(vma, vmaddr, PFN_PHYS(pfn)); |
603 | } | 603 | } |
604 | } | 604 | } |
605 | EXPORT_SYMBOL_GPL(flush_cache_page); | ||
606 | 605 | ||
607 | #ifdef CONFIG_PARISC_TMPALIAS | 606 | #ifdef CONFIG_PARISC_TMPALIAS |
608 | 607 | ||