diff options
Diffstat (limited to 'arch/ppc64/kernel/smp.c')
-rw-r--r-- | arch/ppc64/kernel/smp.c | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/arch/ppc64/kernel/smp.c b/arch/ppc64/kernel/smp.c index 192e3239fadc..017c12919832 100644 --- a/arch/ppc64/kernel/smp.c +++ b/arch/ppc64/kernel/smp.c | |||
@@ -105,21 +105,6 @@ void __devinit smp_generic_kick_cpu(int nr) | |||
105 | 105 | ||
106 | #endif /* CONFIG_MPIC */ | 106 | #endif /* CONFIG_MPIC */ |
107 | 107 | ||
108 | static void __init smp_space_timers(unsigned int max_cpus) | ||
109 | { | ||
110 | int i; | ||
111 | unsigned long offset = tb_ticks_per_jiffy / max_cpus; | ||
112 | unsigned long previous_tb = paca[boot_cpuid].next_jiffy_update_tb; | ||
113 | |||
114 | for_each_cpu(i) { | ||
115 | if (i != boot_cpuid) { | ||
116 | paca[i].next_jiffy_update_tb = | ||
117 | previous_tb + offset; | ||
118 | previous_tb = paca[i].next_jiffy_update_tb; | ||
119 | } | ||
120 | } | ||
121 | } | ||
122 | |||
123 | void smp_message_recv(int msg, struct pt_regs *regs) | 108 | void smp_message_recv(int msg, struct pt_regs *regs) |
124 | { | 109 | { |
125 | switch(msg) { | 110 | switch(msg) { |