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
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)