projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
10626c3
)
riscv: remove unused __ARCH_HAVE_MMU define
author
Tobias Klauser
<tklauser@distanz.ch>
Thu, 25 Jan 2018 10:00:00 +0000
(11:00 +0100)
committer
Palmer Dabbelt
<palmer@dabbelt.com>
Wed, 31 Jan 2018 03:11:43 +0000
(19:11 -0800)
The __ARCH_HAVE_MMU define is (and was) used nowhere in the tree and
also doesn't appear to be used by any libc.
Signed-off-by: Tobias Klauser <tklauser@distanz.ch>
Signed-off-by: Palmer Dabbelt <palmer@sifive.com>
arch/riscv/include/asm/unistd.h
patch
|
blob
|
history
diff --git
a/arch/riscv/include/asm/unistd.h
b/arch/riscv/include/asm/unistd.h
index 2f704a5c4196e30fd2a9a9c3607eeeed3d6f019f..080fb28061de7e230348c65395c12ef0ed2051af 100644
(file)
--- a/
arch/riscv/include/asm/unistd.h
+++ b/
arch/riscv/include/asm/unistd.h
@@
-11,7
+11,6
@@
* GNU General Public License for more details.
*/
-#define __ARCH_HAVE_MMU
#define __ARCH_WANT_SYS_CLONE
#include <uapi/asm/unistd.h>
#include <uapi/asm/syscalls.h>