[PowerPC] Save a dword in the powerpc64 signal trampoline
authorbdragon <bdragon@FreeBSD.org>
Fri, 17 Jan 2020 23:41:35 +0000 (23:41 +0000)
committerbdragon <bdragon@FreeBSD.org>
Fri, 17 Jan 2020 23:41:35 +0000 (23:41 +0000)
commit4dd4fe9bc079b65ad2091ea2f32f3bc5ff2833b0
tree0180f539ae2379878a2f6c91d0acc5fc0d899c12
parentcfc47b417c94f23a66660224e0d7dcd6d5173afa
[PowerPC] Save a dword in the powerpc64 signal trampoline

In r291668, an instruction was added to sigcode64.S without the nop pad at
the end being taken out.

Due to alignment, this means that a dword is being wasted on the shared
page for no reason.

Take out this nop, and add some comments while I'm here.

Reviewed by: jhibbits
Sponsored by: Tag1 Consulting, Inc.
Differential Revision: https://reviews.freebsd.org/D23055
sys/powerpc/powerpc/sigcode64.S