riscv: remove unused __ARCH_HAVE_MMU define
"Linux Kernel Mailing List" <[email protected]>
| Newsgroups | gmane.linux.kernel.commits.head |
|---|---|
| Message-ID | <[email protected]> |
Web: https://git.kernel.org/torvalds/c/0b5030c8c0520ec310bf8ca8f16d56541e80cf5c Commit: 0b5030c8c0520ec310bf8ca8f16d56541e80cf5c Parent: 10626c32e3827bca560217966f5bd586c4e91584 Refname: refs/heads/master Author: Tobias Klauser <[email protected]> AuthorDate: Thu Jan 25 11:00:00 2018 +0100 Committer: Palmer Dabbelt <[email protected]> CommitDate: Tue Jan 30 19:11:43 2018 -0800 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]> --- arch/riscv/include/asm/unistd.h | 1 - 1 file changed, 1 deletion(-) 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> -- To unsubscribe from this list: send the line "unsubscribe git-commits-head" in the body of a message to [email protected] More majordomo info at http://vger.kernel.org/majordomo-info.html