From 524e76f17b296ce36c2fb1a1469e814a045ec957 Mon Sep 17 00:00:00 2001 From: Rich Felker Date: Thu, 4 Jul 2019 12:28:29 -0400 Subject: remove spurious MAP_32BIT definition from riscv64 arch this was apparently copied from x86_64; it's not part of the kernel API for riscv64. this change eliminates the need for a riscv64-specific bits header and lets it use the generic one. --- arch/riscv64/bits/mman.h | 1 - 1 file changed, 1 deletion(-) delete mode 100644 arch/riscv64/bits/mman.h (limited to 'arch/riscv64') diff --git a/arch/riscv64/bits/mman.h b/arch/riscv64/bits/mman.h deleted file mode 100644 index 36950573..00000000 --- a/arch/riscv64/bits/mman.h +++ /dev/null @@ -1 +0,0 @@ -#define MAP_32BIT 0x40 -- cgit v1.2.1