From: Alexander van Heukelum Date: Sun, 23 Nov 2008 09:15:32 +0000 (+0100) Subject: x86: KPROBE_ENTRY should be paired wth KPROBE_END X-Git-Tag: v2.6.29-rc1~587^2~1^2~13 X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6efdcfaf16cc4fc76651603e083cf3ec4bd1e6de;p=pandora-kernel.git x86: KPROBE_ENTRY should be paired wth KPROBE_END Impact: move some code out of .kprobes.text KPROBE_ENTRY switches code generation to .kprobes.text, and KPROBE_END uses .popsection to get back to the previous section (.text, normally). Also replace ENDPROC by END, for consistency. Signed-off-by: Alexander van Heukelum Signed-off-by: Ingo Molnar --- Reading git-diff-tree failed