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>
This commit is contained in:
Tobias Klauser 2018-01-25 11:00:00 +01:00 committed by Palmer Dabbelt
parent 10626c32e3
commit 0b5030c8c0
No known key found for this signature in database
GPG key ID: EF4CA1502CCBAB41

View file

@ -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>