Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 646783a3 authored by Thomas Gleixner's avatar Thomas Gleixner
Browse files

ia64: vsyscall: Add missing paranthesis



commit 74a622be (ia64: vsyscall: Use seqcount instead of seqlock) broke
the ia64 build.

Reported-by: default avatarTony Luck <tony.luck@intel.com>
Signed-off-by: default avatarThomas Gleixner <tglx@linutronix.de>
parent c5e14e76
Loading
Loading
Loading
Loading
+1 −1
Original line number Original line Diff line number Diff line
@@ -270,7 +270,7 @@ void foo(void)


	/* used by fsys_gettimeofday in arch/ia64/kernel/fsys.S */
	/* used by fsys_gettimeofday in arch/ia64/kernel/fsys.S */
	DEFINE(IA64_GTOD_SEQ_OFFSET,
	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,
	DEFINE(IA64_GTOD_WALL_TIME_OFFSET,
		offsetof (struct fsyscall_gtod_data_t, wall_time));
		offsetof (struct fsyscall_gtod_data_t, wall_time));
	DEFINE(IA64_GTOD_MONO_TIME_OFFSET,
	DEFINE(IA64_GTOD_MONO_TIME_OFFSET,