summaryrefslogtreecommitdiff
path: root/usr/src/uts/sfmmu/vm/hat_sfmmu.c
diff options
context:
space:
mode:
Diffstat (limited to 'usr/src/uts/sfmmu/vm/hat_sfmmu.c')
-rw-r--r--usr/src/uts/sfmmu/vm/hat_sfmmu.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/usr/src/uts/sfmmu/vm/hat_sfmmu.c b/usr/src/uts/sfmmu/vm/hat_sfmmu.c
index c8cbc1183f..c9474ee8fa 100644
--- a/usr/src/uts/sfmmu/vm/hat_sfmmu.c
+++ b/usr/src/uts/sfmmu/vm/hat_sfmmu.c
@@ -146,6 +146,7 @@ int sfmmu_allow_nc_trans = 0;
int disable_ism_large_pages = (1 << TTE512K);
int disable_large_pages = 0;
int disable_auto_large_pages = 0;
+int disable_shm_large_pages = 0;
/*
* Private sfmmu data structures for hat management
@@ -918,6 +919,7 @@ hat_init_pagesizes()
mmu_large_pages_disabled(HAT_LOAD_AUTOLPG);
}
+ disable_shm_large_pages = disable_auto_large_pages;
}
/*