From: Chris Metcalf Date: Thu, 14 Oct 2010 19:09:02 +0000 (-0400) Subject: arch/tile: provide a definition of MAP_STACK X-Git-Tag: v2.6.37-rc1~103^2~12 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=bbacff94d0c38163ef01361de006797c92e69e58;p=pandora-kernel.git 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 --- Reading git-diff-tree failed