From 2b91c4a58ba8e370434f09715e0270ff57ca30e3 Mon Sep 17 00:00:00 2001 From: Jason King Date: Tue, 16 Nov 2021 18:55:58 -0600 Subject: 14143 kmem should learn we are no longer Solaris Reviewed by: Peter Tribble Reviewed by: Andy Fiddaman Reviewed by: Yuri Pankov Approved by: Garrett D'Amore --- usr/src/uts/common/os/kmem.c | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) (limited to 'usr/src') diff --git a/usr/src/uts/common/os/kmem.c b/usr/src/uts/common/os/kmem.c index 207d529146..e01be96775 100644 --- a/usr/src/uts/common/os/kmem.c +++ b/usr/src/uts/common/os/kmem.c @@ -4462,8 +4462,7 @@ kmem_init(void) if (((kmem_flags & ~(KMF_AUDIT | KMF_DEADBEEF | KMF_REDZONE | KMF_CONTENTS | KMF_LITE)) != 0) || ((kmem_flags & KMF_LITE) && kmem_flags != KMF_LITE)) - cmn_err(CE_WARN, "kmem_flags set to unsupported value 0x%x. " - "See the Solaris Tunable Parameters Reference Manual.", + cmn_err(CE_WARN, "kmem_flags set to unsupported value 0x%x.", kmem_flags); #ifdef DEBUG @@ -4481,8 +4480,7 @@ kmem_init(void) (kmem_flags & (KMF_AUDIT | KMF_DEADBEEF)) != 0) cmn_err(CE_WARN, "High-overhead kmem debugging features " "enabled (kmem_flags = 0x%x). Performance degradation " - "and large memory overhead possible. See the Solaris " - "Tunable Parameters Reference Manual.", kmem_flags); + "and large memory overhead possible.", kmem_flags); #endif /* not DEBUG */ kmem_cache_applyall(kmem_cache_magazine_enable, NULL, TQ_SLEEP); -- cgit v1.2.3