summaryrefslogtreecommitdiffstats
path: root/arch/mips/kernel/access-helper.h
Commit message (Collapse)AuthorAgeFilesLines
* MIPS: Fix new sparse warningsThomas Bogendoerfer2021-04-071-3/+4
| | | | | | | Commit 45deb5faeb9e ("MIPS: uaccess: Remove get_fs/set_fs call sites") caused a few new sparse warnings, fix them. Signed-off-by: Thomas Bogendoerfer <tsbogend@alpha.franken.de>
* MIPS: uaccess: Remove get_fs/set_fs call sitesThomas Bogendoerfer2021-04-061-0/+18
Use new helpers to access user/kernel for functions, which are used with user/kernel pointers. Instead of dealing with get_fs/set_fs select user/kernel access via parameter. Signed-off-by: Thomas Bogendoerfer <tsbogend@alpha.franken.de> Reviewed-by: Christoph Hellwig <hch@lst.de>