support non-smp and no serial console cases
This commit is contained in:
parent
64e3a29930
commit
ff2025e3d1
2 changed files with 3 additions and 0 deletions
|
|
@ -11,6 +11,7 @@ void startup_other_cpus(unsigned long *processor_map);
|
|||
#else
|
||||
#define this_processors_id() 0
|
||||
#define startup_other_cpus(p) do {} while(0)
|
||||
#define processor_index(p) 0
|
||||
#endif
|
||||
|
||||
#endif /* SMP_START_STOP_H */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue