Author: cognet Date: Mon Jul 29 12:55:37 2013 New Revision: 253768 URL: http://svnweb.freebsd.org/changeset/base/253768
Log: Explicitely include <machine/pcb.h>, so that we get the definition of struct pcb. Submitted by: Zbyszek Bodek <[email protected]> Pointy hat to: cognet Modified: head/sys/arm/include/smp.h Modified: head/sys/arm/include/smp.h ============================================================================== --- head/sys/arm/include/smp.h Mon Jul 29 12:49:32 2013 (r253767) +++ head/sys/arm/include/smp.h Mon Jul 29 12:55:37 2013 (r253768) @@ -4,6 +4,7 @@ #define _MACHINE_SMP_H_ #include <sys/_cpuset.h> +#include <machine/pcb.h> #define IPI_AST 0 #define IPI_PREEMPT 2 _______________________________________________ [email protected] mailing list http://lists.freebsd.org/mailman/listinfo/svn-src-head To unsubscribe, send any mail to "[email protected]"
