Remove extern struct pcb stoppcbs[] declaration from this file.

It breaks GCC 4.1 compiles and does not appear to be required.
This commit is contained in:
kan 2007-04-05 18:34:11 +00:00
parent ecd3f37929
commit 7928df838a

View File

@ -71,8 +71,6 @@ struct ipi_tlb_args {
struct pcpu;
extern struct pcb stoppcbs[];
void cpu_mp_bootstrap(struct pcpu *pc);
void cpu_mp_shutdown(void);