]> granicus.if.org Git - strace/commit
tile: remove MAP_CACHE_xxx support in mem.c
authorChris Metcalf <cmetcalf@tilera.com>
Tue, 21 May 2013 20:40:50 +0000 (16:40 -0400)
committerDenys Vlasenko <dvlasenk@redhat.com>
Thu, 23 May 2013 13:40:34 +0000 (15:40 +0200)
commitd90a2d26c10ad04da5298c112c34db10545ebed9
tree077bcf1909bb8d150a8f9ce4fb6e02d33abdbdfb
parent6c19136aca1cd750bedb207cc58b8923c65e975f
tile: remove MAP_CACHE_xxx support in mem.c

These flags support functionality in mmap() that has not been
pushed back to the community, and which may or may not eventually
end up being the final community model.  In the interim, having
these flags unconditionally present for "#ifdef TILE" just means
that the TILE build breaks if using the community versions of
the kernel and glibc, so just revert the code until such time
as it may end up in the community.

Signed-off-by: Chris Metcalf <cmetcalf@tilera.com>
Signed-off-by: Denys Vlasenko <dvlasenk@redhat.com>
mem.c