summaryrefslogtreecommitdiffstats
path: root/sys/kern/vfs_bio.c
diff options
context:
space:
mode:
authormarcel <marcel@FreeBSD.org>2003-08-30 21:25:23 +0000
committermarcel <marcel@FreeBSD.org>2003-08-30 21:25:23 +0000
commit8ce42b9bdd9075011fd2ecbfd6f72a166550a89e (patch)
tree8269286ae4bcd579cf8d4dbab2d248ccd8fa970f /sys/kern/vfs_bio.c
parent047d300a0ba2251096d0213bd38a0f488a622aa9 (diff)
downloadFreeBSD-src-8ce42b9bdd9075011fd2ecbfd6f72a166550a89e.zip
FreeBSD-src-8ce42b9bdd9075011fd2ecbfd6f72a166550a89e.tar.gz
Introduce MAP_ENTRY_GROWS_DOWN and MAP_ENTRY_GROWS_UP to allow for
growable (stack) entries that not only grow down, but also grow up. Have vm_map_growstack() take these flags into account when growing an entry. This is the first step in adding support for upward growable stacks. It is a required feature on ia64 to support the register stack (or rstack as I like to call it -- it also means reverse stack). We do not currently create rstacks, so the upward growing is not exercised and the change should be a functional no-op. Reviewed by: alc
Diffstat (limited to 'sys/kern/vfs_bio.c')
0 files changed, 0 insertions, 0 deletions
OpenPOWER on IntegriCloud