x86: Use REP BSF unconditionally
authorJan Beulich <JBeulich@suse.com>
Tue, 18 Sep 2012 11:16:14 +0000 (12:16 +0100)
committerIngo Molnar <mingo@kernel.org>
Wed, 19 Sep 2012 15:26:08 +0000 (17:26 +0200)
Make "REP BSF" unconditional, as per the suggestion of hpa
and Linus, this removes the insane BSF_PREFIX conditional
and simplifies the logic.

Suggested-by: "H. Peter Anvin" <hpa@zytor.com>
Suggested-by: Linus Torvalds <torvalds@linux-foundation.org>
Signed-off-by: Jan Beulich <jbeulich@suse.com>
Link: http://lkml.kernel.org/r/5058741E020000780009C014@nat28.tlf.novell.com
Signed-off-by: Ingo Molnar <mingo@kernel.org>

No differences found