]> www.infradead.org Git - users/jedix/linux-maple.git/commit
x86, nops: Missing break resulting in incorrect selection on Intel
authorAlan Cox <alan@linux.intel.com>
Wed, 25 Jul 2012 15:28:19 +0000 (16:28 +0100)
committerMaxim Uvarov <maxim.uvarov@oracle.com>
Mon, 8 Oct 2012 12:05:32 +0000 (05:05 -0700)
commit1ed0f376880fee3277d5a803c832c5f504fe9074
tree0d39b83aa5a9a5215ec481eb34ac8c05cbe43294
parentff19e3c210d413d51b147c269514282243d39d56
x86, nops: Missing break resulting in incorrect selection on Intel

commit d6250a3f12edb3a86db9598ffeca3de8b4a219e9 upstream.

The Intel case falls through into the generic case which then changes
the values.  For cases like the P6 it doesn't do the right thing so
this seems to be a screwup.

Signed-off-by: Alan Cox <alan@linux.intel.com>
Link: http://lkml.kernel.org/n/tip-lww2uirad4skzjlmrm0vru8o@git.kernel.org
Signed-off-by: H. Peter Anvin <hpa@zytor.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
arch/x86/kernel/alternative.c