diff options
-rw-r--r-- | arch/sparc/kernel/leon_smp.c | 2 |
1 files changed, 1 insertions, 1 deletions
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 { | |||
368 | unsigned long arg5; | 368 | unsigned long arg5; |
369 | unsigned long processors_in[NR_CPUS]; /* Set when ipi entered. */ | 369 | unsigned long processors_in[NR_CPUS]; /* Set when ipi entered. */ |
370 | unsigned long processors_out[NR_CPUS]; /* Set when ipi exited. */ | 370 | unsigned long processors_out[NR_CPUS]; /* Set when ipi exited. */ |
371 | } ccall_info; | 371 | } ccall_info __attribute__((aligned(8))); |
372 | 372 | ||
373 | static DEFINE_SPINLOCK(cross_call_lock); | 373 | static DEFINE_SPINLOCK(cross_call_lock); |
374 | 374 | ||