MIPS: Remove struct mm_context_t fp_mode_switching field
authorPaul Burton <paul.burton@mips.com>
Tue, 18 Dec 2018 06:05:40 +0000 (22:05 -0800)
committerPaul Burton <paul.burton@mips.com>
Tue, 18 Dec 2018 06:05:40 +0000 (22:05 -0800)
commit41e486f4f66d3e646fedd60469bc60e73662de50
tree9bc08f9a8d3fecc0ad3832577ef9e1fa18ce0259
parent99bf73ebf9c4193dbcc5331b29d316a89ada43d1
MIPS: Remove struct mm_context_t fp_mode_switching field

The fp_mode_switching field in struct mm_context_t was left unused by
commit 8c8d953c2800 ("MIPS: Schedule on CPUs we need to lose FPU for a
mode switch") in v4.19, with nothing modifying its value & nothing
waiting on it having any particular value after that commit. Remove the
unused field & the one remaining reference to it.

Signed-off-by: Paul Burton <paul.burton@mips.com>
arch/mips/include/asm/mmu.h
arch/mips/kernel/process.c