summaryrefslogtreecommitdiff
path: root/usr/src/uts/i86pc/os/cms.c
diff options
context:
space:
mode:
Diffstat (limited to 'usr/src/uts/i86pc/os/cms.c')
-rw-r--r--usr/src/uts/i86pc/os/cms.c10
1 files changed, 5 insertions, 5 deletions
diff --git a/usr/src/uts/i86pc/os/cms.c b/usr/src/uts/i86pc/os/cms.c
index 721b5a4db7..18d3b046f6 100644
--- a/usr/src/uts/i86pc/os/cms.c
+++ b/usr/src/uts/i86pc/os/cms.c
@@ -20,12 +20,10 @@
*/
/*
- * Copyright 2007 Sun Microsystems, Inc. All rights reserved.
+ * Copyright 2009 Sun Microsystems, Inc. All rights reserved.
* Use is subject to license terms.
*/
-#pragma ident "%Z%%M% %I% %E% SMI"
-
#include <sys/types.h>
#include <sys/cpu_module_ms_impl.h>
#include <sys/cpuvar.h>
@@ -604,12 +602,14 @@ cms_ereport_class(cmi_hdl_t hdl, cms_cookie_t mscookie, const char **cpuclsp,
}
nvlist_t *
-cms_ereport_detector(cmi_hdl_t hdl, cms_cookie_t mscookie, nv_alloc_t *nva)
+cms_ereport_detector(cmi_hdl_t hdl, int bankno, cms_cookie_t mscookie,
+ nv_alloc_t *nva)
{
cms_t *cms = HDL2CMS(hdl);
if (CMS_OP_PRESENT(cms, cms_ereport_detector))
- return (CMS_OPS(cms)->cms_ereport_detector(hdl, mscookie, nva));
+ return (CMS_OPS(cms)->cms_ereport_detector(hdl, bankno,
+ mscookie, nva));
else
return (NULL);