summaryrefslogtreecommitdiff
path: root/usr/src/uts/sfmmu
diff options
context:
space:
mode:
authorDave Plauger <Dave.Plauger@Sun.COM>2009-11-23 21:20:05 -0500
committerDave Plauger <Dave.Plauger@Sun.COM>2009-11-23 21:20:05 -0500
commit9dd77bc84fd62eb844d67cc7311833ea3ea6c889 (patch)
tree38158b2e2a7170718183ab1872a2cd7a5145daa8 /usr/src/uts/sfmmu
parent432cf5a9b515358a45da17e9cfe523ee72f9c4e6 (diff)
downloadillumos-joyent-9dd77bc84fd62eb844d67cc7311833ea3ea6c889.tar.gz
6898505 kmem_verify oddities around Fast Crash Dump integration
Diffstat (limited to 'usr/src/uts/sfmmu')
-rw-r--r--usr/src/uts/sfmmu/vm/hat_sfmmu.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/usr/src/uts/sfmmu/vm/hat_sfmmu.c b/usr/src/uts/sfmmu/vm/hat_sfmmu.c
index d1c618d37a..d413685e2d 100644
--- a/usr/src/uts/sfmmu/vm/hat_sfmmu.c
+++ b/usr/src/uts/sfmmu/vm/hat_sfmmu.c
@@ -1322,7 +1322,8 @@ hat_init(void)
hat_memload_arena, KMC_NOHASH);
hat_memload1_arena = vmem_create("hat_memload1", NULL, 0, PAGESIZE,
- segkmem_alloc_permanent, segkmem_free, heap_arena, 0, VM_SLEEP);
+ segkmem_alloc_permanent, segkmem_free, heap_arena, 0,
+ VMC_DUMPSAFE | VM_SLEEP);
sfmmu1_cache = kmem_cache_create("sfmmu1_cache", HME1BLK_SZ,
HMEBLK_ALIGN, sfmmu_hblkcache_constructor,