commit | d211af055d0c12dc3416c2886e6fbdc6eb74a381 | [log] [tgz] |
---|---|---|
author | Alexander van Heukelum <heukelum@mailshack.com> | Mon Nov 24 15:38:45 2008 +0100 |
committer | Ingo Molnar <mingo@elte.hu> | Thu Nov 27 12:37:54 2008 +0100 |
tree | 27f6826ac10ae12cc546bfedc86959a664ce2802 | |
parent | ddeb8f2149de280d54f0c8910cead42e6042b2cb [diff] |
i386: get rid of the use of KPROBE_ENTRY / KPROBE_END 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>