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