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
This commit is contained in:
Olivier Houchard 2013-07-29 12:55:37 +00:00
parent a87be193b3
commit 18f8f46e9f

View File

@ -4,6 +4,7 @@
#define _MACHINE_SMP_H_
#include <sys/_cpuset.h>
#include <machine/pcb.h>
#define IPI_AST 0
#define IPI_PREEMPT 2