support non-smp and no serial console cases

This commit is contained in:
Li-Ta Lo 2001-11-13 06:31:17 +00:00
commit ff2025e3d1
2 changed files with 3 additions and 0 deletions

View file

@ -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 */