aarch64: Fix the extension header write in getcontext and swapcontext
commit09c6c6073c925235b385af1d8edf6bc853eeaf60
authorSzabolcs Nagy <szabolcs.nagy@arm.com>
Fri, 29 Jul 2022 07:00:06 +0000 (29 08:00 +0100)
committerSzabolcs Nagy <szabolcs.nagy@arm.com>
Fri, 28 Oct 2022 10:14:54 +0000 (28 11:14 +0100)
treeff27c2e74c28ae5548408d0ee09fbf42e141df32
parentdd31f42e39206bc69f4a60e47ee117f6c968138c
aarch64: Fix the extension header write in getcontext and swapcontext

The extension header is two 32bit words and in the last header both
should be 0. There is plenty space in the __reserved area, but it's
better not to write more than we mean to.
sysdeps/unix/sysv/linux/aarch64/getcontext.S
sysdeps/unix/sysv/linux/aarch64/swapcontext.S