summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMark Johnson <Mark.Johnson@Sun.COM>2008-10-03 12:40:27 -0700
committerMark Johnson <Mark.Johnson@Sun.COM>2008-10-03 12:40:27 -0700
commit5f890c5ea34c9c865176a1fbac1b73191b061c1c (patch)
treeac33e4354e7af833f6dd44dfa77aa5dc5ad0124e
parent0e62f92eefcfaf8fcd64641ad3960d323d440ede (diff)
downloadillumos-gate-5f890c5ea34c9c865176a1fbac1b73191b061c1c.tar.gz
6699787 "Cannot load psm xpv_psm" message in /var/adm/messages after initial install of snv_88
-rw-r--r--usr/src/uts/i86pc/os/mp_implfuncs.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr/src/uts/i86pc/os/mp_implfuncs.c b/usr/src/uts/i86pc/os/mp_implfuncs.c
index c830cc5baf..eb943a0372 100644
--- a/usr/src/uts/i86pc/os/mp_implfuncs.c
+++ b/usr/src/uts/i86pc/os/mp_implfuncs.c
@@ -385,7 +385,7 @@ psm_modload(void)
for (this = psm_get_impl_module(1); this != (char *)NULL;
this = psm_get_impl_module(0)) {
if (modload("mach", this) == -1)
- cmn_err(CE_WARN, "!Cannot load psm %s", this);
+ cmn_err(CE_CONT, "!Skipping psm: %s\n", this);
}
close_mach_list();
}