From: Jeremy Fitzhardinge Date: Thu, 29 Sep 2011 18:10:05 +0000 (-0700) Subject: jump_label: if a key has already been initialized, don't nop it out X-Git-Tag: v3.2-rc1~18^2~6 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=37348804e0289087d21ae8bff4c0732030a3c6ac;p=pandora-kernel.git jump_label: if a key has already been initialized, don't nop it out If a key has been enabled before jump_label_init() is called, don't nop it out. This removes arch_jump_label_text_poke_early() (which can only nop out a site) and uses arch_jump_label_transform() instead. Signed-off-by: Jeremy Fitzhardinge Acked-by: Jason Baron Acked-by: Peter Zijlstra --- Reading git-diff-tree failed