commit | 1a2cd29151de63e870bc228b0810f3f26ccb847a | [log] [tgz] |
---|---|---|
author | Peter P Waskiewicz Jr <peter.p.waskiewicz.jr@intel.com> | Wed Feb 12 00:02:35 2014 -0800 |
committer | Peter P Waskiewicz Jr <peter.p.waskiewicz.jr@intel.com> | Mon Mar 10 13:56:01 2014 -0700 |
tree | c04a3cf71842b08c79194347e9721bb5fe4a866b | |
parent | 44a6af6ed5b4d3d4f70ccd5fb8fc936ebfc770d4 [diff] |
x86/sched: continue separation of thread_info and stack this patch gets the idle thread fully separated, and allows the second process spawn during boot. It promptly blows up during copy_process() since allocations of additional processes haven't been moved over to the new API yet. But we're booting now, and making progress. Signed-off-by: Peter P Waskiewicz Jr <peter.p.waskiewicz.jr@intel.com>