Fix the CPU1 idle tasks stack corruption since the cpux's idle stack is loaded from g_cpu_basestack (data section) before, but on this time it maybe not ready since it is initialized by CPU0, and the value from g_cpu_basestack is random. Signed-off-by: Huang Qi <huangqi3@xiaomi.com>