Include machine/pcb.hto turn extern struct pcb stoppcbs[]; construct

into the valid C.
This commit is contained in:
Alexander Kabaev 2007-05-19 05:01:43 +00:00
parent b27167c85e
commit fa298d5ea8
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=169730
3 changed files with 3 additions and 0 deletions

View file

@ -23,6 +23,7 @@
#include <machine/frame.h>
#include <machine/intr_machdep.h>
#include <machine/apicvar.h>
#include <machine/pcb.h>
/* global symbols in mpboot.S */
extern char mptramp_start[];

View file

@ -23,6 +23,7 @@
#include <machine/frame.h>
#include <machine/intr_machdep.h>
#include <machine/apicvar.h>
#include <machine/pcb.h>
/* global data in mpboot.s */
extern int bootMP_size;

View file

@ -36,6 +36,7 @@
#ifndef LOCORE
#include <machine/intr_machdep.h>
#include <machine/pcb.h>
#include <machine/tte.h>
#define IDR_BUSY (1<<0)