commit | b7d8c16a58f8e843f1db6dd08aa0d72683b336c1 | [log] [tgz] |
---|---|---|
author | Helge Deller <deller@gmx.de> | Mon Oct 04 23:40:48 2021 +0200 |
committer | Helge Deller <deller@gmx.de> | Sat Oct 30 23:11:01 2021 +0200 |
tree | 7a85bee50e538f258b939e7488ad57f6ccdc9691 | |
parent | 9f6cfef1d040592e792fa3afd7ce97029ec3a0e6 [diff] |
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>