Merge branch 'media_fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/mchehab...
[deliverable/linux.git] / kernel / taskstats.c
index 69691eb4b715da804555e04c79aa4ba44ec2bdd3..3971c6b9d58db668c029365a1120506dda3179d8 100644 (file)
@@ -348,7 +348,7 @@ static int parse(struct nlattr *na, struct cpumask *mask)
        return ret;
 }
 
-#ifdef CONFIG_IA64
+#if defined(CONFIG_64BIT) && !defined(CONFIG_HAVE_EFFICIENT_UNALIGNED_ACCESS)
 #define TASKSTATS_NEEDS_PADDING 1
 #endif
 
This page took 0.025225 seconds and 5 git commands to generate.