PERFORCE change 48250 for review

Peter Wemm peter at FreeBSD.org
Fri Mar 5 16:25:19 PST 2004


http://perforce.freebsd.org/chv.cgi?CH=48250

Change 48250 by peter at peter_melody on 2004/03/05 16:25:04

	make this compile again after merging bde's machine/cpufunc.h
	changes.  In particular, it seems we were depending on the stealth
	psl.h include

Affected files ...

.. //depot/projects/hammer/sys/amd64/amd64/mp_machdep.c#56 edit

Differences ...

==== //depot/projects/hammer/sys/amd64/amd64/mp_machdep.c#56 (text+ko) ====

@@ -57,6 +57,7 @@
 #include <machine/clock.h>
 #include <machine/md_var.h>
 #include <machine/pcb.h>
+#include <machine/psl.h>
 #include <machine/smp.h>
 #include <machine/specialreg.h>
 #include <machine/tss.h>


More information about the p4-projects mailing list