diff options
author | Christoph Hellwig <hch@lst.de> | 2007-07-21 04:37:40 -0700 |
---|---|---|
committer | Linus Torvalds <torvalds@woody.linux-foundation.org> | 2007-07-21 17:49:16 -0700 |
commit | 41f9dc5c871600f53c8912b2975971d2a11c1c25 (patch) | |
tree | c87833f1e6ffd73bc99ad7c83fffbd3cd47a64ca /mm | |
parent | 61d488da9bad8d1511d18291006bd2dd728f173d (diff) | |
download | op-kernel-dev-41f9dc5c871600f53c8912b2975971d2a11c1c25.zip op-kernel-dev-41f9dc5c871600f53c8912b2975971d2a11c1c25.tar.gz |
remove handle_mm_fault export
Now that arch/powerpc/platforms/cell/spufs/fault.c is always built in
the kernel there is no need to export handle_mm_fault anymore.
Signed-off-by: Christoph Hellwig <hch@lst.de>
Cc: Nick Piggin <nickpiggin@yahoo.com.au>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to 'mm')
-rw-r--r-- | mm/memory.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/mm/memory.c b/mm/memory.c index 8aace3d..ca8cac1 100644 --- a/mm/memory.c +++ b/mm/memory.c @@ -2659,8 +2659,6 @@ int handle_mm_fault(struct mm_struct *mm, struct vm_area_struct *vma, return handle_pte_fault(mm, vma, address, pte, pmd, write_access); } -EXPORT_SYMBOL_GPL(handle_mm_fault); - #ifndef __PAGETABLE_PUD_FOLDED /* * Allocate page upper directory. |