[RFC PATCH 2/2] arm64: Implement vmalloc based thread_info allocator

Catalin Marinas catalin.marinas at foss.arm.com
Mon May 25 09:47:15 PDT 2015


On 25 May 2015, at 13:01, Jungseok Lee <jungseoklee85 at gmail.com> wrote:

>> Could the stack size be reduced to 8KB perhaps?
> 
> I guess probably not.
> 
> A commit, 845ad05e, says that 8KB is not enough to cover SpecWeb benchmark.

We could go back to 8KB stacks if we implement support for separate IRQ 
stack on arm64. It's not too complicated, we would have to use SP0 for (kernel) threads 
and SP1 for IRQ handlers.

Catalin


More information about the linux-arm-kernel mailing list