diff options
author | Tobias Klauser <tklauser@distanz.ch> | 2018-01-25 10:58:50 +0100 |
---|---|---|
committer | Stafford Horne <shorne@gmail.com> | 2018-04-08 02:15:47 +0900 |
commit | d56f3af9e801970d21c57621de3b42bc17eac152 (patch) | |
tree | 971cb884916be7a48a78364eaddb54e0c5332e45 /arch/openrisc | |
parent | 0adb32858b0bddf4ada5f364a84ed60b196dbcda (diff) | |
download | linux-d56f3af9e801970d21c57621de3b42bc17eac152.tar.gz linux-d56f3af9e801970d21c57621de3b42bc17eac152.tar.bz2 linux-d56f3af9e801970d21c57621de3b42bc17eac152.zip |
openrisc: 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: Stafford Horne <shorne@gmail.com>
Diffstat (limited to 'arch/openrisc')
-rw-r--r-- | arch/openrisc/include/uapi/asm/unistd.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/arch/openrisc/include/uapi/asm/unistd.h b/arch/openrisc/include/uapi/asm/unistd.h index 9a3ee389631e..11c5a58ab333 100644 --- a/arch/openrisc/include/uapi/asm/unistd.h +++ b/arch/openrisc/include/uapi/asm/unistd.h @@ -17,8 +17,6 @@ * (at your option) any later version. */ -#define __ARCH_HAVE_MMU - #define sys_mmap2 sys_mmap_pgoff #define __ARCH_WANT_RENAMEAT |