Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 27 May 2006 16:36:31 GMT
From:      Kip Macy <kmacy@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 97943 for review
Message-ID:  <200605271636.k4RGaVYX059692@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
http://perforce.freebsd.org/chv.cgi?CH=97943

Change 97943 by kmacy@kmacy_storage:sun4v_work on 2006/05/27 16:36:23

	don't hardcode machine

Affected files ...

.. //depot/projects/kmacy_sun4v/src/sys/sun4v/sun4v/identcpu.c#5 edit

Differences ...

==== //depot/projects/kmacy_sun4v/src/sys/sun4v/sun4v/identcpu.c#5 (text+ko) ====

@@ -17,7 +17,7 @@
 #include <machine/md_var.h>
 #include <machine/ver.h>
 
-char machine[] = "sparc64";
+char machine[] = MACHINE;
 SYSCTL_STRING(_hw, HW_MACHINE, machine, CTLFLAG_RD,
     machine, 0, "Machine class");
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200605271636.k4RGaVYX059692>