Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 29 Jul 2004 22:40:55 GMT
From:      John Baldwin <jhb@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 58502 for review
Message-ID:  <200407292240.i6TMetWQ058740@repoman.freebsd.org>

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

Change 58502 by jhb@jhb_blue on 2004/07/29 22:40:40

	Fix compile with evil nested include.  Fixing all consumers of
	machine/cpufunc.h isn't very feasible since sys/system.h includes
	it directly.

Affected files ...

.. //depot/projects/smpng/sys/i386/include/cpufunc.h#29 edit

Differences ...

==== //depot/projects/smpng/sys/i386/include/cpufunc.h#29 (text+ko) ====

@@ -38,6 +38,8 @@
 #ifndef _MACHINE_CPUFUNC_H_
 #define	_MACHINE_CPUFUNC_H_
 
+#include <machine/psl.h>
+
 struct region_descriptor;
 
 #define readb(va)	(*(volatile u_int8_t *) (va))



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