commit | c41bf8fa5e777b6a8a19cf2484937a7167eac77f | [log] [tgz] |
---|---|---|
author | Jan Kiszka <jan.kiszka@web.de> | Wed May 02 19:27:21 2007 +0200 |
committer | Andi Kleen <andi@basil.nowhere.org> | Wed May 02 19:27:21 2007 +0200 |
tree | 982494445301d399078fe6abdedc724843561f5d | |
parent | 02b64dab5675bc08048c7f70cbb0d8a417d20dbe [diff] |
[PATCH] i386: avoid redundant preempt_disable in __unlazy_fpu There are two callers of __unlazy_fpu, unlazy_fpu and __switch_to, and none of them appear to require additional preempt_disable/enable here. Let's open-code save_init_fpu in __unlazy_fpu to save a few ops. Signed-off-by: Jan Kiszka <jan.kiszka@web.de> Signed-off-by: Andi Kleen <ak@suse.de>