diff options
Diffstat (limited to 'arch/ia64/kernel/smp.c')
| -rw-r--r-- | arch/ia64/kernel/smp.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/arch/ia64/kernel/smp.c b/arch/ia64/kernel/smp.c index f0c521b0ba4..93ebfea43c6 100644 --- a/arch/ia64/kernel/smp.c +++ b/arch/ia64/kernel/smp.c | |||
| @@ -58,7 +58,8 @@ static struct local_tlb_flush_counts { | |||
| 58 | unsigned int count; | 58 | unsigned int count; |
| 59 | } __attribute__((__aligned__(32))) local_tlb_flush_counts[NR_CPUS]; | 59 | } __attribute__((__aligned__(32))) local_tlb_flush_counts[NR_CPUS]; |
| 60 | 60 | ||
| 61 | static DEFINE_PER_CPU(unsigned short, shadow_flush_counts[NR_CPUS]) ____cacheline_aligned; | 61 | static DEFINE_PER_CPU_SHARED_ALIGNED(unsigned short [NR_CPUS], |
| 62 | shadow_flush_counts); | ||
| 62 | 63 | ||
| 63 | #define IPI_CALL_FUNC 0 | 64 | #define IPI_CALL_FUNC 0 |
| 64 | #define IPI_CPU_STOP 1 | 65 | #define IPI_CPU_STOP 1 |
