commit | 780ba23eb85d8e83d5606db2a85846d86f9223a5 | [log] [tgz] |
---|---|---|
author | Andy Ross <andrew.j.ross@intel.com> | Mon Jan 29 09:20:18 2018 -0800 |
committer | Anas Nashif <nashif@linux.intel.com> | Fri Feb 16 10:44:29 2018 -0500 |
tree | 39059ddec237d8e241ed63baa7564f64791ab3d2 | |
parent | e69465634589a2b13a8662e264df48dc923f02d2 [diff] |
kernel: Create idle threads and interrupt stacks for SMP processors Simple implementation that caps at 4 CPUs. Long term we should use some linker magic to define as many as needed and loop over them without needlessly increasing data or code size for the tracking. Signed-off-by: Andy Ross <andrew.j.ross@intel.com>