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>
4 files changed