From: Linus Torvalds Date: Sat, 6 Aug 2005 16:44:37 +0000 (-0700) Subject: ppc: Export __handle_mm_fault for MOL X-Git-Tag: v2.6.13-rc6~21 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d8588ee5b87226d96e07add42027246746357fe3;p=pandora-kernel.git 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. --- Reading git-diff-tree failed