kernel: move z_main_stack into pinned section The z_main_stack is needed before paging mechanism is initialized so put the stack into the pinned section to avoid page faults. Signed-off-by: Daniel Leung <daniel.leung@intel.com>