Skip to content
Commit c15c5f8c authored by Paul Mundt's avatar Paul Mundt
Browse files

sh: Support kernel stacks smaller than a page.



This follows the powerpc commit f6a61680
'[POWERPC] Fix kernel stack allocation alignment'.

SH has traditionally forced the thread order to be relative to the page
size, so there were never any situations where the same bug was
triggered by slub. Regardless, the usage of > 8kB stacks for the larger
page sizes is overkill, so we switch to using slab allocations there,
as per the powerpc change.

Signed-off-by: default avatarPaul Mundt <lethal@linux-sh.org>
parent b817f7e0
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment