|
@@ -368,7 +368,7 @@ static struct smp_funcall {
|
|
unsigned long arg5;
|
|
unsigned long arg5;
|
|
unsigned long processors_in[NR_CPUS]; /* Set when ipi entered. */
|
|
unsigned long processors_in[NR_CPUS]; /* Set when ipi entered. */
|
|
unsigned long processors_out[NR_CPUS]; /* Set when ipi exited. */
|
|
unsigned long processors_out[NR_CPUS]; /* Set when ipi exited. */
|
|
-} ccall_info;
|
|
|
|
|
|
+} ccall_info __attribute__((aligned(8)));
|
|
|
|
|
|
static DEFINE_SPINLOCK(cross_call_lock);
|
|
static DEFINE_SPINLOCK(cross_call_lock);
|
|
|
|
|