x86/jump-label: Do not bother updating nops if they are correct
authorSteven Rostedt <srostedt@redhat.com>
Thu, 26 Jan 2012 23:16:15 +0000 (18:16 -0500)
committerSteven Rostedt <rostedt@goodmis.org>
Wed, 7 Aug 2013 01:43:18 +0000 (21:43 -0400)
On boot up, the jump label init function scans all the jump label locations
and converts them to the best nop for the machine. If the nop is already
the ideal nop, do not bother with changing it.

Cc: Jason Baron <jbaron@redhat.com>
Cc: H. Peter Anvin <hpa@zytor.com>
Signed-off-by: Steven Rostedt <rostedt@goodmis.org>

No differences found