]> git.proxmox.com Git - mirror_ubuntu-jammy-kernel.git/commitdiff
riscv: remove unused __ARCH_HAVE_MMU define
authorTobias Klauser <tklauser@distanz.ch>
Thu, 25 Jan 2018 10:00:00 +0000 (11:00 +0100)
committerPalmer Dabbelt <palmer@dabbelt.com>
Wed, 31 Jan 2018 03:11:43 +0000 (19:11 -0800)
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>
arch/riscv/include/asm/unistd.h

index 2f704a5c4196e30fd2a9a9c3607eeeed3d6f019f..080fb28061de7e230348c65395c12ef0ed2051af 100644 (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>