Include machine/pcb.hto turn extern struct pcb stoppcbs[]; construct
into the valid C.
This commit is contained in:
parent
b27167c85e
commit
fa298d5ea8
@ -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[];
|
||||
|
@ -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;
|
||||
|
@ -36,6 +36,7 @@
|
||||
#ifndef LOCORE
|
||||
|
||||
#include <machine/intr_machdep.h>
|
||||
#include <machine/pcb.h>
|
||||
#include <machine/tte.h>
|
||||
|
||||
#define IDR_BUSY (1<<0)
|
||||
|
Loading…
Reference in New Issue
Block a user