changeset 3659:7e9e2f60e9c9

6520114 opl: processor table displays negative value in sparc version field
author jimand
date Thu, 15 Feb 2007 10:33:09 -0800
parents 83d654416b84
children 1532d6e91300
files usr/src/uts/sun4u/io/opl_cfg.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/usr/src/uts/sun4u/io/opl_cfg.c	Thu Feb 15 10:29:45 2007 -0800
+++ b/usr/src/uts/sun4u/io/opl_cfg.c	Thu Feb 15 10:33:09 2007 -0800
@@ -828,7 +828,7 @@
 	    core->core_implementation);
 	OPL_UPDATE_PROP(int, node, "mask#", core->core_mask);
 
-	OPL_UPDATE_PROP(int, node, "sparc-version", core->core_version);
+	OPL_UPDATE_PROP(int, node, "sparc-version", 9);
 	OPL_UPDATE_PROP(int, node, "clock-frequency", core->core_frequency);
 
 	OPL_UPDATE_PROP(int, node, "l1-icache-size", core->core_l1_icache_size);