提交 646783a3 编写于 作者: T Thomas Gleixner

ia64: vsyscall: Add missing paranthesis

commit 74a622be (ia64: vsyscall: Use seqcount instead of seqlock) broke
the ia64 build.
Reported-by: NTony Luck  <tony.luck@intel.com>
Signed-off-by: NThomas Gleixner <tglx@linutronix.de>
上级 c5e14e76
......@@ -270,7 +270,7 @@ void foo(void)
/* used by fsys_gettimeofday in arch/ia64/kernel/fsys.S */
DEFINE(IA64_GTOD_SEQ_OFFSET,
offsetof (struct fsyscall_gtod_data_t, seq);
offsetof (struct fsyscall_gtod_data_t, seq));
DEFINE(IA64_GTOD_WALL_TIME_OFFSET,
offsetof (struct fsyscall_gtod_data_t, wall_time));
DEFINE(IA64_GTOD_MONO_TIME_OFFSET,
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册