Merge tag 'please-pull-gettime_vsyscall_update' of git://git.kernel.org/pub/scm/linux...
[sfrench/cifs-2.6.git] / arch / ia64 / kernel / asm-offsets.c
index b385ff2bf6ce206de3e90d22b8abc777e9c900ce..f7693f49c573693259e4182d468b3d99f5cbe03a 100644 (file)
@@ -212,6 +212,8 @@ void foo(void)
        BLANK();
        DEFINE(IA64_TIMESPEC_TV_NSEC_OFFSET,
               offsetof (struct timespec, tv_nsec));
+       DEFINE(IA64_TIME_SN_SPEC_SNSEC_OFFSET,
+              offsetof (struct time_sn_spec, snsec));
 
        DEFINE(CLONE_SETTLS_BIT, 19);
 #if CLONE_SETTLS != (1<<19)