From: Heiko Carstens Date: Tue, 30 Oct 2012 13:49:37 +0000 (+0100) Subject: s390/mm: keep fault_init() private to fault.c X-Git-Tag: omap-for-v3.8/fixes-for-merge-window-v4-signed~29^2~32 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a4f32bdbd9c5807af1e80e2ba91ef52845a236a8;p=pandora-kernel.git s390/mm: keep fault_init() private to fault.c Just convert fault_init() to an early initcall. That's still early enough since it only needs be called before user space processes get executed. No reason to externalize it. Also add the function to the init section and move the store_indication variable to the read_mostly section. Signed-off-by: Heiko Carstens Signed-off-by: Martin Schwidefsky --- Reading git-diff-tree failed