Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
[linux-2.6-microblaze.git] / include / linux / smp_types.h
index 364b3ae..2e8461a 100644 (file)
@@ -61,6 +61,9 @@ struct __call_single_node {
                unsigned int    u_flags;
                atomic_t        a_flags;
        };
+#ifdef CONFIG_64BIT
+       u16 src, dst;
+#endif
 };
 
 #endif /* __LINUX_SMP_TYPES_H */