Minor SMP fixes. Fix to linuxpci to catch buggy chipsets

This commit is contained in:
Ronald G. Minnich 2001-10-15 18:19:40 +00:00
commit ce6c4c7195
7 changed files with 70 additions and 19 deletions

View file

@ -5,8 +5,8 @@
#include <smp/atomic.h>
int this_processors_id(void);
void stop_cpu(int processor_id);
void start_cpu(int processor_id);
void startup_other_cpus(void);
int start_cpu(int processor_id);
void startup_other_cpus(unsigned long *processor_map);
#else
#define this_processors_id() 0
#define startup_other_cpus() do {} while(0)