Skip to content

Commit

Permalink
i386: get rid of the use of KPROBE_ENTRY / KPROBE_END
Browse files Browse the repository at this point in the history
entry_32.S is now the only user of KPROBE_ENTRY / KPROBE_END,
treewide. This patch reorders entry_64.S and explicitly generates
a separate section for functions that need the protection. The
generated code before and after the patch is equal.

The KPROBE_ENTRY and KPROBE_END macro's are removed too.

Signed-off-by: Alexander van Heukelum <heukelum@fastmail.fm>
Signed-off-by: Ingo Molnar <mingo@elte.hu>
  • Loading branch information
Alexander van Heukelum authored and Ingo Molnar committed Nov 27, 2008
1 parent ddeb8f2 commit d211af0
Show file tree
Hide file tree
Showing 2 changed files with 224 additions and 222 deletions.
Loading

0 comments on commit d211af0

Please sign in to comment.