Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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>

authored by

Tobias Klauser and committed by
Palmer Dabbelt
0b5030c8 10626c32

-1
-1
arch/riscv/include/asm/unistd.h
··· 11 11 * GNU General Public License for more details. 12 12 */ 13 13 14 - #define __ARCH_HAVE_MMU 15 14 #define __ARCH_WANT_SYS_CLONE 16 15 #include <uapi/asm/unistd.h> 17 16 #include <uapi/asm/syscalls.h>