Re: [PATCH] MIPS: Support large stack.

2021-03-05 Thread Thomas Bogendoerfer
On Fri, Mar 05, 2021 at 11:12:57AM +0800, HongJieDeng wrote: > From: Hongjie Deng > > We need more stack space, xori/ori no longer apply when > _THREAD_MASK exceeds 16 bits who is we and why do need more ? Thomas. -- Crap can work. Given enough thrust pigs will fly, but it's not necessarily

Re: [PATCH] MIPS: Support large stack.

2021-03-04 Thread Jiaxun Yang
在 2021/3/5 11:12, HongJieDeng 写道: From: Hongjie Deng We need more stack space, xori/ori no longer apply when _THREAD_MASK exceeds 16 bits Signed-off-by: Hongjie Deng --- arch/mips/include/asm/stackframe.h | 8 arch/mips/kernel/genex.S | 6 ++ 2 files changed,

[PATCH] MIPS: Support large stack.

2021-03-04 Thread HongJieDeng
From: Hongjie Deng We need more stack space, xori/ori no longer apply when _THREAD_MASK exceeds 16 bits Signed-off-by: Hongjie Deng --- arch/mips/include/asm/stackframe.h | 8 arch/mips/kernel/genex.S | 6 ++ 2 files changed, 14 insertions(+) diff --git