Sam Ravnborg | aba20a8 | 2011-01-28 22:08:20 +0000 | [diff] [blame] | 1 | /* |
| 2 | * sun4m SMP support. |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 3 | * |
| 4 | * Copyright (C) 1996 David S. Miller (davem@caip.rutgers.edu) |
| 5 | */ |
| 6 | |
Tkhai Kirill | 62f0828 | 2012-04-04 21:49:26 +0200 | [diff] [blame] | 7 | #include <linux/clockchips.h> |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 8 | #include <linux/interrupt.h> |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 9 | #include <linux/profile.h> |
Adrian Bunk | 6c81c32 | 2008-02-06 01:37:51 -0800 | [diff] [blame] | 10 | #include <linux/delay.h> |
David S. Miller | 5d83d66 | 2012-05-13 20:49:31 -0700 | [diff] [blame] | 11 | #include <linux/sched.h> |
Robert Reif | 4245e59 | 2008-10-12 20:52:26 -0700 | [diff] [blame] | 12 | #include <linux/cpu.h> |
Adrian Bunk | 6c81c32 | 2008-02-06 01:37:51 -0800 | [diff] [blame] | 13 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 14 | #include <asm/cacheflush.h> |
Sam Ravnborg | bde4d8b | 2012-03-30 15:53:50 +0200 | [diff] [blame] | 15 | #include <asm/switch_to.h> |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 16 | #include <asm/tlbflush.h> |
Tkhai Kirill | 62f0828 | 2012-04-04 21:49:26 +0200 | [diff] [blame] | 17 | #include <asm/timer.h> |
David S. Miller | 5d83d66 | 2012-05-13 20:49:31 -0700 | [diff] [blame] | 18 | #include <asm/oplib.h> |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 19 | |
Al Viro | 32231a6 | 2007-07-21 19:18:57 -0700 | [diff] [blame] | 20 | #include "irq.h" |
Sam Ravnborg | aba20a8 | 2011-01-28 22:08:20 +0000 | [diff] [blame] | 21 | #include "kernel.h" |
Al Viro | 32231a6 | 2007-07-21 19:18:57 -0700 | [diff] [blame] | 22 | |
Daniel Hellstrom | ecbc42b | 2011-05-02 00:08:53 +0000 | [diff] [blame] | 23 | #define IRQ_IPI_SINGLE 12 |
| 24 | #define IRQ_IPI_MASK 13 |
| 25 | #define IRQ_IPI_RESCHED 14 |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 26 | #define IRQ_CROSS_CALL 15 |
| 27 | |
Wu Fengguang | 1a8a27c | 2009-01-07 18:09:10 -0800 | [diff] [blame] | 28 | static inline unsigned long |
| 29 | swap_ulong(volatile unsigned long *ptr, unsigned long val) |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 30 | { |
| 31 | __asm__ __volatile__("swap [%1], %0\n\t" : |
| 32 | "=&r" (val), "=&r" (ptr) : |
| 33 | "0" (val), "1" (ptr)); |
| 34 | return val; |
| 35 | } |
| 36 | |
Bob Breuer | 92d452f | 2006-06-20 00:36:10 -0700 | [diff] [blame] | 37 | void __cpuinit smp4m_callin(void) |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 38 | { |
| 39 | int cpuid = hard_smp_processor_id(); |
| 40 | |
David S. Miller | 5d83d66 | 2012-05-13 20:49:31 -0700 | [diff] [blame] | 41 | local_ops->cache_all(); |
| 42 | local_ops->tlb_all(); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 43 | |
Manfred Spraul | e545a61 | 2008-09-07 16:57:22 +0200 | [diff] [blame] | 44 | notify_cpu_starting(cpuid); |
| 45 | |
Tkhai Kirill | 62f0828 | 2012-04-04 21:49:26 +0200 | [diff] [blame] | 46 | register_percpu_ce(cpuid); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 47 | |
| 48 | calibrate_delay(); |
| 49 | smp_store_cpu_info(cpuid); |
| 50 | |
David S. Miller | 5d83d66 | 2012-05-13 20:49:31 -0700 | [diff] [blame] | 51 | local_ops->cache_all(); |
| 52 | local_ops->tlb_all(); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 53 | |
| 54 | /* |
| 55 | * Unblock the master CPU _only_ when the scheduler state |
| 56 | * of all secondary CPUs will be up-to-date, so after |
| 57 | * the SMP initialization the master will be just allowed |
| 58 | * to call the scheduler code. |
| 59 | */ |
| 60 | /* Allow master to continue. */ |
Wu Fengguang | 1a8a27c | 2009-01-07 18:09:10 -0800 | [diff] [blame] | 61 | swap_ulong(&cpu_callin_map[cpuid], 1); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 62 | |
Bob Breuer | a54123e | 2006-03-23 22:36:19 -0800 | [diff] [blame] | 63 | /* XXX: What's up with all the flushes? */ |
David S. Miller | 5d83d66 | 2012-05-13 20:49:31 -0700 | [diff] [blame] | 64 | local_ops->cache_all(); |
| 65 | local_ops->tlb_all(); |
Sam Ravnborg | aba20a8 | 2011-01-28 22:08:20 +0000 | [diff] [blame] | 66 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 67 | /* Fix idle thread fields. */ |
| 68 | __asm__ __volatile__("ld [%0], %%g6\n\t" |
| 69 | : : "r" (¤t_set[cpuid]) |
| 70 | : "memory" /* paranoid */); |
| 71 | |
| 72 | /* Attach to the address space of init_task. */ |
| 73 | atomic_inc(&init_mm.mm_count); |
| 74 | current->active_mm = &init_mm; |
| 75 | |
KOSAKI Motohiro | fb1fece | 2011-05-16 13:38:07 -0700 | [diff] [blame] | 76 | while (!cpumask_test_cpu(cpuid, &smp_commenced_mask)) |
Bob Breuer | a54123e | 2006-03-23 22:36:19 -0800 | [diff] [blame] | 77 | mb(); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 78 | |
| 79 | local_irq_enable(); |
Bob Breuer | a54123e | 2006-03-23 22:36:19 -0800 | [diff] [blame] | 80 | |
Rusty Russell | fe73971 | 2009-03-16 14:40:22 +1030 | [diff] [blame] | 81 | set_cpu_online(cpuid, true); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 82 | } |
| 83 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 84 | /* |
| 85 | * Cycle through the processors asking the PROM to start each one. |
| 86 | */ |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 87 | void __init smp4m_boot_cpus(void) |
| 88 | { |
Tkhai Kirill | 62f0828 | 2012-04-04 21:49:26 +0200 | [diff] [blame] | 89 | sun4m_unmask_profile_irq(); |
David S. Miller | 5d83d66 | 2012-05-13 20:49:31 -0700 | [diff] [blame] | 90 | local_ops->cache_all(); |
Bob Breuer | a54123e | 2006-03-23 22:36:19 -0800 | [diff] [blame] | 91 | } |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 92 | |
Bob Breuer | 92d452f | 2006-06-20 00:36:10 -0700 | [diff] [blame] | 93 | int __cpuinit smp4m_boot_one_cpu(int i) |
Bob Breuer | a54123e | 2006-03-23 22:36:19 -0800 | [diff] [blame] | 94 | { |
Bob Breuer | a54123e | 2006-03-23 22:36:19 -0800 | [diff] [blame] | 95 | unsigned long *entry = &sun4m_cpu_startup; |
| 96 | struct task_struct *p; |
| 97 | int timeout; |
| 98 | int cpu_node; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 99 | |
Bob Breuer | a54123e | 2006-03-23 22:36:19 -0800 | [diff] [blame] | 100 | cpu_find_by_mid(i, &cpu_node); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 101 | |
Bob Breuer | a54123e | 2006-03-23 22:36:19 -0800 | [diff] [blame] | 102 | /* Cook up an idler for this guy. */ |
| 103 | p = fork_idle(i); |
| 104 | current_set[i] = task_thread_info(p); |
| 105 | /* See trampoline.S for details... */ |
Sam Ravnborg | aba20a8 | 2011-01-28 22:08:20 +0000 | [diff] [blame] | 106 | entry += ((i - 1) * 3); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 107 | |
Bob Breuer | a54123e | 2006-03-23 22:36:19 -0800 | [diff] [blame] | 108 | /* |
| 109 | * Initialize the contexts table |
| 110 | * Since the call to prom_startcpu() trashes the structure, |
| 111 | * we need to re-initialize it for each cpu |
| 112 | */ |
| 113 | smp_penguin_ctable.which_io = 0; |
| 114 | smp_penguin_ctable.phys_addr = (unsigned int) srmmu_ctx_table_phys; |
| 115 | smp_penguin_ctable.reg_size = 0; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 116 | |
Bob Breuer | a54123e | 2006-03-23 22:36:19 -0800 | [diff] [blame] | 117 | /* whirrr, whirrr, whirrrrrrrrr... */ |
Sam Ravnborg | aba20a8 | 2011-01-28 22:08:20 +0000 | [diff] [blame] | 118 | printk(KERN_INFO "Starting CPU %d at %p\n", i, entry); |
David S. Miller | 5d83d66 | 2012-05-13 20:49:31 -0700 | [diff] [blame] | 119 | local_ops->cache_all(); |
Sam Ravnborg | aba20a8 | 2011-01-28 22:08:20 +0000 | [diff] [blame] | 120 | prom_startcpu(cpu_node, &smp_penguin_ctable, 0, (char *)entry); |
Bob Breuer | a54123e | 2006-03-23 22:36:19 -0800 | [diff] [blame] | 121 | |
| 122 | /* wheee... it's going... */ |
Sam Ravnborg | aba20a8 | 2011-01-28 22:08:20 +0000 | [diff] [blame] | 123 | for (timeout = 0; timeout < 10000; timeout++) { |
| 124 | if (cpu_callin_map[i]) |
Bob Breuer | a54123e | 2006-03-23 22:36:19 -0800 | [diff] [blame] | 125 | break; |
| 126 | udelay(200); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 127 | } |
| 128 | |
Bob Breuer | a54123e | 2006-03-23 22:36:19 -0800 | [diff] [blame] | 129 | if (!(cpu_callin_map[i])) { |
Sam Ravnborg | aba20a8 | 2011-01-28 22:08:20 +0000 | [diff] [blame] | 130 | printk(KERN_ERR "Processor %d is stuck.\n", i); |
Bob Breuer | a54123e | 2006-03-23 22:36:19 -0800 | [diff] [blame] | 131 | return -ENODEV; |
| 132 | } |
| 133 | |
David S. Miller | 5d83d66 | 2012-05-13 20:49:31 -0700 | [diff] [blame] | 134 | local_ops->cache_all(); |
Bob Breuer | a54123e | 2006-03-23 22:36:19 -0800 | [diff] [blame] | 135 | return 0; |
| 136 | } |
| 137 | |
| 138 | void __init smp4m_smp_done(void) |
| 139 | { |
| 140 | int i, first; |
| 141 | int *prev; |
| 142 | |
| 143 | /* setup cpu list for irq rotation */ |
| 144 | first = 0; |
| 145 | prev = &first; |
Rusty Russell | ec7c14b | 2009-03-16 14:40:24 +1030 | [diff] [blame] | 146 | for_each_online_cpu(i) { |
| 147 | *prev = i; |
| 148 | prev = &cpu_data(i).next; |
Bob Breuer | a54123e | 2006-03-23 22:36:19 -0800 | [diff] [blame] | 149 | } |
| 150 | *prev = first; |
David S. Miller | 5d83d66 | 2012-05-13 20:49:31 -0700 | [diff] [blame] | 151 | local_ops->cache_all(); |
Bob Breuer | a54123e | 2006-03-23 22:36:19 -0800 | [diff] [blame] | 152 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 153 | /* Ok, they are spinning and ready to go. */ |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 154 | } |
| 155 | |
Sam Ravnborg | 4ba22b1 | 2012-05-14 15:14:36 +0200 | [diff] [blame^] | 156 | static void sun4m_send_ipi(int cpu, int level) |
Daniel Hellstrom | ecbc42b | 2011-05-02 00:08:53 +0000 | [diff] [blame] | 157 | { |
Sam Ravnborg | 4ba22b1 | 2012-05-14 15:14:36 +0200 | [diff] [blame^] | 158 | sbus_writel(SUN4M_SOFT_INT(level), &sun4m_irq_percpu[cpu]->set); |
Daniel Hellstrom | ecbc42b | 2011-05-02 00:08:53 +0000 | [diff] [blame] | 159 | } |
| 160 | |
Sam Ravnborg | 4ba22b1 | 2012-05-14 15:14:36 +0200 | [diff] [blame^] | 161 | static void sun4m_ipi_resched(int cpu) |
Daniel Hellstrom | ecbc42b | 2011-05-02 00:08:53 +0000 | [diff] [blame] | 162 | { |
Sam Ravnborg | 4ba22b1 | 2012-05-14 15:14:36 +0200 | [diff] [blame^] | 163 | sun4m_send_ipi(cpu, IRQ_IPI_RESCHED); |
Daniel Hellstrom | ecbc42b | 2011-05-02 00:08:53 +0000 | [diff] [blame] | 164 | } |
| 165 | |
Sam Ravnborg | 4ba22b1 | 2012-05-14 15:14:36 +0200 | [diff] [blame^] | 166 | static void sun4m_ipi_single(int cpu) |
Daniel Hellstrom | ecbc42b | 2011-05-02 00:08:53 +0000 | [diff] [blame] | 167 | { |
Sam Ravnborg | 4ba22b1 | 2012-05-14 15:14:36 +0200 | [diff] [blame^] | 168 | sun4m_send_ipi(cpu, IRQ_IPI_SINGLE); |
Daniel Hellstrom | ecbc42b | 2011-05-02 00:08:53 +0000 | [diff] [blame] | 169 | } |
| 170 | |
Sam Ravnborg | 4ba22b1 | 2012-05-14 15:14:36 +0200 | [diff] [blame^] | 171 | static void sun4m_ipi_mask_one(int cpu) |
Daniel Hellstrom | ecbc42b | 2011-05-02 00:08:53 +0000 | [diff] [blame] | 172 | { |
Sam Ravnborg | 4ba22b1 | 2012-05-14 15:14:36 +0200 | [diff] [blame^] | 173 | sun4m_send_ipi(cpu, IRQ_IPI_MASK); |
Daniel Hellstrom | ecbc42b | 2011-05-02 00:08:53 +0000 | [diff] [blame] | 174 | } |
| 175 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 176 | static struct smp_funcall { |
| 177 | smpfunc_t func; |
| 178 | unsigned long arg1; |
| 179 | unsigned long arg2; |
| 180 | unsigned long arg3; |
| 181 | unsigned long arg4; |
| 182 | unsigned long arg5; |
Bob Breuer | a54123e | 2006-03-23 22:36:19 -0800 | [diff] [blame] | 183 | unsigned long processors_in[SUN4M_NCPUS]; /* Set when ipi entered. */ |
| 184 | unsigned long processors_out[SUN4M_NCPUS]; /* Set when ipi exited. */ |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 185 | } ccall_info; |
| 186 | |
| 187 | static DEFINE_SPINLOCK(cross_call_lock); |
| 188 | |
| 189 | /* Cross calls must be serialized, at least currently. */ |
Sam Ravnborg | 4ba22b1 | 2012-05-14 15:14:36 +0200 | [diff] [blame^] | 190 | static void sun4m_cross_call(smpfunc_t func, cpumask_t mask, unsigned long arg1, |
Adrian Bunk | c61c65c | 2008-06-05 11:40:58 -0700 | [diff] [blame] | 191 | unsigned long arg2, unsigned long arg3, |
David S. Miller | 66e4f8c | 2008-08-27 20:03:22 -0700 | [diff] [blame] | 192 | unsigned long arg4) |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 193 | { |
Bob Breuer | a54123e | 2006-03-23 22:36:19 -0800 | [diff] [blame] | 194 | register int ncpus = SUN4M_NCPUS; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 195 | unsigned long flags; |
| 196 | |
| 197 | spin_lock_irqsave(&cross_call_lock, flags); |
| 198 | |
| 199 | /* Init function glue. */ |
| 200 | ccall_info.func = func; |
| 201 | ccall_info.arg1 = arg1; |
| 202 | ccall_info.arg2 = arg2; |
| 203 | ccall_info.arg3 = arg3; |
| 204 | ccall_info.arg4 = arg4; |
David S. Miller | 66e4f8c | 2008-08-27 20:03:22 -0700 | [diff] [blame] | 205 | ccall_info.arg5 = 0; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 206 | |
| 207 | /* Init receive/complete mapping, plus fire the IPI's off. */ |
| 208 | { |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 209 | register int i; |
| 210 | |
KOSAKI Motohiro | fb1fece | 2011-05-16 13:38:07 -0700 | [diff] [blame] | 211 | cpumask_clear_cpu(smp_processor_id(), &mask); |
| 212 | cpumask_and(&mask, cpu_online_mask, &mask); |
Sam Ravnborg | aba20a8 | 2011-01-28 22:08:20 +0000 | [diff] [blame] | 213 | for (i = 0; i < ncpus; i++) { |
KOSAKI Motohiro | fb1fece | 2011-05-16 13:38:07 -0700 | [diff] [blame] | 214 | if (cpumask_test_cpu(i, &mask)) { |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 215 | ccall_info.processors_in[i] = 0; |
| 216 | ccall_info.processors_out[i] = 0; |
Sam Ravnborg | 4ba22b1 | 2012-05-14 15:14:36 +0200 | [diff] [blame^] | 217 | sun4m_send_ipi(i, IRQ_CROSS_CALL); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 218 | } else { |
| 219 | ccall_info.processors_in[i] = 1; |
| 220 | ccall_info.processors_out[i] = 1; |
| 221 | } |
| 222 | } |
| 223 | } |
| 224 | |
| 225 | { |
| 226 | register int i; |
| 227 | |
| 228 | i = 0; |
| 229 | do { |
KOSAKI Motohiro | fb1fece | 2011-05-16 13:38:07 -0700 | [diff] [blame] | 230 | if (!cpumask_test_cpu(i, &mask)) |
David S. Miller | 66e4f8c | 2008-08-27 20:03:22 -0700 | [diff] [blame] | 231 | continue; |
Sam Ravnborg | aba20a8 | 2011-01-28 22:08:20 +0000 | [diff] [blame] | 232 | while (!ccall_info.processors_in[i]) |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 233 | barrier(); |
Sam Ravnborg | aba20a8 | 2011-01-28 22:08:20 +0000 | [diff] [blame] | 234 | } while (++i < ncpus); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 235 | |
| 236 | i = 0; |
| 237 | do { |
KOSAKI Motohiro | fb1fece | 2011-05-16 13:38:07 -0700 | [diff] [blame] | 238 | if (!cpumask_test_cpu(i, &mask)) |
David S. Miller | 66e4f8c | 2008-08-27 20:03:22 -0700 | [diff] [blame] | 239 | continue; |
Sam Ravnborg | aba20a8 | 2011-01-28 22:08:20 +0000 | [diff] [blame] | 240 | while (!ccall_info.processors_out[i]) |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 241 | barrier(); |
Sam Ravnborg | aba20a8 | 2011-01-28 22:08:20 +0000 | [diff] [blame] | 242 | } while (++i < ncpus); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 243 | } |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 244 | spin_unlock_irqrestore(&cross_call_lock, flags); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 245 | } |
| 246 | |
| 247 | /* Running cross calls. */ |
| 248 | void smp4m_cross_call_irq(void) |
| 249 | { |
| 250 | int i = smp_processor_id(); |
| 251 | |
| 252 | ccall_info.processors_in[i] = 1; |
| 253 | ccall_info.func(ccall_info.arg1, ccall_info.arg2, ccall_info.arg3, |
| 254 | ccall_info.arg4, ccall_info.arg5); |
| 255 | ccall_info.processors_out[i] = 1; |
| 256 | } |
| 257 | |
| 258 | void smp4m_percpu_timer_interrupt(struct pt_regs *regs) |
| 259 | { |
Al Viro | 0d84438 | 2006-10-08 14:30:44 +0100 | [diff] [blame] | 260 | struct pt_regs *old_regs; |
Tkhai Kirill | 62f0828 | 2012-04-04 21:49:26 +0200 | [diff] [blame] | 261 | struct clock_event_device *ce; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 262 | int cpu = smp_processor_id(); |
| 263 | |
Al Viro | 0d84438 | 2006-10-08 14:30:44 +0100 | [diff] [blame] | 264 | old_regs = set_irq_regs(regs); |
| 265 | |
Tkhai Kirill | 62f0828 | 2012-04-04 21:49:26 +0200 | [diff] [blame] | 266 | ce = &per_cpu(sparc32_clockevent, cpu); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 267 | |
Tkhai Kirill | 62f0828 | 2012-04-04 21:49:26 +0200 | [diff] [blame] | 268 | if (ce->mode & CLOCK_EVT_MODE_PERIODIC) |
| 269 | sun4m_clear_profile_irq(cpu); |
| 270 | else |
| 271 | load_profile_irq(cpu, 0); /* Is this needless? */ |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 272 | |
Tkhai Kirill | 62f0828 | 2012-04-04 21:49:26 +0200 | [diff] [blame] | 273 | irq_enter(); |
| 274 | ce->event_handler(ce); |
| 275 | irq_exit(); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 276 | |
Al Viro | 0d84438 | 2006-10-08 14:30:44 +0100 | [diff] [blame] | 277 | set_irq_regs(old_regs); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 278 | } |
| 279 | |
Sam Ravnborg | 4ba22b1 | 2012-05-14 15:14:36 +0200 | [diff] [blame^] | 280 | static const struct sparc32_ipi_ops sun4m_ipi_ops = { |
| 281 | .cross_call = sun4m_cross_call, |
| 282 | .resched = sun4m_ipi_resched, |
| 283 | .single = sun4m_ipi_single, |
| 284 | .mask_one = sun4m_ipi_mask_one, |
| 285 | }; |
| 286 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 287 | void __init sun4m_init_smp(void) |
| 288 | { |
Sam Ravnborg | 4ba22b1 | 2012-05-14 15:14:36 +0200 | [diff] [blame^] | 289 | sparc32_ipi_ops = &sun4m_ipi_ops; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 290 | } |