commit | e0e0c87c022b654bcc79224ce73633f0d274e091 | [log] [tgz] |
---|---|---|
author | Palmer Dabbelt <palmer@sifive.com> | Mon Jun 11 09:09:49 2018 -0700 |
committer | Palmer Dabbelt <palmer@sifive.com> | Mon Jun 11 09:09:49 2018 -0700 |
tree | 5ce8e15d02608f83147daae33d5ee41b164c081c | |
parent | 41611ed2c82460bce830b7f1f132a9cfff002d86 [diff] | |
parent | 86406d51d3600bfa2b6f86e1e6bfce712bec0d53 [diff] |
RISC-V: Make our port sparse-clean This patch set contains a handful of fixes that clean up the sparse results for the RISC-V port. These patches shouldn't have any functional difference. The patches: * Use NULL instead of 0. * Clean up __user annotations. * Split __copy_user into two functions, to make the __user annotations valid. Signed-off-by: Palmer Dabbelt <palmer@dabbelt.com>