x86: KPROBE_ENTRY should be paired wth KPROBE_END
authorAlexander van Heukelum <heukelum@mailshack.com>
Sun, 23 Nov 2008 09:15:32 +0000 (10:15 +0100)
committerIngo Molnar <mingo@elte.hu>
Sun, 23 Nov 2008 13:21:55 +0000 (14:21 +0100)
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 <heukelum@fastmail.fm>
Signed-off-by: Ingo Molnar <mingo@elte.hu>

No differences found