commit | bbacff94d0c38163ef01361de006797c92e69e58 | [log] [tgz] |
---|---|---|
author | Chris Metcalf <cmetcalf@tilera.com> | Thu Oct 14 15:09:02 2010 -0400 |
committer | Chris Metcalf <cmetcalf@tilera.com> | Thu Oct 14 15:09:02 2010 -0400 |
tree | 3c730c114a450c7cf97cd7841f231eb5f8f1e4da | |
parent | 6b945df74233386aab526cddd3593ed4b854f574 [diff] |
arch/tile: provide a definition of MAP_STACK 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>