svn commit: r253768 - head/sys/arm/include

Olivier Houchard cognet at FreeBSD.org
Mon Jul 29 12:55:38 UTC 2013


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 <zbb at semihalf.com>
  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


More information about the svn-src-head mailing list