From: Alexander van Heukelum Date: Mon, 24 Nov 2008 14:38:45 +0000 (+0100) Subject: i386: get rid of the use of KPROBE_ENTRY / KPROBE_END X-Git-Tag: v2.6.29-rc1~587^2~1^2~10 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d211af055d0c12dc3416c2886e6fbdc6eb74a381;p=pandora-kernel.git 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 Signed-off-by: Ingo Molnar --- Reading git-diff-tree failed