]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
ppc: Export __handle_mm_fault for MOL
authorLinus Torvalds <torvalds@g5.osdl.org>
Sat, 6 Aug 2005 16:44:37 +0000 (09:44 -0700)
committerLinus Torvalds <torvalds@g5.osdl.org>
Sat, 6 Aug 2005 16:44:37 +0000 (09:44 -0700)
commitd8588ee5b87226d96e07add42027246746357fe3
treecd2d71428286934c89294ad12ebe4928c9425302
parentfab5a60a29f98f17256a4183e34a414f6db67569
ppc: Export __handle_mm_fault for MOL

When we did the handle_mm_fault cleanup and get_user_page() race fixes,
handle_mm_fault turned into an inline function that called the real
__handle_mm_fault() code.  The export needed for MOL on ppc wasn't
updated to match the new world order, though.

Turn it into a GPL export while at it, since this is all about internal
interfaces and MOL is GPL'd anwyay.
arch/ppc/kernel/ppc_ksyms.c