1
0
Fork 0

arm64: compat: Remove incorrect comment in compat_siginfo

The comment was right originally but the _pad array size was wrong. It
was fixed in the meantime but the comment not updated.

Reported-by: Peter Maydell <peter.maydell@linaro.org>
Signed-off-by: Catalin Marinas <catalin.marinas@arm.com>
hifive-unleashed-5.1
Catalin Marinas 2015-02-02 16:44:39 +00:00
parent 41089357e1
commit d476d94f18
1 changed files with 0 additions and 1 deletions

View File

@ -161,7 +161,6 @@ typedef struct compat_siginfo {
int si_code;
union {
/* The padding is the same size as AArch64. */
int _pad[128/sizeof(int) - 3];
/* kill() */