mirror of
https://github.com/Fishwaldo/linux-bl808.git
synced 2025-06-17 20:25:19 +00:00
riscv: remove address space overrides using set_fs()
Stop providing the possibility to override the address space using set_fs() now that there is no need for that any more. Signed-off-by: Christoph Hellwig <hch@lst.de> Signed-off-by: Palmer Dabbelt <palmerdabbelt@google.com>
This commit is contained in:
parent
d464118cdc
commit
e8d444d3e9
4 changed files with 1 additions and 34 deletions
|
@ -84,7 +84,6 @@ void start_thread(struct pt_regs *regs, unsigned long pc,
|
|||
}
|
||||
regs->epc = pc;
|
||||
regs->sp = sp;
|
||||
set_fs(USER_DS);
|
||||
}
|
||||
|
||||
void flush_thread(void)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue