]> git.baikalelectronics.ru Git - kernel.git/commit
Revert "sched, x86: Optimize branch hint in __switch_to()"
authorTim Blechmann <tim@klingt.org>
Wed, 2 Dec 2009 11:32:10 +0000 (12:32 +0100)
committerIngo Molnar <mingo@elte.hu>
Wed, 2 Dec 2009 11:38:03 +0000 (12:38 +0100)
commit86bc447c2618a0b510711c39ebc1da55af26c9d6
tree4920cc7a087d5cdda0da585c4cd2b209a2c9099f
parentf076ad9eb414585d38acd6ec67a5afe1de60fcfd
Revert "sched, x86: Optimize branch hint in __switch_to()"

This reverts commit a74733572cb3bb9cab1a9cc3944548610375f96b.

Commit 8ec6993d9f7d961014af970ded57542961fe9ad9 cleared the es
and ds selectors, so the original branch hints are correct now.
Therefore the branch hint doesn't need to be removed.

Signed-off-by: Tim Blechmann <tim@klingt.org>
LKML-Reference: <4B16503A.8030508@klingt.org>
Signed-off-by: Ingo Molnar <mingo@elte.hu>
arch/x86/kernel/process_64.c