diff options
author | Tobias Klauser <tklauser@distanz.ch> | 2018-01-25 11:00:00 +0100 |
---|---|---|
committer | Palmer Dabbelt <palmer@dabbelt.com> | 2018-01-30 19:11:43 -0800 |
commit | 0b5030c8c0520ec310bf8ca8f16d56541e80cf5c (patch) | |
tree | 98ff3d8713079f55ea5404c38ab43729f8750d2c /arch/riscv | |
parent | 10626c32e3827bca560217966f5bd586c4e91584 (diff) | |
download | linux-stable-0b5030c8c0520ec310bf8ca8f16d56541e80cf5c.tar.gz linux-stable-0b5030c8c0520ec310bf8ca8f16d56541e80cf5c.tar.bz2 linux-stable-0b5030c8c0520ec310bf8ca8f16d56541e80cf5c.zip |
riscv: remove unused __ARCH_HAVE_MMU define
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>
Diffstat (limited to 'arch/riscv')
-rw-r--r-- | arch/riscv/include/asm/unistd.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/riscv/include/asm/unistd.h b/arch/riscv/include/asm/unistd.h index 2f704a5c4196..080fb28061de 100644 --- 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> |