i386: get rid of the use of KPROBE_ENTRY / KPROBE_END
authorAlexander van Heukelum <heukelum@mailshack.com>
Mon, 24 Nov 2008 14:38:45 +0000 (15:38 +0100)
committerIngo Molnar <mingo@elte.hu>
Thu, 27 Nov 2008 11:37:54 +0000 (12:37 +0100)
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>

No differences found