From: Henrik Kretzschmar Date: Wed, 24 Mar 2010 11:59:20 +0000 (+0100) Subject: genirq: Move two IRQ functions from .init.text to .text X-Git-Tag: v2.6.34-rc3~26^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=860652bfb890bd861c999ec39fcffabe5b712f85;p=pandora-kernel.git genirq: Move two IRQ functions from .init.text to .text Both functions should not be marked as __init, since they be called from modules after the init section is freed. Signed-off-by: Henrik Kretzschmar Cc: Yinghai Lu Cc: Peter Zijlstra Cc: Jiri Kosina LKML-Reference: <1269431961-5731-1-git-send-email-henne@nachtwindheim.de> Signed-off-by: Thomas Gleixner --- Reading git-diff-tree failed