diff options
| author | Tobias Klauser <[email protected]> | 2018-01-25 10:00:00 +0000 |
|---|---|---|
| committer | Palmer Dabbelt <[email protected]> | 2018-01-31 03:11:43 +0000 |
| commit | 0b5030c8c0520ec310bf8ca8f16d56541e80cf5c (patch) | |
| tree | 98ff3d8713079f55ea5404c38ab43729f8750d2c | |
| parent | riscv/ftrace: Add basic support (diff) | |
| download | kernel-0b5030c8c0520ec310bf8ca8f16d56541e80cf5c.tar.gz kernel-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 <[email protected]>
Signed-off-by: Palmer Dabbelt <[email protected]>
| -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> |
