Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 29 Jul 2013 12:55:37 +0000 (UTC)
From:      Olivier Houchard <cognet@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r253768 - head/sys/arm/include
Message-ID:  <201307291255.r6TCtbfB084519@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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@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



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