arch/tile: provide a definition of MAP_STACK
authorChris Metcalf <cmetcalf@tilera.com>
Thu, 14 Oct 2010 19:09:02 +0000 (15:09 -0400)
committerChris Metcalf <cmetcalf@tilera.com>
Thu, 14 Oct 2010 19:09:02 +0000 (15:09 -0400)
It's convenient for userspace (in particular, glibc) to find a
definition of MAP_STACK.  We use MAP_GROWSDOWN as an alias since
that's appropriate for the main stack, and since our current
allocation of mmap flags bits is running a bit short otherwise.

Signed-off-by: Chris Metcalf <cmetcalf@tilera.com>

No differences found