X-Git-Url: http://plrg.eecs.uci.edu/git/?a=blobdiff_plain;f=arch%2Fsparc%2Fkernel%2Fleon_smp.c;h=71e16f2241c25f916734285b7f97e2deb7bb2c59;hb=f9d1b5a31ab02208e29631756630739175cdaa02;hp=ea2bad306f9356d8e2803a61c09944360160edac;hpb=aeb8f932080d62cdc305a7ccca9d60de34908b30;p=firefly-linux-kernel-4.4.55.git diff --git a/arch/sparc/kernel/leon_smp.c b/arch/sparc/kernel/leon_smp.c index ea2bad306f93..71e16f2241c2 100644 --- a/arch/sparc/kernel/leon_smp.c +++ b/arch/sparc/kernel/leon_smp.c @@ -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);