>> Is it perhaps the case that some UNIX on ia64 does implement MAP_GROWSUP, >> and these numbers in the Linux ia64 mman.h have been chosen to match that >> reference implementation? Tony will know. But I wonder if you'd do >> better at least to leave a MAP_GROWSUP comment on that line, so that >> somebody doesn't go and reuse the empty slot later on. >> > > Reserving the bit from future use by adding a comment may be helpful, but > then let's do it for MAP_GROWSDOWN too. Tony can only speculate because this bit has been in asm/mman.h since before I started working on Linux (it is in the 2.4.0 version ... which is roughly when I started ... and long before I was responsible for it). Perhaps it was assumed that it would be useful? Linux/ia64 does use upwardly growing memory areas (the h/w register stack engine saves "stack" registers to an area that grows upwards). But since we have survived this long without it actually being implemented, it may be true that we don't really need it after all. -Tony -- To unsubscribe from this list: send the line "unsubscribe linux-man" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html