Minor SMP fixes. Fix to linuxpci to catch buggy chipsets
This commit is contained in:
parent
350fa4e519
commit
ce6c4c7195
7 changed files with 70 additions and 19 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue