From: Tobias Klauser Date: Thu, 25 Jan 2018 10:00:00 +0000 (+0100) Subject: riscv: remove unused __ARCH_HAVE_MMU define X-Git-Tag: v4.16-rc1~45^2~8 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=0b5030c8c0520ec310bf8ca8f16d56541e80cf5c;p=thirdparty%2Fkernel%2Flinux.git 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 Signed-off-by: Palmer Dabbelt --- diff --git a/arch/riscv/include/asm/unistd.h b/arch/riscv/include/asm/unistd.h index 2f704a5c4196e..080fb28061de7 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 #include