h8300: don't implement set_fs
authorChristoph Hellwig <hch@lst.de>
Fri, 9 Jul 2021 11:53:11 +0000 (13:53 +0200)
committerYoshinori Sato <ysato@users.sourceforge.jp>
Wed, 18 Aug 2021 07:50:10 +0000 (16:50 +0900)
commit1ec10274d436fbe77b821fbdf095b45d0888e46d
treedc5ca5b089c5b64ff0f566c0539f707d11a2e177
parent81dd24966885113968dc5599b9b371b60c3bf7b2
h8300: don't implement set_fs

There is no need for set_fs on this nommu-only architecture, so just
remove all the boilerplate code.

Signed-off-by: Christoph Hellwig <hch@lst.de>
Signed-off-by: Yoshinori Sato <ysato@users.sourceforge.jp>
arch/h8300/Kconfig
arch/h8300/include/asm/processor.h
arch/h8300/include/asm/segment.h [deleted file]
arch/h8300/include/asm/thread_info.h
arch/h8300/kernel/entry.S
arch/h8300/kernel/head_ram.S
arch/h8300/mm/init.c