diff options
author | Christoph Hellwig <[email protected]> | 2021-09-16 09:04:05 +0200 |
---|---|---|
committer | Geert Uytterhoeven <[email protected]> | 2021-09-24 13:35:07 +0200 |
commit | 9fde0348640252c79d462c4d29a09a14e8741f5c (patch) | |
tree | d4f9ba0894c1dd7701ae122d90b7dc227130501c /arch/m68k/mac | |
parent | 8ade83390930d61c64fe3ab49081990c9d43d0d2 (diff) |
m68k: Remove set_fs()
Add a m68k-only set_fc helper to set the SFC and DFC registers for the
few places that need to override it for special MM operations, but
disconnect that from the deprecated kernel-wide set_fs() API.
Note that the SFC/DFC registers are context switched, so there is no need
to disable preemption.
Partially based on an earlier patch from
Linus Torvalds <[email protected]>.
Signed-off-by: Christoph Hellwig <[email protected]>
Reviewed-by: Michael Schmitz <[email protected]>
Tested-by: Michael Schmitz <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Geert Uytterhoeven <[email protected]>
Diffstat (limited to 'arch/m68k/mac')
-rw-r--r-- | arch/m68k/mac/misc.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/m68k/mac/misc.c b/arch/m68k/mac/misc.c index 90f4e9ca1276..4fab34791758 100644 --- a/arch/m68k/mac/misc.c +++ b/arch/m68k/mac/misc.c @@ -18,7 +18,6 @@ #include <linux/uaccess.h> #include <asm/io.h> -#include <asm/segment.h> #include <asm/setup.h> #include <asm/macintosh.h> #include <asm/mac_via.h> |