parisc: Allocate task struct with stack frame alignment
authorHelge Deller <deller@gmx.de>
Mon, 4 Oct 2021 21:40:48 +0000 (23:40 +0200)
committerHelge Deller <deller@gmx.de>
Sat, 30 Oct 2021 21:11:01 +0000 (23:11 +0200)
commitb7d8c16a58f8e843f1db6dd08aa0d72683b336c1
tree7a85bee50e538f258b939e7488ad57f6ccdc9691
parent9f6cfef1d040592e792fa3afd7ce97029ec3a0e6
parisc: Allocate task struct with stack frame alignment

We will put the stack directly behind the task struct, so
make sure that we allocate it with an alignment of 64 bytes.

Signed-off-by: Helge Deller <deller@gmx.de>
arch/parisc/include/asm/processor.h