提交 d476d94f 编写于 作者: C Catalin Marinas

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: NPeter Maydell <peter.maydell@linaro.org>
Signed-off-by: NCatalin Marinas <catalin.marinas@arm.com>
上级 41089357
...@@ -161,7 +161,6 @@ typedef struct compat_siginfo { ...@@ -161,7 +161,6 @@ typedef struct compat_siginfo {
int si_code; int si_code;
union { union {
/* The padding is the same size as AArch64. */
int _pad[128/sizeof(int) - 3]; int _pad[128/sizeof(int) - 3];
/* kill() */ /* kill() */
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册