Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dledford/rdma
[firefly-linux-kernel-4.4.55.git] / arch / sparc / kernel / leon_smp.c
index ea2bad306f9356d8e2803a61c09944360160edac..71e16f2241c25f916734285b7f97e2deb7bb2c59 100644 (file)
@@ -368,7 +368,7 @@ static struct smp_funcall {
        unsigned long arg5;
        unsigned long processors_in[NR_CPUS];   /* Set when ipi entered. */
        unsigned long processors_out[NR_CPUS];  /* Set when ipi exited. */
-} ccall_info;
+} ccall_info __attribute__((aligned(8)));
 
 static DEFINE_SPINLOCK(cross_call_lock);