commit | 6efdcfaf16cc4fc76651603e083cf3ec4bd1e6de | [log] [tgz] |
---|---|---|
author | Alexander van Heukelum <heukelum@mailshack.com> | Sun Nov 23 10:15:32 2008 +0100 |
committer | Ingo Molnar <mingo@elte.hu> | Sun Nov 23 14:21:55 2008 +0100 |
tree | 5839f621451b6572546ed37c2ec69382e067d735 | |
parent | 322648d1ba75280d62f114d47048beb0b35f5047 [diff] |
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>