Re: [patch 4/4] ia64: vsyscall: Use seqcount instead of seqlock
From: Tony Luck
Date: Mon Mar 26 2012 - 19:04:00 EST
> /* used by fsys_gettimeofday in arch/ia64/kernel/fsys.S */
> - DEFINE(IA64_GTOD_LOCK_OFFSET,
> - offsetof (struct fsyscall_gtod_data_t, lock));
> + DEFINE(IA64_GTOD_SEQ_OFFSET,
> + offsetof (struct fsyscall_gtod_data_t, seq);
Thomas,
Could you spare one more ")" here please? The compiler likes
it if they match :-)
Thanks
-Tony
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/