Simple fixup for non-SMP linuxbioses
This commit is contained in:
parent
49454af63a
commit
b890f329df
2 changed files with 4 additions and 2 deletions
|
|
@ -9,7 +9,7 @@ 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)
|
||||
#define startup_other_cpus(p) do {} while(0)
|
||||
#endif
|
||||
|
||||
#endif /* SMP_START_STOP_H */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue