Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 5 Mar 2004 16:25:18 -0800 (PST)
From:      Peter Wemm <peter@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 48250 for review
Message-ID:  <200403060025.i260PIuN039308@repoman.freebsd.org>

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

Change 48250 by peter@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>



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