* [PATCH] remove handle_mm_fault export
@ 2007-07-19 18:02 Christoph Hellwig
0 siblings, 0 replies; only message in thread
From: Christoph Hellwig @ 2007-07-19 18:02 UTC (permalink / raw)
To: akpm; +Cc: linux-kernel
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>
Index: linux-2.6/mm/memory.c
===================================================================
--- linux-2.6.orig/mm/memory.c 2007-07-19 18:59:50.000000000 +0200
+++ linux-2.6/mm/memory.c 2007-07-19 18:59:56.000000000 +0200
@@ -2659,8 +2659,6 @@ int handle_mm_fault(struct mm_struct *mm
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.
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2007-07-19 18:03 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-07-19 18:02 [PATCH] remove handle_mm_fault export Christoph Hellwig
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox