summaryrefslogtreecommitdiff
path: root/usr/src/uts/common/vm/vm_anon.c
diff options
context:
space:
mode:
Diffstat (limited to 'usr/src/uts/common/vm/vm_anon.c')
-rw-r--r--usr/src/uts/common/vm/vm_anon.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/usr/src/uts/common/vm/vm_anon.c b/usr/src/uts/common/vm/vm_anon.c
index c05f20478e..0cad34257c 100644
--- a/usr/src/uts/common/vm/vm_anon.c
+++ b/usr/src/uts/common/vm/vm_anon.c
@@ -3139,6 +3139,7 @@ anonmap_alloc(size_t size, size_t swresv)
amp->swresv = swresv;
amp->locality = 0;
amp->a_szc = 0;
+ amp->a_sp = NULL;
return (amp);
}