OSDN Git Service

remove spurious MAP_32BIT definition from riscv64 arch
authorRich Felker <dalias@aerifal.cx>
Thu, 4 Jul 2019 16:28:29 +0000 (12:28 -0400)
committerRich Felker <dalias@aerifal.cx>
Thu, 4 Jul 2019 16:28:29 +0000 (12:28 -0400)
commit524e76f17b296ce36c2fb1a1469e814a045ec957
treed42b8abdce6a3f0b68ab6e9015dc089cb6dd88e7
parent4b5ba0765038f4e9c3424d63bd1ed3f2faef3048
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 [deleted file]