From: Laura Abbott Date: Fri, 21 Nov 2014 21:50:38 +0000 (+0000) Subject: arm64: Treat handle_arch_irq as a function pointer X-Git-Tag: omap-for-v3.19/fixes-for-merge-window~18^2~23 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=fcff588633e848aa728a4437ef96d437299ba03d;p=pandora-kernel.git arm64: Treat handle_arch_irq as a function pointer handle_arch_irq isn't actually text, it's just a function pointer. It doesn't need to be stored in the text section and doing so causes problesm if we ever want to make the kernel text read only. Declare handle_arch_irq as a proper function pointer stored in the data section. Reviewed-by: Kees Cook Reviewed-by: Mark Rutland Acked-by: Ard Biesheuvel Tested-by: Mark Rutland Tested-by: Kees Cook Signed-off-by: Laura Abbott Signed-off-by: Will Deacon --- Reading git-diff-tree failed