diff options
author | dillon <dillon@FreeBSD.org> | 1999-02-09 01:39:29 +0000 |
---|---|---|
committer | dillon <dillon@FreeBSD.org> | 1999-02-09 01:39:29 +0000 |
commit | 76e195c05072ba63d7bce8c7a9ef2da2a1814bde (patch) | |
tree | b04c07360eae2f6e264b62e2b9f5a3396d86aec6 /sys/vm/vm_unix.c | |
parent | 866792d022c9d1a810ffbc435eb0f49e8df9f204 (diff) | |
download | FreeBSD-src-76e195c05072ba63d7bce8c7a9ef2da2a1814bde.zip FreeBSD-src-76e195c05072ba63d7bce8c7a9ef2da2a1814bde.tar.gz |
Addendum to vm_map coalesce optimization. Also, this was backed-out
because there was a concensus on current in regards to leaving bss r+w+x
instead of r+w. This is in order to maintain reasonable compatibility
with existing JIT compilers (e.g. kaffe) and possibly other programs.
Diffstat (limited to 'sys/vm/vm_unix.c')
-rw-r--r-- | sys/vm/vm_unix.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/vm/vm_unix.c b/sys/vm/vm_unix.c index 367abb5..3a28b9d 100644 --- a/sys/vm/vm_unix.c +++ b/sys/vm/vm_unix.c @@ -38,7 +38,7 @@ * from: Utah $Hdr: vm_unix.c 1.1 89/11/07$ * * @(#)vm_unix.c 8.1 (Berkeley) 6/11/93 - * $Id: vm_unix.c,v 1.18 1999/02/05 07:49:29 dillon Exp $ + * $Id: vm_unix.c,v 1.19 1999/02/08 00:27:56 dillon Exp $ */ /* |