Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 27 Apr 2011 14:22:53 GMT
From:      John Baldwin <jhb@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 192189 for review
Message-ID:  <201104271422.p3REMrma088761@skunkworks.freebsd.org>

next in thread | raw e-mail | index | archive | help
http://p4web.freebsd.org/@@192189?ac=10

Change 192189 by jhb@jhb_jhbbsd on 2011/04/27 14:21:57

	Fix build on i386.

Affected files ...

.. //depot/projects/mcelog/mcelog.c#7 edit

Differences ...

==== //depot/projects/mcelog/mcelog.c#7 (text) ====

@@ -29,6 +29,10 @@
 #include <sys/sysctl.h>
 #include <machine/cpufunc.h>
 #include <machine/cputypes.h>
+#ifdef __i386__
+/* Conflicts with 'enum cputype' in <mcelog.h>. */
+#undef CPU_P4
+#endif
 #include <machine/specialreg.h>
 #include <machine/mca.h>
 #include <err.h>



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