commit | 5f0c71278d6848b4809f83af90f28196e1505ab1 | [log] [tgz] |
---|---|---|
author | Thomas Gleixner <tglx@linutronix.de> | Tue Oct 27 11:09:50 2020 +0100 |
committer | Thomas Gleixner <tglx@linutronix.de> | Wed Nov 11 14:35:16 2020 +0100 |
tree | 0478702fab51eaf11f32cde8e77dccebf857a53c | |
parent | f8394f232b1eab649ce2df5c5f15b0e528c92091 [diff] |
x86/fpu: Simplify fpregs_[un]lock() There is no point in disabling preemption and then disabling bottom halfs. Just disabling bottom halfs is sufficient as it implicitly disables preemption on !RT kernels. Signed-off-by: Thomas Gleixner <tglx@linutronix.de> Link: https://lore.kernel.org/r/20201027101349.455380473@linutronix.de