blob: 8317401170b86845d3346251c3d44ef150830c05 [file] [log] [blame]
Linus Torvalds1da177e2005-04-16 15:20:36 -07001/*
2 * Local APIC handling, local APIC timers
3 *
4 * (c) 1999, 2000 Ingo Molnar <mingo@redhat.com>
5 *
6 * Fixes
7 * Maciej W. Rozycki : Bits for genuine 82489DX APICs;
8 * thanks to Eric Gilmore
9 * and Rolf G. Tews
10 * for testing these extensively.
11 * Maciej W. Rozycki : Various updates and fixes.
12 * Mikael Pettersson : Power Management for UP-APIC.
13 * Pavel Machek and
14 * Mikael Pettersson : PM converted to driver model.
15 */
16
Linus Torvalds1da177e2005-04-16 15:20:36 -070017#include <linux/init.h>
18
19#include <linux/mm.h>
Linus Torvalds1da177e2005-04-16 15:20:36 -070020#include <linux/delay.h>
21#include <linux/bootmem.h>
Linus Torvalds1da177e2005-04-16 15:20:36 -070022#include <linux/interrupt.h>
23#include <linux/mc146818rtc.h>
24#include <linux/kernel_stat.h>
25#include <linux/sysdev.h>
Zwane Mwaikambof3705132005-06-25 14:54:50 -070026#include <linux/cpu.h>
Thomas Gleixnere9e2cdb2007-02-16 01:28:04 -080027#include <linux/clockchips.h>
Thomas Gleixnerd36b49b2007-02-16 01:28:06 -080028#include <linux/acpi_pmtmr.h>
Venkatesh Pallipadi6eb0a0f2006-01-11 22:44:21 +010029#include <linux/module.h>
Thomas Gleixnerad62ca22007-03-22 00:11:21 -080030#include <linux/dmi.h>
Linus Torvalds1da177e2005-04-16 15:20:36 -070031
32#include <asm/atomic.h>
33#include <asm/smp.h>
34#include <asm/mtrr.h>
35#include <asm/mpspec.h>
36#include <asm/desc.h>
37#include <asm/arch_hooks.h>
38#include <asm/hpet.h>
Ingo Molnar306e4402005-06-30 02:58:55 -070039#include <asm/i8253.h>
Don Zickus3e4ff112006-06-26 13:57:01 +020040#include <asm/nmi.h>
Linus Torvalds1da177e2005-04-16 15:20:36 -070041
42#include <mach_apic.h>
Jesper Juhl382dbd02006-03-23 02:59:49 -080043#include <mach_apicdef.h>
Venkatesh Pallipadi6eb0a0f2006-01-11 22:44:21 +010044#include <mach_ipi.h>
Linus Torvalds1da177e2005-04-16 15:20:36 -070045
Linus Torvalds1da177e2005-04-16 15:20:36 -070046/*
Thomas Gleixnere05d7232007-02-16 01:27:58 -080047 * Sanity check
48 */
Hiroshi Shimamotoff8a03a2008-01-30 13:32:36 +010049#if ((SPURIOUS_APIC_VECTOR & 0x0F) != 0x0F)
Thomas Gleixnere05d7232007-02-16 01:27:58 -080050# error SPURIOUS_APIC_VECTOR definition error
51#endif
52
Alexey Starikovskiy8f6e2ca2008-03-27 23:54:38 +030053unsigned long mp_lapic_addr;
54
Alexey Starikovskiyacff5a72008-03-27 23:55:16 +030055DEFINE_PER_CPU(u16, x86_bios_cpu_apicid) = BAD_APICID;
56EXPORT_PER_CPU_SYMBOL(x86_bios_cpu_apicid);
57
Thomas Gleixnere05d7232007-02-16 01:27:58 -080058/*
Eric W. Biederman9635b472005-06-25 14:57:41 -070059 * Knob to control our willingness to enable the local APIC.
Thomas Gleixnere05d7232007-02-16 01:27:58 -080060 *
61 * -1=force-disable, +1=force-enable
Eric W. Biederman9635b472005-06-25 14:57:41 -070062 */
Hiroshi Shimamotoff8a03a2008-01-30 13:32:36 +010063static int enable_local_apic __initdata;
Eric W. Biederman9635b472005-06-25 14:57:41 -070064
Thomas Gleixnerd36b49b2007-02-16 01:28:06 -080065/* Local APIC timer verification ok */
66static int local_apic_timer_verify_ok;
Andi Kleend3f7eae2007-08-10 22:31:07 +020067/* Disable local APIC timer from the kernel commandline or via dmi quirk
68 or using CPU MSR check */
69int local_apic_timer_disabled;
Thomas Gleixnere585bef2007-03-23 16:08:01 +010070/* Local APIC timer works in C2 */
71int local_apic_timer_c2_ok;
72EXPORT_SYMBOL_GPL(local_apic_timer_c2_ok);
Thomas Gleixnere9e2cdb2007-02-16 01:28:04 -080073
Eric W. Biederman9635b472005-06-25 14:57:41 -070074/*
Thomas Gleixnere05d7232007-02-16 01:27:58 -080075 * Debug level, exported for io_apic.c
Linus Torvalds1da177e2005-04-16 15:20:36 -070076 */
77int apic_verbosity;
78
Thomas Gleixnere9e2cdb2007-02-16 01:28:04 -080079static unsigned int calibration_result;
80
81static int lapic_next_event(unsigned long delta,
82 struct clock_event_device *evt);
83static void lapic_timer_setup(enum clock_event_mode mode,
84 struct clock_event_device *evt);
85static void lapic_timer_broadcast(cpumask_t mask);
Linus Torvalds1da177e2005-04-16 15:20:36 -070086static void apic_pm_activate(void);
87
Thomas Gleixnere9e2cdb2007-02-16 01:28:04 -080088/*
89 * The local apic timer can be used for any function which is CPU local.
90 */
91static struct clock_event_device lapic_clockevent = {
92 .name = "lapic",
93 .features = CLOCK_EVT_FEAT_PERIODIC | CLOCK_EVT_FEAT_ONESHOT
Thomas Gleixnerd36b49b2007-02-16 01:28:06 -080094 | CLOCK_EVT_FEAT_C3STOP | CLOCK_EVT_FEAT_DUMMY,
Thomas Gleixnere9e2cdb2007-02-16 01:28:04 -080095 .shift = 32,
96 .set_mode = lapic_timer_setup,
97 .set_next_event = lapic_next_event,
98 .broadcast = lapic_timer_broadcast,
99 .rating = 100,
100 .irq = -1,
101};
102static DEFINE_PER_CPU(struct clock_event_device, lapic_events);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700103
Thomas Gleixnere05d7232007-02-16 01:27:58 -0800104/* Local APIC was disabled by the BIOS and enabled by the kernel */
Linus Torvalds1da177e2005-04-16 15:20:36 -0700105static int enabled_via_apicbase;
106
Andi Kleend3432892008-01-30 13:33:17 +0100107static unsigned long apic_phys;
108
Thomas Gleixnere05d7232007-02-16 01:27:58 -0800109/*
110 * Get the LAPIC version
111 */
112static inline int lapic_get_version(void)
113{
114 return GET_APIC_VERSION(apic_read(APIC_LVR));
115}
116
117/*
Joe Perchesab4a5742008-01-30 13:31:42 +0100118 * Check, if the APIC is integrated or a separate chip
Thomas Gleixnere05d7232007-02-16 01:27:58 -0800119 */
120static inline int lapic_is_integrated(void)
121{
122 return APIC_INTEGRATED(lapic_get_version());
123}
124
125/*
126 * Check, whether this is a modern or a first generation APIC
127 */
128static int modern_apic(void)
129{
130 /* AMD systems use old APIC versions, so check the CPU */
131 if (boot_cpu_data.x86_vendor == X86_VENDOR_AMD &&
132 boot_cpu_data.x86 >= 0xf)
133 return 1;
134 return lapic_get_version() >= 0x14;
135}
136
Fernando Luis VazquezCaof2b218d2007-05-02 19:27:17 +0200137void apic_wait_icr_idle(void)
138{
139 while (apic_read(APIC_ICR) & APIC_ICR_BUSY)
140 cpu_relax();
141}
142
Thomas Gleixner42e0a9a2008-01-30 13:30:15 +0100143u32 safe_apic_wait_icr_idle(void)
Fernando Luis VazquezCaof2b218d2007-05-02 19:27:17 +0200144{
Thomas Gleixner42e0a9a2008-01-30 13:30:15 +0100145 u32 send_status;
Fernando Luis VazquezCaof2b218d2007-05-02 19:27:17 +0200146 int timeout;
147
148 timeout = 0;
149 do {
150 send_status = apic_read(APIC_ICR) & APIC_ICR_BUSY;
151 if (!send_status)
152 break;
153 udelay(100);
154 } while (timeout++ < 1000);
155
156 return send_status;
157}
158
Thomas Gleixnere05d7232007-02-16 01:27:58 -0800159/**
160 * enable_NMI_through_LVT0 - enable NMI through local vector table 0
161 */
Jan Beuliche9427102008-01-30 13:31:24 +0100162void __cpuinit enable_NMI_through_LVT0(void)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700163{
Thomas Gleixnere05d7232007-02-16 01:27:58 -0800164 unsigned int v = APIC_DM_NMI;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700165
Thomas Gleixnere05d7232007-02-16 01:27:58 -0800166 /* Level triggered for 82489DX */
167 if (!lapic_is_integrated())
Linus Torvalds1da177e2005-04-16 15:20:36 -0700168 v |= APIC_LVT_LEVEL_TRIGGER;
169 apic_write_around(APIC_LVT0, v);
170}
171
Thomas Gleixnere05d7232007-02-16 01:27:58 -0800172/**
173 * get_physical_broadcast - Get number of physical broadcast IDs
174 */
Linus Torvalds1da177e2005-04-16 15:20:36 -0700175int get_physical_broadcast(void)
176{
Thomas Gleixnere05d7232007-02-16 01:27:58 -0800177 return modern_apic() ? 0xff : 0xf;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700178}
179
Thomas Gleixnere05d7232007-02-16 01:27:58 -0800180/**
181 * lapic_get_maxlvt - get the maximum number of local vector table entries
182 */
183int lapic_get_maxlvt(void)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700184{
Thomas Gleixnere05d7232007-02-16 01:27:58 -0800185 unsigned int v = apic_read(APIC_LVR);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700186
Linus Torvalds1da177e2005-04-16 15:20:36 -0700187 /* 82489DXs do not report # of LVT entries. */
Thomas Gleixnere05d7232007-02-16 01:27:58 -0800188 return APIC_INTEGRATED(GET_APIC_VERSION(v)) ? GET_APIC_MAXLVT(v) : 2;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700189}
190
191/*
Thomas Gleixnere05d7232007-02-16 01:27:58 -0800192 * Local APIC timer
Linus Torvalds1da177e2005-04-16 15:20:36 -0700193 */
Linus Torvalds1da177e2005-04-16 15:20:36 -0700194
Thomas Gleixnerd36b49b2007-02-16 01:28:06 -0800195/* Clock divisor is set to 16 */
196#define APIC_DIVISOR 16
Linus Torvalds1da177e2005-04-16 15:20:36 -0700197
198/*
199 * This function sets up the local APIC timer, with a timeout of
200 * 'clocks' APIC bus clock. During calibration we actually call
201 * this function twice on the boot CPU, once with a bogus timeout
202 * value, second time for real. The other (noncalibrating) CPUs
203 * call this function only once, with the real, calibrated value.
204 *
205 * We do reads before writes even if unnecessary, to get around the
206 * P5 APIC double write bug.
207 */
Thomas Gleixnere9e2cdb2007-02-16 01:28:04 -0800208static void __setup_APIC_LVTT(unsigned int clocks, int oneshot, int irqen)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700209{
Thomas Gleixnere05d7232007-02-16 01:27:58 -0800210 unsigned int lvtt_value, tmp_value;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700211
Thomas Gleixnere9e2cdb2007-02-16 01:28:04 -0800212 lvtt_value = LOCAL_TIMER_VECTOR;
213 if (!oneshot)
214 lvtt_value |= APIC_LVT_TIMER_PERIODIC;
Thomas Gleixnere05d7232007-02-16 01:27:58 -0800215 if (!lapic_is_integrated())
Linus Torvalds1da177e2005-04-16 15:20:36 -0700216 lvtt_value |= SET_APIC_TIMER_BASE(APIC_TIMER_BASE_DIV);
Venkatesh Pallipadi6eb0a0f2006-01-11 22:44:21 +0100217
Thomas Gleixnere9e2cdb2007-02-16 01:28:04 -0800218 if (!irqen)
Venkatesh Pallipadi6eb0a0f2006-01-11 22:44:21 +0100219 lvtt_value |= APIC_LVT_MASKED;
220
Linus Torvalds1da177e2005-04-16 15:20:36 -0700221 apic_write_around(APIC_LVTT, lvtt_value);
222
223 /*
224 * Divide PICLK by 16
225 */
226 tmp_value = apic_read(APIC_TDCR);
227 apic_write_around(APIC_TDCR, (tmp_value
228 & ~(APIC_TDR_DIV_1 | APIC_TDR_DIV_TMBASE))
229 | APIC_TDR_DIV_16);
230
Thomas Gleixnere9e2cdb2007-02-16 01:28:04 -0800231 if (!oneshot)
232 apic_write_around(APIC_TMICT, clocks/APIC_DIVISOR);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700233}
234
Thomas Gleixnere9e2cdb2007-02-16 01:28:04 -0800235/*
236 * Program the next event, relative to now
237 */
238static int lapic_next_event(unsigned long delta,
239 struct clock_event_device *evt)
240{
241 apic_write_around(APIC_TMICT, delta);
242 return 0;
243}
244
245/*
246 * Setup the lapic timer in periodic or oneshot mode
247 */
248static void lapic_timer_setup(enum clock_event_mode mode,
249 struct clock_event_device *evt)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700250{
251 unsigned long flags;
Thomas Gleixnere9e2cdb2007-02-16 01:28:04 -0800252 unsigned int v;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700253
Thomas Gleixnerd36b49b2007-02-16 01:28:06 -0800254 /* Lapic used for broadcast ? */
255 if (!local_apic_timer_verify_ok)
256 return;
257
Linus Torvalds1da177e2005-04-16 15:20:36 -0700258 local_irq_save(flags);
259
Thomas Gleixnere9e2cdb2007-02-16 01:28:04 -0800260 switch (mode) {
261 case CLOCK_EVT_MODE_PERIODIC:
262 case CLOCK_EVT_MODE_ONESHOT:
263 __setup_APIC_LVTT(calibration_result,
264 mode != CLOCK_EVT_MODE_PERIODIC, 1);
265 break;
266 case CLOCK_EVT_MODE_UNUSED:
267 case CLOCK_EVT_MODE_SHUTDOWN:
268 v = apic_read(APIC_LVTT);
269 v |= (APIC_LVT_MASKED | LOCAL_TIMER_VECTOR);
270 apic_write_around(APIC_LVTT, v);
271 break;
Thomas Gleixner18de5bc2007-07-21 04:37:34 -0700272 case CLOCK_EVT_MODE_RESUME:
273 /* Nothing to do here */
274 break;
Thomas Gleixnere9e2cdb2007-02-16 01:28:04 -0800275 }
Linus Torvalds1da177e2005-04-16 15:20:36 -0700276
277 local_irq_restore(flags);
278}
279
280/*
Thomas Gleixnere9e2cdb2007-02-16 01:28:04 -0800281 * Local APIC timer broadcast function
282 */
283static void lapic_timer_broadcast(cpumask_t mask)
284{
285#ifdef CONFIG_SMP
286 send_IPI_mask(mask, LOCAL_TIMER_VECTOR);
287#endif
288}
289
290/*
291 * Setup the local APIC timer for this CPU. Copy the initilized values
292 * of the boot CPU and register the clock event in the framework.
293 */
294static void __devinit setup_APIC_timer(void)
295{
296 struct clock_event_device *levt = &__get_cpu_var(lapic_events);
297
298 memcpy(levt, &lapic_clockevent, sizeof(*levt));
299 levt->cpumask = cpumask_of_cpu(smp_processor_id());
300
301 clockevents_register_device(levt);
302}
303
304/*
Thomas Gleixnerd36b49b2007-02-16 01:28:06 -0800305 * In this functions we calibrate APIC bus clocks to the external timer.
Linus Torvalds1da177e2005-04-16 15:20:36 -0700306 *
Thomas Gleixnerd36b49b2007-02-16 01:28:06 -0800307 * We want to do the calibration only once since we want to have local timer
308 * irqs syncron. CPUs connected by the same APIC bus have the very same bus
309 * frequency.
Thomas Gleixnere9e2cdb2007-02-16 01:28:04 -0800310 *
Thomas Gleixnerd36b49b2007-02-16 01:28:06 -0800311 * This was previously done by reading the PIT/HPET and waiting for a wrap
312 * around to find out, that a tick has elapsed. I have a box, where the PIT
313 * readout is broken, so it never gets out of the wait loop again. This was
314 * also reported by others.
315 *
316 * Monitoring the jiffies value is inaccurate and the clockevents
317 * infrastructure allows us to do a simple substitution of the interrupt
318 * handler.
319 *
320 * The calibration routine also uses the pm_timer when possible, as the PIT
321 * happens to run way too slow (factor 2.3 on my VAIO CoreDuo, which goes
322 * back to normal later in the boot process).
Linus Torvalds1da177e2005-04-16 15:20:36 -0700323 */
324
Thomas Gleixnerd36b49b2007-02-16 01:28:06 -0800325#define LAPIC_CAL_LOOPS (HZ/10)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700326
Thomas Gleixnerf5352fd2007-07-21 17:11:32 +0200327static __initdata int lapic_cal_loops = -1;
Thomas Gleixnerd36b49b2007-02-16 01:28:06 -0800328static __initdata long lapic_cal_t1, lapic_cal_t2;
329static __initdata unsigned long long lapic_cal_tsc1, lapic_cal_tsc2;
330static __initdata unsigned long lapic_cal_pm1, lapic_cal_pm2;
331static __initdata unsigned long lapic_cal_j1, lapic_cal_j2;
332
333/*
334 * Temporary interrupt handler.
335 */
336static void __init lapic_cal_handler(struct clock_event_device *dev)
337{
338 unsigned long long tsc = 0;
339 long tapic = apic_read(APIC_TMCCT);
340 unsigned long pm = acpi_pm_read_early();
341
342 if (cpu_has_tsc)
343 rdtscll(tsc);
344
345 switch (lapic_cal_loops++) {
346 case 0:
347 lapic_cal_t1 = tapic;
348 lapic_cal_tsc1 = tsc;
349 lapic_cal_pm1 = pm;
350 lapic_cal_j1 = jiffies;
351 break;
352
353 case LAPIC_CAL_LOOPS:
354 lapic_cal_t2 = tapic;
355 lapic_cal_tsc2 = tsc;
356 if (pm < lapic_cal_pm1)
357 pm += ACPI_PM_OVRRUN;
358 lapic_cal_pm2 = pm;
359 lapic_cal_j2 = jiffies;
360 break;
361 }
362}
363
364/*
365 * Setup the boot APIC
366 *
367 * Calibrate and verify the result.
368 */
369void __init setup_boot_APIC_clock(void)
370{
371 struct clock_event_device *levt = &__get_cpu_var(lapic_events);
372 const long pm_100ms = PMTMR_TICKS_PER_SEC/10;
373 const long pm_thresh = pm_100ms/100;
374 void (*real_handler)(struct clock_event_device *dev);
375 unsigned long deltaj;
376 long delta, deltapm;
Thomas Gleixnerca1b9402007-03-18 01:26:13 -0800377 int pm_referenced = 0;
Thomas Gleixnerd36b49b2007-02-16 01:28:06 -0800378
Thomas Gleixnerad62ca22007-03-22 00:11:21 -0800379 /*
380 * The local apic timer can be disabled via the kernel
Andi Kleend3f7eae2007-08-10 22:31:07 +0200381 * commandline or from the CPU detection code. Register the lapic
Thomas Gleixnerad62ca22007-03-22 00:11:21 -0800382 * timer as a dummy clock event source on SMP systems, so the
383 * broadcast mechanism is used. On UP systems simply ignore it.
384 */
385 if (local_apic_timer_disabled) {
386 /* No broadcast on UP ! */
Thomas Gleixner9d099512008-01-30 13:33:04 +0100387 if (num_possible_cpus() > 1) {
388 lapic_clockevent.mult = 1;
Thomas Gleixnerad62ca22007-03-22 00:11:21 -0800389 setup_APIC_timer();
Thomas Gleixner9d099512008-01-30 13:33:04 +0100390 }
Thomas Gleixnerad62ca22007-03-22 00:11:21 -0800391 return;
392 }
393
Thomas Gleixnerd36b49b2007-02-16 01:28:06 -0800394 apic_printk(APIC_VERBOSE, "Using local APIC timer interrupts.\n"
395 "calibrating APIC timer ...\n");
396
397 local_irq_disable();
398
399 /* Replace the global interrupt handler */
400 real_handler = global_clock_event->event_handler;
401 global_clock_event->event_handler = lapic_cal_handler;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700402
403 /*
Thomas Gleixnerd36b49b2007-02-16 01:28:06 -0800404 * Setup the APIC counter to 1e9. There is no way the lapic
405 * can underflow in the 100ms detection time frame
Linus Torvalds1da177e2005-04-16 15:20:36 -0700406 */
Thomas Gleixnere9e2cdb2007-02-16 01:28:04 -0800407 __setup_APIC_LVTT(1000000000, 0, 0);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700408
Thomas Gleixnerd36b49b2007-02-16 01:28:06 -0800409 /* Let the interrupts run */
410 local_irq_enable();
Linus Torvalds1da177e2005-04-16 15:20:36 -0700411
Thomas Gleixnerca1b9402007-03-18 01:26:13 -0800412 while (lapic_cal_loops <= LAPIC_CAL_LOOPS)
413 cpu_relax();
Linus Torvalds1da177e2005-04-16 15:20:36 -0700414
Thomas Gleixnerd36b49b2007-02-16 01:28:06 -0800415 local_irq_disable();
Linus Torvalds1da177e2005-04-16 15:20:36 -0700416
Thomas Gleixnerd36b49b2007-02-16 01:28:06 -0800417 /* Restore the real event handler */
418 global_clock_event->event_handler = real_handler;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700419
Thomas Gleixnerd36b49b2007-02-16 01:28:06 -0800420 /* Build delta t1-t2 as apic timer counts down */
421 delta = lapic_cal_t1 - lapic_cal_t2;
422 apic_printk(APIC_VERBOSE, "... lapic delta = %ld\n", delta);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700423
Thomas Gleixnerd36b49b2007-02-16 01:28:06 -0800424 /* Check, if the PM timer is available */
425 deltapm = lapic_cal_pm2 - lapic_cal_pm1;
426 apic_printk(APIC_VERBOSE, "... PM timer delta = %ld\n", deltapm);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700427
Thomas Gleixnerd36b49b2007-02-16 01:28:06 -0800428 if (deltapm) {
429 unsigned long mult;
430 u64 res;
431
432 mult = clocksource_hz2mult(PMTMR_TICKS_PER_SEC, 22);
433
434 if (deltapm > (pm_100ms - pm_thresh) &&
435 deltapm < (pm_100ms + pm_thresh)) {
436 apic_printk(APIC_VERBOSE, "... PM timer result ok\n");
437 } else {
438 res = (((u64) deltapm) * mult) >> 22;
439 do_div(res, 1000000);
440 printk(KERN_WARNING "APIC calibration not consistent "
441 "with PM Timer: %ldms instead of 100ms\n",
442 (long)res);
443 /* Correct the lapic counter value */
Hiroshi Shimamotoff8a03a2008-01-30 13:32:36 +0100444 res = (((u64) delta) * pm_100ms);
Thomas Gleixnerd36b49b2007-02-16 01:28:06 -0800445 do_div(res, deltapm);
446 printk(KERN_INFO "APIC delta adjusted to PM-Timer: "
447 "%lu (%ld)\n", (unsigned long) res, delta);
448 delta = (long) res;
449 }
Thomas Gleixnerca1b9402007-03-18 01:26:13 -0800450 pm_referenced = 1;
Thomas Gleixnerd36b49b2007-02-16 01:28:06 -0800451 }
Linus Torvalds1da177e2005-04-16 15:20:36 -0700452
Thomas Gleixnere9e2cdb2007-02-16 01:28:04 -0800453 /* Calculate the scaled math multiplication factor */
Thomas Gleixnerd36b49b2007-02-16 01:28:06 -0800454 lapic_clockevent.mult = div_sc(delta, TICK_NSEC * LAPIC_CAL_LOOPS, 32);
Thomas Gleixnere9e2cdb2007-02-16 01:28:04 -0800455 lapic_clockevent.max_delta_ns =
456 clockevent_delta2ns(0x7FFFFF, &lapic_clockevent);
457 lapic_clockevent.min_delta_ns =
458 clockevent_delta2ns(0xF, &lapic_clockevent);
459
Thomas Gleixnerd36b49b2007-02-16 01:28:06 -0800460 calibration_result = (delta * APIC_DIVISOR) / LAPIC_CAL_LOOPS;
Thomas Gleixnere9e2cdb2007-02-16 01:28:04 -0800461
Thomas Gleixnerd36b49b2007-02-16 01:28:06 -0800462 apic_printk(APIC_VERBOSE, "..... delta %ld\n", delta);
463 apic_printk(APIC_VERBOSE, "..... mult: %ld\n", lapic_clockevent.mult);
464 apic_printk(APIC_VERBOSE, "..... calibration result: %u\n",
465 calibration_result);
466
467 if (cpu_has_tsc) {
468 delta = (long)(lapic_cal_tsc2 - lapic_cal_tsc1);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700469 apic_printk(APIC_VERBOSE, "..... CPU clock speed is "
Thomas Gleixnerd36b49b2007-02-16 01:28:06 -0800470 "%ld.%04ld MHz.\n",
471 (delta / LAPIC_CAL_LOOPS) / (1000000 / HZ),
472 (delta / LAPIC_CAL_LOOPS) % (1000000 / HZ));
473 }
Linus Torvalds1da177e2005-04-16 15:20:36 -0700474
475 apic_printk(APIC_VERBOSE, "..... host bus clock speed is "
Thomas Gleixnerd36b49b2007-02-16 01:28:06 -0800476 "%u.%04u MHz.\n",
477 calibration_result / (1000000 / HZ),
478 calibration_result % (1000000 / HZ));
Linus Torvalds1da177e2005-04-16 15:20:36 -0700479
Thomas Gleixnerd36b49b2007-02-16 01:28:06 -0800480 local_apic_timer_verify_ok = 1;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700481
Thomas Gleixnerc2b84b32008-01-30 13:33:04 +0100482 /*
483 * Do a sanity check on the APIC calibration result
484 */
485 if (calibration_result < (1000000 / HZ)) {
486 local_irq_enable();
487 printk(KERN_WARNING
488 "APIC frequency too slow, disabling apic timer\n");
489 /* No broadcast on UP ! */
490 if (num_possible_cpus() > 1)
491 setup_APIC_timer();
492 return;
493 }
494
Thomas Gleixnerca1b9402007-03-18 01:26:13 -0800495 /* We trust the pm timer based calibration */
496 if (!pm_referenced) {
497 apic_printk(APIC_VERBOSE, "... verify APIC timer\n");
Thomas Gleixnerd36b49b2007-02-16 01:28:06 -0800498
Thomas Gleixnerca1b9402007-03-18 01:26:13 -0800499 /*
500 * Setup the apic timer manually
501 */
502 levt->event_handler = lapic_cal_handler;
503 lapic_timer_setup(CLOCK_EVT_MODE_PERIODIC, levt);
504 lapic_cal_loops = -1;
Thomas Gleixnerd36b49b2007-02-16 01:28:06 -0800505
Thomas Gleixnerca1b9402007-03-18 01:26:13 -0800506 /* Let the interrupts run */
507 local_irq_enable();
Thomas Gleixnerd36b49b2007-02-16 01:28:06 -0800508
Thomas Gleixnerf5352fd2007-07-21 17:11:32 +0200509 while (lapic_cal_loops <= LAPIC_CAL_LOOPS)
Thomas Gleixnerca1b9402007-03-18 01:26:13 -0800510 cpu_relax();
Thomas Gleixnerd36b49b2007-02-16 01:28:06 -0800511
Thomas Gleixnerca1b9402007-03-18 01:26:13 -0800512 local_irq_disable();
Thomas Gleixnerd36b49b2007-02-16 01:28:06 -0800513
Thomas Gleixnerca1b9402007-03-18 01:26:13 -0800514 /* Stop the lapic timer */
515 lapic_timer_setup(CLOCK_EVT_MODE_SHUTDOWN, levt);
Thomas Gleixnerd36b49b2007-02-16 01:28:06 -0800516
Thomas Gleixnerca1b9402007-03-18 01:26:13 -0800517 local_irq_enable();
Thomas Gleixnerd36b49b2007-02-16 01:28:06 -0800518
Thomas Gleixnerca1b9402007-03-18 01:26:13 -0800519 /* Jiffies delta */
520 deltaj = lapic_cal_j2 - lapic_cal_j1;
521 apic_printk(APIC_VERBOSE, "... jiffies delta = %lu\n", deltaj);
Thomas Gleixnerd36b49b2007-02-16 01:28:06 -0800522
Thomas Gleixnerd36b49b2007-02-16 01:28:06 -0800523 /* Check, if the jiffies result is consistent */
Thomas Gleixnerca1b9402007-03-18 01:26:13 -0800524 if (deltaj >= LAPIC_CAL_LOOPS-2 && deltaj <= LAPIC_CAL_LOOPS+2)
Thomas Gleixnerd36b49b2007-02-16 01:28:06 -0800525 apic_printk(APIC_VERBOSE, "... jiffies result ok\n");
Thomas Gleixnerca1b9402007-03-18 01:26:13 -0800526 else
527 local_apic_timer_verify_ok = 0;
Ingo Molnar4edc5db2007-03-22 10:31:19 +0100528 } else
529 local_irq_enable();
Thomas Gleixnerd36b49b2007-02-16 01:28:06 -0800530
531 if (!local_apic_timer_verify_ok) {
532 printk(KERN_WARNING
533 "APIC timer disabled due to verification failure.\n");
534 /* No broadcast on UP ! */
535 if (num_possible_cpus() == 1)
536 return;
Thomas Gleixnera5f5e432007-03-05 00:30:45 -0800537 } else {
538 /*
539 * If nmi_watchdog is set to IO_APIC, we need the
540 * PIT/HPET going. Otherwise register lapic as a dummy
541 * device.
542 */
543 if (nmi_watchdog != NMI_IO_APIC)
544 lapic_clockevent.features &= ~CLOCK_EVT_FEAT_DUMMY;
Ingo Molnar820de5c2007-07-21 04:37:36 -0700545 else
546 printk(KERN_WARNING "APIC timer registered as dummy,"
547 " due to nmi_watchdog=1!\n");
Thomas Gleixnera5f5e432007-03-05 00:30:45 -0800548 }
Thomas Gleixnerd36b49b2007-02-16 01:28:06 -0800549
550 /* Setup the lapic or request the broadcast */
551 setup_APIC_timer();
Linus Torvalds1da177e2005-04-16 15:20:36 -0700552}
553
Li Shaohua0bb31842005-06-25 14:54:55 -0700554void __devinit setup_secondary_APIC_clock(void)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700555{
Thomas Gleixnere9e2cdb2007-02-16 01:28:04 -0800556 setup_APIC_timer();
Linus Torvalds1da177e2005-04-16 15:20:36 -0700557}
558
Linus Torvalds1da177e2005-04-16 15:20:36 -0700559/*
Thomas Gleixnere9e2cdb2007-02-16 01:28:04 -0800560 * The guts of the apic timer interrupt
Linus Torvalds1da177e2005-04-16 15:20:36 -0700561 */
Thomas Gleixnere9e2cdb2007-02-16 01:28:04 -0800562static void local_apic_timer_interrupt(void)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700563{
Thomas Gleixnere9e2cdb2007-02-16 01:28:04 -0800564 int cpu = smp_processor_id();
565 struct clock_event_device *evt = &per_cpu(lapic_events, cpu);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700566
567 /*
Thomas Gleixnerd36b49b2007-02-16 01:28:06 -0800568 * Normally we should not be here till LAPIC has been initialized but
569 * in some cases like kdump, its possible that there is a pending LAPIC
570 * timer interrupt from previous kernel's context and is delivered in
571 * new kernel the moment interrupts are enabled.
Linus Torvalds1da177e2005-04-16 15:20:36 -0700572 *
Thomas Gleixnerd36b49b2007-02-16 01:28:06 -0800573 * Interrupts are enabled early and LAPIC is setup much later, hence
574 * its possible that when we get here evt->event_handler is NULL.
575 * Check for event_handler being NULL and discard the interrupt as
576 * spurious.
Linus Torvalds1da177e2005-04-16 15:20:36 -0700577 */
Thomas Gleixnere9e2cdb2007-02-16 01:28:04 -0800578 if (!evt->event_handler) {
579 printk(KERN_WARNING
580 "Spurious LAPIC timer interrupt on cpu %d\n", cpu);
581 /* Switch it off */
582 lapic_timer_setup(CLOCK_EVT_MODE_SHUTDOWN, evt);
583 return;
584 }
585
Thomas Gleixner0e078e22008-01-30 13:30:20 +0100586 /*
587 * the NMI deadlock-detector uses this.
588 */
Thomas Gleixnere9e2cdb2007-02-16 01:28:04 -0800589 per_cpu(irq_stat, cpu).apic_timer_irqs++;
590
591 evt->event_handler(evt);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700592}
593
594/*
595 * Local APIC timer interrupt. This is the most natural way for doing
596 * local interrupts, but local timer interrupts can be emulated by
597 * broadcast interrupts too. [in case the hw doesn't support APIC timers]
598 *
599 * [ if a single-CPU system runs an SMP kernel then we call the local
600 * interrupt as well. Thus we cannot inline the local irq ... ]
601 */
Harvey Harrison75604d72008-01-30 13:31:17 +0100602void smp_apic_timer_interrupt(struct pt_regs *regs)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700603{
David Howells7d12e782006-10-05 14:55:46 +0100604 struct pt_regs *old_regs = set_irq_regs(regs);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700605
606 /*
607 * NOTE! We'd better ACK the irq immediately,
608 * because timer handling can be slow.
609 */
610 ack_APIC_irq();
611 /*
612 * update_process_times() expects us to have done irq_enter().
613 * Besides, if we don't timer interrupts ignore the global
614 * interrupt lock, which is the WrongThing (tm) to do.
615 */
616 irq_enter();
Thomas Gleixnere9e2cdb2007-02-16 01:28:04 -0800617 local_apic_timer_interrupt();
Linus Torvalds1da177e2005-04-16 15:20:36 -0700618 irq_exit();
Thomas Gleixnere9e2cdb2007-02-16 01:28:04 -0800619
David Howells7d12e782006-10-05 14:55:46 +0100620 set_irq_regs(old_regs);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700621}
622
Venkatesh Pallipadi5a07a302006-01-11 22:44:18 +0100623int setup_profiling_timer(unsigned int multiplier)
624{
625 return -EINVAL;
626}
627
Linus Torvalds1da177e2005-04-16 15:20:36 -0700628/*
Robert Richtere319e762008-02-13 16:19:36 +0100629 * Setup extended LVT, AMD specific (K8, family 10h)
630 *
631 * Vector mappings are hard coded. On K8 only offset 0 (APIC500) and
632 * MCE interrupts are supported. Thus MCE offset must be set to 0.
633 */
634
635#define APIC_EILVT_LVTOFF_MCE 0
636#define APIC_EILVT_LVTOFF_IBS 1
637
638static void setup_APIC_eilvt(u8 lvt_off, u8 vector, u8 msg_type, u8 mask)
639{
640 unsigned long reg = (lvt_off << 4) + APIC_EILVT0;
641 unsigned int v = (mask << 16) | (msg_type << 8) | vector;
642 apic_write(reg, v);
643}
644
645u8 setup_APIC_eilvt_mce(u8 vector, u8 msg_type, u8 mask)
646{
647 setup_APIC_eilvt(APIC_EILVT_LVTOFF_MCE, vector, msg_type, mask);
648 return APIC_EILVT_LVTOFF_MCE;
649}
650
651u8 setup_APIC_eilvt_ibs(u8 vector, u8 msg_type, u8 mask)
652{
653 setup_APIC_eilvt(APIC_EILVT_LVTOFF_IBS, vector, msg_type, mask);
654 return APIC_EILVT_LVTOFF_IBS;
655}
656
657/*
Thomas Gleixnere05d7232007-02-16 01:27:58 -0800658 * Local APIC start and shutdown
Linus Torvalds1da177e2005-04-16 15:20:36 -0700659 */
Thomas Gleixnere05d7232007-02-16 01:27:58 -0800660
661/**
662 * clear_local_APIC - shutdown the local APIC
663 *
664 * This is called, when a CPU is disabled and before rebooting, so the state of
665 * the local APIC has no dangling leftovers. Also used to cleanout any BIOS
666 * leftovers during boot.
667 */
668void clear_local_APIC(void)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700669{
Andi Kleend3432892008-01-30 13:33:17 +0100670 int maxlvt;
Thomas Gleixner0e078e22008-01-30 13:30:20 +0100671 u32 v;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700672
Andi Kleend3432892008-01-30 13:33:17 +0100673 /* APIC hasn't been mapped yet */
674 if (!apic_phys)
675 return;
676
677 maxlvt = lapic_get_maxlvt();
Linus Torvalds1da177e2005-04-16 15:20:36 -0700678 /*
Thomas Gleixnere05d7232007-02-16 01:27:58 -0800679 * Masking an LVT entry can trigger a local APIC error
680 * if the vector is zero. Mask LVTERR first to prevent this.
Linus Torvalds1da177e2005-04-16 15:20:36 -0700681 */
Thomas Gleixnere05d7232007-02-16 01:27:58 -0800682 if (maxlvt >= 3) {
683 v = ERROR_APIC_VECTOR; /* any non-zero vector will do */
684 apic_write_around(APIC_LVTERR, v | APIC_LVT_MASKED);
685 }
686 /*
687 * Careful: we have to set masks only first to deassert
688 * any level-triggered sources.
689 */
690 v = apic_read(APIC_LVTT);
691 apic_write_around(APIC_LVTT, v | APIC_LVT_MASKED);
692 v = apic_read(APIC_LVT0);
693 apic_write_around(APIC_LVT0, v | APIC_LVT_MASKED);
694 v = apic_read(APIC_LVT1);
695 apic_write_around(APIC_LVT1, v | APIC_LVT_MASKED);
696 if (maxlvt >= 4) {
697 v = apic_read(APIC_LVTPC);
698 apic_write_around(APIC_LVTPC, v | APIC_LVT_MASKED);
699 }
Linus Torvalds1da177e2005-04-16 15:20:36 -0700700
Thomas Gleixnere05d7232007-02-16 01:27:58 -0800701 /* lets not touch this if we didn't frob it */
702#ifdef CONFIG_X86_MCE_P4THERMAL
703 if (maxlvt >= 5) {
704 v = apic_read(APIC_LVTTHMR);
705 apic_write_around(APIC_LVTTHMR, v | APIC_LVT_MASKED);
706 }
707#endif
708 /*
709 * Clean APIC state for other OSs:
710 */
711 apic_write_around(APIC_LVTT, APIC_LVT_MASKED);
712 apic_write_around(APIC_LVT0, APIC_LVT_MASKED);
713 apic_write_around(APIC_LVT1, APIC_LVT_MASKED);
714 if (maxlvt >= 3)
715 apic_write_around(APIC_LVTERR, APIC_LVT_MASKED);
716 if (maxlvt >= 4)
717 apic_write_around(APIC_LVTPC, APIC_LVT_MASKED);
718
719#ifdef CONFIG_X86_MCE_P4THERMAL
720 if (maxlvt >= 5)
721 apic_write_around(APIC_LVTTHMR, APIC_LVT_MASKED);
722#endif
723 /* Integrated APIC (!82489DX) ? */
724 if (lapic_is_integrated()) {
725 if (maxlvt > 3)
726 /* Clear ESR due to Pentium errata 3AP and 11AP */
727 apic_write(APIC_ESR, 0);
728 apic_read(APIC_ESR);
729 }
730}
731
732/**
733 * disable_local_APIC - clear and disable the local APIC
734 */
735void disable_local_APIC(void)
736{
737 unsigned long value;
738
739 clear_local_APIC();
740
741 /*
742 * Disable APIC (implies clearing of registers
743 * for 82489DX!).
744 */
745 value = apic_read(APIC_SPIV);
746 value &= ~APIC_SPIV_APIC_ENABLED;
747 apic_write_around(APIC_SPIV, value);
748
749 /*
750 * When LAPIC was disabled by the BIOS and enabled by the kernel,
751 * restore the disabled state.
752 */
753 if (enabled_via_apicbase) {
754 unsigned int l, h;
755
756 rdmsr(MSR_IA32_APICBASE, l, h);
757 l &= ~MSR_IA32_APICBASE_ENABLE;
758 wrmsr(MSR_IA32_APICBASE, l, h);
759 }
Linus Torvalds1da177e2005-04-16 15:20:36 -0700760}
761
762/*
Thomas Gleixnere05d7232007-02-16 01:27:58 -0800763 * If Linux enabled the LAPIC against the BIOS default disable it down before
764 * re-entering the BIOS on shutdown. Otherwise the BIOS may get confused and
765 * not power-off. Additionally clear all LVT entries before disable_local_APIC
766 * for the case where Linux didn't enable the LAPIC.
Linus Torvalds1da177e2005-04-16 15:20:36 -0700767 */
Thomas Gleixnere05d7232007-02-16 01:27:58 -0800768void lapic_shutdown(void)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700769{
Thomas Gleixnere05d7232007-02-16 01:27:58 -0800770 unsigned long flags;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700771
Thomas Gleixnere05d7232007-02-16 01:27:58 -0800772 if (!cpu_has_apic)
773 return;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700774
Thomas Gleixnere05d7232007-02-16 01:27:58 -0800775 local_irq_save(flags);
776 clear_local_APIC();
777
778 if (enabled_via_apicbase)
779 disable_local_APIC();
780
781 local_irq_restore(flags);
782}
783
784/*
785 * This is to verify that we're looking at a real local APIC.
786 * Check these against your board if the CPUs aren't getting
787 * started for no apparent reason.
788 */
789int __init verify_local_APIC(void)
790{
791 unsigned int reg0, reg1;
792
793 /*
794 * The version register is read-only in a real APIC.
795 */
796 reg0 = apic_read(APIC_LVR);
797 apic_printk(APIC_DEBUG, "Getting VERSION: %x\n", reg0);
798 apic_write(APIC_LVR, reg0 ^ APIC_LVR_MASK);
799 reg1 = apic_read(APIC_LVR);
800 apic_printk(APIC_DEBUG, "Getting VERSION: %x\n", reg1);
801
802 /*
803 * The two version reads above should print the same
804 * numbers. If the second one is different, then we
805 * poke at a non-APIC.
806 */
807 if (reg1 != reg0)
808 return 0;
809
810 /*
811 * Check if the version looks reasonably.
812 */
813 reg1 = GET_APIC_VERSION(reg0);
814 if (reg1 == 0x00 || reg1 == 0xff)
815 return 0;
816 reg1 = lapic_get_maxlvt();
817 if (reg1 < 0x02 || reg1 == 0xff)
818 return 0;
819
820 /*
821 * The ID register is read/write in a real APIC.
822 */
823 reg0 = apic_read(APIC_ID);
824 apic_printk(APIC_DEBUG, "Getting ID: %x\n", reg0);
825
826 /*
827 * The next two are just to see if we have sane values.
828 * They're only really relevant if we're in Virtual Wire
829 * compatibility mode, but most boxes are anymore.
830 */
831 reg0 = apic_read(APIC_LVT0);
832 apic_printk(APIC_DEBUG, "Getting LVT0: %x\n", reg0);
833 reg1 = apic_read(APIC_LVT1);
834 apic_printk(APIC_DEBUG, "Getting LVT1: %x\n", reg1);
835
836 return 1;
837}
838
839/**
840 * sync_Arb_IDs - synchronize APIC bus arbitration IDs
841 */
842void __init sync_Arb_IDs(void)
843{
844 /*
845 * Unsupported on P4 - see Intel Dev. Manual Vol. 3, Ch. 8.6.1 And not
846 * needed on AMD.
847 */
Ingo Molnarf44d9ef2007-11-26 20:42:20 +0100848 if (modern_apic() || boot_cpu_data.x86_vendor == X86_VENDOR_AMD)
Thomas Gleixnere05d7232007-02-16 01:27:58 -0800849 return;
850 /*
851 * Wait for idle.
852 */
853 apic_wait_icr_idle();
854
855 apic_printk(APIC_DEBUG, "Synchronizing Arb IDs.\n");
856 apic_write_around(APIC_ICR, APIC_DEST_ALLINC | APIC_INT_LEVELTRIG
857 | APIC_DM_INIT);
858}
859
860/*
861 * An initial setup of the virtual wire mode.
862 */
863void __init init_bsp_APIC(void)
864{
865 unsigned long value;
866
867 /*
868 * Don't do the setup now if we have a SMP BIOS as the
869 * through-I/O-APIC virtual wire mode might be active.
870 */
871 if (smp_found_config || !cpu_has_apic)
872 return;
873
874 /*
875 * Do not trust the local APIC being empty at bootup.
876 */
877 clear_local_APIC();
878
879 /*
880 * Enable APIC.
881 */
882 value = apic_read(APIC_SPIV);
883 value &= ~APIC_VECTOR_MASK;
884 value |= APIC_SPIV_APIC_ENABLED;
885
886 /* This bit is reserved on P4/Xeon and should be cleared */
887 if ((boot_cpu_data.x86_vendor == X86_VENDOR_INTEL) &&
888 (boot_cpu_data.x86 == 15))
889 value &= ~APIC_SPIV_FOCUS_DISABLED;
890 else
891 value |= APIC_SPIV_FOCUS_DISABLED;
892 value |= SPURIOUS_APIC_VECTOR;
893 apic_write_around(APIC_SPIV, value);
894
895 /*
896 * Set up the virtual wire mode.
897 */
898 apic_write_around(APIC_LVT0, APIC_DM_EXTINT);
899 value = APIC_DM_NMI;
900 if (!lapic_is_integrated()) /* 82489DX */
901 value |= APIC_LVT_LEVEL_TRIGGER;
902 apic_write_around(APIC_LVT1, value);
903}
904
Ingo Molnara4928cf2008-04-23 13:20:56 +0200905static void __cpuinit lapic_setup_esr(void)
Glauber de Oliveira Costadf7939a2008-03-19 14:25:48 -0300906{
907 unsigned long oldvalue, value, maxlvt;
908 if (lapic_is_integrated() && !esr_disable) {
909 /* !82489DX */
910 maxlvt = lapic_get_maxlvt();
911 if (maxlvt > 3) /* Due to the Pentium erratum 3AP. */
912 apic_write(APIC_ESR, 0);
913 oldvalue = apic_read(APIC_ESR);
914
915 /* enables sending errors */
916 value = ERROR_APIC_VECTOR;
917 apic_write_around(APIC_LVTERR, value);
918 /*
919 * spec says clear errors after enabling vector.
920 */
921 if (maxlvt > 3)
922 apic_write(APIC_ESR, 0);
923 value = apic_read(APIC_ESR);
924 if (value != oldvalue)
925 apic_printk(APIC_VERBOSE, "ESR value before enabling "
926 "vector: 0x%08lx after: 0x%08lx\n",
927 oldvalue, value);
928 } else {
929 if (esr_disable)
930 /*
931 * Something untraceable is creating bad interrupts on
932 * secondary quads ... for the moment, just leave the
933 * ESR disabled - we can't do anything useful with the
934 * errors anyway - mbligh
935 */
936 printk(KERN_INFO "Leaving ESR disabled.\n");
937 else
938 printk(KERN_INFO "No ESR for 82489DX.\n");
939 }
940}
941
942
Thomas Gleixnere05d7232007-02-16 01:27:58 -0800943/**
944 * setup_local_APIC - setup the local APIC
945 */
Adrian Bunkd5337982007-12-19 23:20:18 +0100946void __cpuinit setup_local_APIC(void)
Thomas Gleixnere05d7232007-02-16 01:27:58 -0800947{
Glauber de Oliveira Costadf7939a2008-03-19 14:25:48 -0300948 unsigned long value, integrated;
Thomas Gleixnere05d7232007-02-16 01:27:58 -0800949 int i, j;
950
951 /* Pound the ESR really hard over the head with a big hammer - mbligh */
952 if (esr_disable) {
953 apic_write(APIC_ESR, 0);
954 apic_write(APIC_ESR, 0);
955 apic_write(APIC_ESR, 0);
956 apic_write(APIC_ESR, 0);
957 }
958
959 integrated = lapic_is_integrated();
960
961 /*
962 * Double-check whether this APIC is really registered.
963 */
964 if (!apic_id_registered())
965 BUG();
966
967 /*
968 * Intel recommends to set DFR, LDR and TPR before enabling
969 * an APIC. See e.g. "AP-388 82489DX User's Manual" (Intel
970 * document number 292116). So here it goes...
971 */
972 init_apic_ldr();
973
974 /*
975 * Set Task Priority to 'accept all'. We never change this
976 * later on.
977 */
978 value = apic_read(APIC_TASKPRI);
979 value &= ~APIC_TPRI_MASK;
980 apic_write_around(APIC_TASKPRI, value);
981
982 /*
983 * After a crash, we no longer service the interrupts and a pending
984 * interrupt from previous kernel might still have ISR bit set.
985 *
986 * Most probably by now CPU has serviced that pending interrupt and
987 * it might not have done the ack_APIC_irq() because it thought,
988 * interrupt came from i8259 as ExtInt. LAPIC did not get EOI so it
989 * does not clear the ISR bit and cpu thinks it has already serivced
990 * the interrupt. Hence a vector might get locked. It was noticed
991 * for timer irq (vector 0x31). Issue an extra EOI to clear ISR.
992 */
993 for (i = APIC_ISR_NR - 1; i >= 0; i--) {
994 value = apic_read(APIC_ISR + i*0x10);
995 for (j = 31; j >= 0; j--) {
996 if (value & (1<<j))
997 ack_APIC_irq();
998 }
999 }
1000
1001 /*
1002 * Now that we are all set up, enable the APIC
1003 */
1004 value = apic_read(APIC_SPIV);
1005 value &= ~APIC_VECTOR_MASK;
1006 /*
1007 * Enable APIC
1008 */
1009 value |= APIC_SPIV_APIC_ENABLED;
1010
1011 /*
1012 * Some unknown Intel IO/APIC (or APIC) errata is biting us with
1013 * certain networking cards. If high frequency interrupts are
1014 * happening on a particular IOAPIC pin, plus the IOAPIC routing
1015 * entry is masked/unmasked at a high rate as well then sooner or
1016 * later IOAPIC line gets 'stuck', no more interrupts are received
1017 * from the device. If focus CPU is disabled then the hang goes
1018 * away, oh well :-(
1019 *
1020 * [ This bug can be reproduced easily with a level-triggered
1021 * PCI Ne2000 networking cards and PII/PIII processors, dual
1022 * BX chipset. ]
1023 */
1024 /*
1025 * Actually disabling the focus CPU check just makes the hang less
1026 * frequent as it makes the interrupt distributon model be more
1027 * like LRU than MRU (the short-term load is more even across CPUs).
1028 * See also the comment in end_level_ioapic_irq(). --macro
1029 */
1030
1031 /* Enable focus processor (bit==0) */
1032 value &= ~APIC_SPIV_FOCUS_DISABLED;
1033
1034 /*
1035 * Set spurious IRQ vector
1036 */
1037 value |= SPURIOUS_APIC_VECTOR;
1038 apic_write_around(APIC_SPIV, value);
1039
1040 /*
1041 * Set up LVT0, LVT1:
1042 *
1043 * set up through-local-APIC on the BP's LINT0. This is not
Simon Arlott27b46d72007-10-20 01:13:56 +02001044 * strictly necessary in pure symmetric-IO mode, but sometimes
Thomas Gleixnere05d7232007-02-16 01:27:58 -08001045 * we delegate interrupts to the 8259A.
1046 */
1047 /*
1048 * TODO: set up through-local-APIC from through-I/O-APIC? --macro
1049 */
1050 value = apic_read(APIC_LVT0) & APIC_LVT_MASKED;
1051 if (!smp_processor_id() && (pic_mode || !value)) {
1052 value = APIC_DM_EXTINT;
1053 apic_printk(APIC_VERBOSE, "enabled ExtINT on CPU#%d\n",
1054 smp_processor_id());
1055 } else {
1056 value = APIC_DM_EXTINT | APIC_LVT_MASKED;
1057 apic_printk(APIC_VERBOSE, "masked ExtINT on CPU#%d\n",
1058 smp_processor_id());
1059 }
1060 apic_write_around(APIC_LVT0, value);
1061
1062 /*
1063 * only the BP should see the LINT1 NMI signal, obviously.
1064 */
1065 if (!smp_processor_id())
1066 value = APIC_DM_NMI;
1067 else
1068 value = APIC_DM_NMI | APIC_LVT_MASKED;
1069 if (!integrated) /* 82489DX */
1070 value |= APIC_LVT_LEVEL_TRIGGER;
1071 apic_write_around(APIC_LVT1, value);
Glauber de Oliveira Costaac60aae2008-03-19 14:25:49 -03001072}
1073
1074void __cpuinit end_local_APIC_setup(void)
1075{
1076 unsigned long value;
Thomas Gleixnere05d7232007-02-16 01:27:58 -08001077
Glauber de Oliveira Costadf7939a2008-03-19 14:25:48 -03001078 lapic_setup_esr();
Thomas Gleixnere9e2cdb2007-02-16 01:28:04 -08001079 /* Disable the local apic timer */
1080 value = apic_read(APIC_LVTT);
1081 value |= (APIC_LVT_MASKED | LOCAL_TIMER_VECTOR);
1082 apic_write_around(APIC_LVTT, value);
1083
Thomas Gleixnere05d7232007-02-16 01:27:58 -08001084 setup_apic_nmi_watchdog(NULL);
1085 apic_pm_activate();
1086}
1087
1088/*
1089 * Detect and initialize APIC
1090 */
Hiroshi Shimamotoe83a5fd2008-01-30 13:32:35 +01001091static int __init detect_init_APIC(void)
Thomas Gleixnere05d7232007-02-16 01:27:58 -08001092{
1093 u32 h, l, features;
1094
1095 /* Disabled by kernel option? */
1096 if (enable_local_apic < 0)
1097 return -1;
1098
1099 switch (boot_cpu_data.x86_vendor) {
1100 case X86_VENDOR_AMD:
1101 if ((boot_cpu_data.x86 == 6 && boot_cpu_data.x86_model > 1) ||
1102 (boot_cpu_data.x86 == 15))
1103 break;
1104 goto no_apic;
1105 case X86_VENDOR_INTEL:
1106 if (boot_cpu_data.x86 == 6 || boot_cpu_data.x86 == 15 ||
1107 (boot_cpu_data.x86 == 5 && cpu_has_apic))
1108 break;
1109 goto no_apic;
1110 default:
1111 goto no_apic;
1112 }
1113
1114 if (!cpu_has_apic) {
1115 /*
1116 * Over-ride BIOS and try to enable the local APIC only if
1117 * "lapic" specified.
1118 */
1119 if (enable_local_apic <= 0) {
1120 printk(KERN_INFO "Local APIC disabled by BIOS -- "
1121 "you can enable it with \"lapic\"\n");
1122 return -1;
1123 }
1124 /*
1125 * Some BIOSes disable the local APIC in the APIC_BASE
1126 * MSR. This can only be done in software for Intel P6 or later
1127 * and AMD K7 (Model > 1) or later.
1128 */
1129 rdmsr(MSR_IA32_APICBASE, l, h);
1130 if (!(l & MSR_IA32_APICBASE_ENABLE)) {
1131 printk(KERN_INFO
1132 "Local APIC disabled by BIOS -- reenabling.\n");
1133 l &= ~MSR_IA32_APICBASE_BASE;
1134 l |= MSR_IA32_APICBASE_ENABLE | APIC_DEFAULT_PHYS_BASE;
1135 wrmsr(MSR_IA32_APICBASE, l, h);
1136 enabled_via_apicbase = 1;
1137 }
1138 }
1139 /*
1140 * The APIC feature bit should now be enabled
1141 * in `cpuid'
1142 */
1143 features = cpuid_edx(1);
1144 if (!(features & (1 << X86_FEATURE_APIC))) {
1145 printk(KERN_WARNING "Could not enable APIC!\n");
1146 return -1;
1147 }
Jeremy Fitzhardinge53756d32008-01-30 13:30:55 +01001148 set_cpu_cap(&boot_cpu_data, X86_FEATURE_APIC);
Thomas Gleixnere05d7232007-02-16 01:27:58 -08001149 mp_lapic_addr = APIC_DEFAULT_PHYS_BASE;
1150
1151 /* The BIOS may have set up the APIC at some other address */
1152 rdmsr(MSR_IA32_APICBASE, l, h);
1153 if (l & MSR_IA32_APICBASE_ENABLE)
1154 mp_lapic_addr = l & MSR_IA32_APICBASE_BASE;
1155
Daniel Gollub0328ece2007-08-15 02:40:35 +02001156 if (nmi_watchdog != NMI_NONE && nmi_watchdog != NMI_DISABLED)
Thomas Gleixnere05d7232007-02-16 01:27:58 -08001157 nmi_watchdog = NMI_LOCAL_APIC;
1158
1159 printk(KERN_INFO "Found and enabled local APIC!\n");
1160
1161 apic_pm_activate();
1162
1163 return 0;
1164
1165no_apic:
1166 printk(KERN_INFO "No local APIC present or hardware disabled\n");
1167 return -1;
1168}
1169
1170/**
1171 * init_apic_mappings - initialize APIC mappings
1172 */
1173void __init init_apic_mappings(void)
1174{
Thomas Gleixnere05d7232007-02-16 01:27:58 -08001175 /*
1176 * If no local APIC can be found then set up a fake all
1177 * zeroes page to simulate the local APIC and another
1178 * one for the IO-APIC.
1179 */
1180 if (!smp_found_config && detect_init_APIC()) {
1181 apic_phys = (unsigned long) alloc_bootmem_pages(PAGE_SIZE);
1182 apic_phys = __pa(apic_phys);
1183 } else
1184 apic_phys = mp_lapic_addr;
1185
1186 set_fixmap_nocache(FIX_APIC_BASE, apic_phys);
1187 printk(KERN_DEBUG "mapped APIC to %08lx (%08lx)\n", APIC_BASE,
1188 apic_phys);
1189
1190 /*
1191 * Fetch the APIC ID of the BSP in case we have a
1192 * default configuration (or the MP table is broken).
1193 */
1194 if (boot_cpu_physical_apicid == -1U)
Jack Steiner05f2d122008-03-28 14:12:02 -05001195 boot_cpu_physical_apicid = GET_APIC_ID(read_apic_id());
Thomas Gleixnere05d7232007-02-16 01:27:58 -08001196
1197#ifdef CONFIG_X86_IO_APIC
1198 {
1199 unsigned long ioapic_phys, idx = FIX_IO_APIC_BASE_0;
1200 int i;
1201
1202 for (i = 0; i < nr_ioapics; i++) {
1203 if (smp_found_config) {
1204 ioapic_phys = mp_ioapics[i].mpc_apicaddr;
1205 if (!ioapic_phys) {
1206 printk(KERN_ERR
1207 "WARNING: bogus zero IO-APIC "
1208 "address found in MPTABLE, "
1209 "disabling IO/APIC support!\n");
1210 smp_found_config = 0;
1211 skip_ioapic_setup = 1;
1212 goto fake_ioapic_page;
1213 }
1214 } else {
1215fake_ioapic_page:
1216 ioapic_phys = (unsigned long)
1217 alloc_bootmem_pages(PAGE_SIZE);
1218 ioapic_phys = __pa(ioapic_phys);
1219 }
1220 set_fixmap_nocache(idx, ioapic_phys);
1221 printk(KERN_DEBUG "mapped IOAPIC to %08lx (%08lx)\n",
1222 __fix_to_virt(idx), ioapic_phys);
1223 idx++;
1224 }
1225 }
1226#endif
Linus Torvalds1da177e2005-04-16 15:20:36 -07001227}
1228
1229/*
Linus Torvalds1e4c85f2005-10-31 19:16:17 -08001230 * This initializes the IO-APIC and APIC hardware if this is
1231 * a UP kernel.
Linus Torvalds1da177e2005-04-16 15:20:36 -07001232 */
Alexey Starikovskiye81b2c62008-03-27 23:54:31 +03001233
1234int apic_version[MAX_APICS];
1235
Hiroshi Shimamotoe83a5fd2008-01-30 13:32:35 +01001236int __init APIC_init_uniprocessor(void)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001237{
Linus Torvalds1e4c85f2005-10-31 19:16:17 -08001238 if (enable_local_apic < 0)
Jeremy Fitzhardinge53756d32008-01-30 13:30:55 +01001239 clear_cpu_cap(&boot_cpu_data, X86_FEATURE_APIC);
Eric W. Biedermanf2b36db2005-10-30 14:59:41 -08001240
Linus Torvalds1e4c85f2005-10-31 19:16:17 -08001241 if (!smp_found_config && !cpu_has_apic)
Eric W. Biedermanf2b36db2005-10-30 14:59:41 -08001242 return -1;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001243
1244 /*
Linus Torvalds1e4c85f2005-10-31 19:16:17 -08001245 * Complain if the BIOS pretends there is one.
Linus Torvalds1da177e2005-04-16 15:20:36 -07001246 */
Thomas Gleixnere05d7232007-02-16 01:27:58 -08001247 if (!cpu_has_apic &&
1248 APIC_INTEGRATED(apic_version[boot_cpu_physical_apicid])) {
Linus Torvalds1da177e2005-04-16 15:20:36 -07001249 printk(KERN_ERR "BIOS bug, local APIC #%d not detected!...\n",
Thomas Gleixnere05d7232007-02-16 01:27:58 -08001250 boot_cpu_physical_apicid);
Jeremy Fitzhardinge53756d32008-01-30 13:30:55 +01001251 clear_cpu_cap(&boot_cpu_data, X86_FEATURE_APIC);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001252 return -1;
1253 }
1254
1255 verify_local_APIC();
1256
1257 connect_bsp_APIC();
Linus Torvalds1e4c85f2005-10-31 19:16:17 -08001258
Vivek Goyalbe0d03f2006-05-20 15:00:21 -07001259 /*
1260 * Hack: In case of kdump, after a crash, kernel might be booting
1261 * on a cpu with non-zero lapic id. But boot_cpu_physical_apicid
1262 * might be zero if read from MP tables. Get it from LAPIC.
1263 */
1264#ifdef CONFIG_CRASH_DUMP
Jack Steiner05f2d122008-03-28 14:12:02 -05001265 boot_cpu_physical_apicid = GET_APIC_ID(read_apic_id());
Vivek Goyalbe0d03f2006-05-20 15:00:21 -07001266#endif
Linus Torvalds1e4c85f2005-10-31 19:16:17 -08001267 phys_cpu_present_map = physid_mask_of_physid(boot_cpu_physical_apicid);
1268
Linus Torvalds1da177e2005-04-16 15:20:36 -07001269 setup_local_APIC();
1270
Glauber de Oliveira Costaac60aae2008-03-19 14:25:49 -03001271 end_local_APIC_setup();
Linus Torvalds1da177e2005-04-16 15:20:36 -07001272#ifdef CONFIG_X86_IO_APIC
Linus Torvalds1e4c85f2005-10-31 19:16:17 -08001273 if (smp_found_config)
1274 if (!skip_ioapic_setup && nr_ioapics)
1275 setup_IO_APIC();
Linus Torvalds1da177e2005-04-16 15:20:36 -07001276#endif
Zachary Amsdenbbab4f32007-02-13 13:26:21 +01001277 setup_boot_clock();
Linus Torvalds1e4c85f2005-10-31 19:16:17 -08001278
1279 return 0;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001280}
Rusty Russell1a3f2392006-09-26 10:52:32 +02001281
Thomas Gleixnere05d7232007-02-16 01:27:58 -08001282/*
Thomas Gleixnere05d7232007-02-16 01:27:58 -08001283 * Local APIC interrupts
1284 */
1285
1286/*
1287 * This interrupt should _never_ happen with our APIC/SMP architecture
1288 */
Thomas Gleixnere9e2cdb2007-02-16 01:28:04 -08001289void smp_spurious_interrupt(struct pt_regs *regs)
Thomas Gleixnere05d7232007-02-16 01:27:58 -08001290{
1291 unsigned long v;
1292
Thomas Gleixnere05d7232007-02-16 01:27:58 -08001293 irq_enter();
1294 /*
1295 * Check if this really is a spurious interrupt and ACK it
1296 * if it is a vectored one. Just in case...
1297 * Spurious interrupts should not be ACKed.
1298 */
1299 v = apic_read(APIC_ISR + ((SPURIOUS_APIC_VECTOR & ~0x1f) >> 1));
1300 if (v & (1 << (SPURIOUS_APIC_VECTOR & 0x1f)))
1301 ack_APIC_irq();
1302
1303 /* see sw-dev-man vol 3, chapter 7.4.13.5 */
1304 printk(KERN_INFO "spurious APIC interrupt on CPU#%d, "
1305 "should never happen.\n", smp_processor_id());
Joe Korty38e760a2007-10-17 18:04:40 +02001306 __get_cpu_var(irq_stat).irq_spurious_count++;
Thomas Gleixnere05d7232007-02-16 01:27:58 -08001307 irq_exit();
1308}
1309
1310/*
1311 * This interrupt should never happen with our APIC/SMP architecture
1312 */
Thomas Gleixnere9e2cdb2007-02-16 01:28:04 -08001313void smp_error_interrupt(struct pt_regs *regs)
Thomas Gleixnere05d7232007-02-16 01:27:58 -08001314{
1315 unsigned long v, v1;
1316
Thomas Gleixnere05d7232007-02-16 01:27:58 -08001317 irq_enter();
1318 /* First tickle the hardware, only then report what went on. -- REW */
1319 v = apic_read(APIC_ESR);
1320 apic_write(APIC_ESR, 0);
1321 v1 = apic_read(APIC_ESR);
1322 ack_APIC_irq();
1323 atomic_inc(&irq_err_count);
1324
1325 /* Here is what the APIC error bits mean:
1326 0: Send CS error
1327 1: Receive CS error
1328 2: Send accept error
1329 3: Receive accept error
1330 4: Reserved
1331 5: Send illegal vector
1332 6: Received illegal vector
1333 7: Illegal register address
1334 */
Hiroshi Shimamotoff8a03a2008-01-30 13:32:36 +01001335 printk(KERN_DEBUG "APIC error on CPU%d: %02lx(%02lx)\n",
Thomas Gleixnere05d7232007-02-16 01:27:58 -08001336 smp_processor_id(), v , v1);
1337 irq_exit();
1338}
1339
Glauber de Oliveira Costa17c9ab12008-03-19 14:25:33 -03001340#ifdef CONFIG_SMP
1341void __init smp_intr_init(void)
1342{
1343 /*
1344 * IRQ0 must be given a fixed assignment and initialized,
1345 * because it's used before the IO-APIC is set up.
1346 */
1347 set_intr_gate(FIRST_DEVICE_VECTOR, interrupt[0]);
1348
1349 /*
1350 * The reschedule interrupt is a CPU-to-CPU reschedule-helper
1351 * IPI, driven by wakeup.
1352 */
1353 set_intr_gate(RESCHEDULE_VECTOR, reschedule_interrupt);
1354
1355 /* IPI for invalidation */
1356 set_intr_gate(INVALIDATE_TLB_VECTOR, invalidate_interrupt);
1357
1358 /* IPI for generic function call */
1359 set_intr_gate(CALL_FUNCTION_VECTOR, call_function_interrupt);
1360}
1361#endif
1362
Thomas Gleixnere05d7232007-02-16 01:27:58 -08001363/*
1364 * Initialize APIC interrupts
1365 */
1366void __init apic_intr_init(void)
1367{
1368#ifdef CONFIG_SMP
1369 smp_intr_init();
1370#endif
1371 /* self generated IPI for local APIC timer */
1372 set_intr_gate(LOCAL_TIMER_VECTOR, apic_timer_interrupt);
1373
1374 /* IPI vectors for APIC spurious and error interrupts */
1375 set_intr_gate(SPURIOUS_APIC_VECTOR, spurious_interrupt);
1376 set_intr_gate(ERROR_APIC_VECTOR, error_interrupt);
1377
1378 /* thermal monitor LVT interrupt */
1379#ifdef CONFIG_X86_MCE_P4THERMAL
1380 set_intr_gate(THERMAL_APIC_VECTOR, thermal_interrupt);
1381#endif
1382}
1383
1384/**
1385 * connect_bsp_APIC - attach the APIC to the interrupt system
1386 */
1387void __init connect_bsp_APIC(void)
1388{
1389 if (pic_mode) {
1390 /*
1391 * Do not trust the local APIC being empty at bootup.
1392 */
1393 clear_local_APIC();
1394 /*
1395 * PIC mode, enable APIC mode in the IMCR, i.e. connect BSP's
1396 * local APIC to INT and NMI lines.
1397 */
1398 apic_printk(APIC_VERBOSE, "leaving PIC mode, "
1399 "enabling APIC mode.\n");
1400 outb(0x70, 0x22);
1401 outb(0x01, 0x23);
1402 }
1403 enable_apic_mode();
1404}
1405
1406/**
1407 * disconnect_bsp_APIC - detach the APIC from the interrupt system
1408 * @virt_wire_setup: indicates, whether virtual wire mode is selected
1409 *
1410 * Virtual wire mode is necessary to deliver legacy interrupts even when the
1411 * APIC is disabled.
1412 */
1413void disconnect_bsp_APIC(int virt_wire_setup)
1414{
1415 if (pic_mode) {
1416 /*
1417 * Put the board back into PIC mode (has an effect only on
1418 * certain older boards). Note that APIC interrupts, including
1419 * IPIs, won't work beyond this point! The only exception are
1420 * INIT IPIs.
1421 */
1422 apic_printk(APIC_VERBOSE, "disabling APIC mode, "
1423 "entering PIC mode.\n");
1424 outb(0x70, 0x22);
1425 outb(0x00, 0x23);
1426 } else {
1427 /* Go back to Virtual Wire compatibility mode */
1428 unsigned long value;
1429
1430 /* For the spurious interrupt use vector F, and enable it */
1431 value = apic_read(APIC_SPIV);
1432 value &= ~APIC_VECTOR_MASK;
1433 value |= APIC_SPIV_APIC_ENABLED;
1434 value |= 0xf;
1435 apic_write_around(APIC_SPIV, value);
1436
1437 if (!virt_wire_setup) {
1438 /*
1439 * For LVT0 make it edge triggered, active high,
1440 * external and enabled
1441 */
1442 value = apic_read(APIC_LVT0);
1443 value &= ~(APIC_MODE_MASK | APIC_SEND_PENDING |
1444 APIC_INPUT_POLARITY | APIC_LVT_REMOTE_IRR |
Hiroshi Shimamotoff8a03a2008-01-30 13:32:36 +01001445 APIC_LVT_LEVEL_TRIGGER | APIC_LVT_MASKED);
Thomas Gleixnere05d7232007-02-16 01:27:58 -08001446 value |= APIC_LVT_REMOTE_IRR | APIC_SEND_PENDING;
1447 value = SET_APIC_DELIVERY_MODE(value, APIC_MODE_EXTINT);
1448 apic_write_around(APIC_LVT0, value);
1449 } else {
1450 /* Disable LVT0 */
1451 apic_write_around(APIC_LVT0, APIC_LVT_MASKED);
1452 }
1453
1454 /*
1455 * For LVT1 make it edge triggered, active high, nmi and
1456 * enabled
1457 */
1458 value = apic_read(APIC_LVT1);
1459 value &= ~(
1460 APIC_MODE_MASK | APIC_SEND_PENDING |
1461 APIC_INPUT_POLARITY | APIC_LVT_REMOTE_IRR |
1462 APIC_LVT_LEVEL_TRIGGER | APIC_LVT_MASKED);
1463 value |= APIC_LVT_REMOTE_IRR | APIC_SEND_PENDING;
1464 value = SET_APIC_DELIVERY_MODE(value, APIC_MODE_NMI);
1465 apic_write_around(APIC_LVT1, value);
1466 }
1467}
1468
Alexey Starikovskiy903dcb52008-03-27 23:55:22 +03001469unsigned int __cpuinitdata maxcpus = NR_CPUS;
1470
1471void __cpuinit generic_processor_info(int apicid, int version)
1472{
1473 int cpu;
1474 cpumask_t tmp_map;
1475 physid_mask_t phys_cpu;
1476
1477 /*
1478 * Validate version
1479 */
1480 if (version == 0x0) {
1481 printk(KERN_WARNING "BIOS bug, APIC version is 0 for CPU#%d! "
1482 "fixing up to 0x10. (tell your hw vendor)\n",
1483 version);
1484 version = 0x10;
1485 }
1486 apic_version[apicid] = version;
1487
1488 phys_cpu = apicid_to_cpu_present(apicid);
1489 physids_or(phys_cpu_present_map, phys_cpu_present_map, phys_cpu);
1490
1491 if (num_processors >= NR_CPUS) {
1492 printk(KERN_WARNING "WARNING: NR_CPUS limit of %i reached."
1493 " Processor ignored.\n", NR_CPUS);
1494 return;
1495 }
1496
1497 if (num_processors >= maxcpus) {
1498 printk(KERN_WARNING "WARNING: maxcpus limit of %i reached."
1499 " Processor ignored.\n", maxcpus);
1500 return;
1501 }
1502
1503 num_processors++;
1504 cpus_complement(tmp_map, cpu_present_map);
1505 cpu = first_cpu(tmp_map);
1506
1507 if (apicid == boot_cpu_physical_apicid)
1508 /*
1509 * x86_bios_cpu_apicid is required to have processors listed
1510 * in same order as logical cpu numbers. Hence the first
1511 * entry is BSP, and so on.
1512 */
1513 cpu = 0;
1514
1515 /*
1516 * Would be preferable to switch to bigsmp when CONFIG_HOTPLUG_CPU=y
1517 * but we need to work other dependencies like SMP_SUSPEND etc
1518 * before this can be done without some confusion.
1519 * if (CPU_HOTPLUG_ENABLED || num_processors > 8)
1520 * - Ashok Raj <ashok.raj@intel.com>
1521 */
1522 if (num_processors > 8) {
1523 switch (boot_cpu_data.x86_vendor) {
1524 case X86_VENDOR_INTEL:
1525 if (!APIC_XAPIC(version)) {
1526 def_to_bigsmp = 0;
1527 break;
1528 }
1529 /* If P4 and above fall through */
1530 case X86_VENDOR_AMD:
1531 def_to_bigsmp = 1;
1532 }
1533 }
1534#ifdef CONFIG_SMP
1535 /* are we being called early in kernel startup? */
1536 if (x86_cpu_to_apicid_early_ptr) {
1537 u16 *cpu_to_apicid = x86_cpu_to_apicid_early_ptr;
1538 u16 *bios_cpu_apicid = x86_bios_cpu_apicid_early_ptr;
1539
1540 cpu_to_apicid[cpu] = apicid;
1541 bios_cpu_apicid[cpu] = apicid;
1542 } else {
1543 per_cpu(x86_cpu_to_apicid, cpu) = apicid;
1544 per_cpu(x86_bios_cpu_apicid, cpu) = apicid;
1545 }
1546#endif
1547 cpu_set(cpu, cpu_possible_map);
1548 cpu_set(cpu, cpu_present_map);
1549}
1550
Thomas Gleixnere05d7232007-02-16 01:27:58 -08001551/*
1552 * Power management
1553 */
1554#ifdef CONFIG_PM
1555
1556static struct {
1557 int active;
1558 /* r/w apic fields */
1559 unsigned int apic_id;
1560 unsigned int apic_taskpri;
1561 unsigned int apic_ldr;
1562 unsigned int apic_dfr;
1563 unsigned int apic_spiv;
1564 unsigned int apic_lvtt;
1565 unsigned int apic_lvtpc;
1566 unsigned int apic_lvt0;
1567 unsigned int apic_lvt1;
1568 unsigned int apic_lvterr;
1569 unsigned int apic_tmict;
1570 unsigned int apic_tdcr;
1571 unsigned int apic_thmr;
1572} apic_pm_state;
1573
1574static int lapic_suspend(struct sys_device *dev, pm_message_t state)
1575{
1576 unsigned long flags;
1577 int maxlvt;
1578
1579 if (!apic_pm_state.active)
1580 return 0;
1581
1582 maxlvt = lapic_get_maxlvt();
1583
1584 apic_pm_state.apic_id = apic_read(APIC_ID);
1585 apic_pm_state.apic_taskpri = apic_read(APIC_TASKPRI);
1586 apic_pm_state.apic_ldr = apic_read(APIC_LDR);
1587 apic_pm_state.apic_dfr = apic_read(APIC_DFR);
1588 apic_pm_state.apic_spiv = apic_read(APIC_SPIV);
1589 apic_pm_state.apic_lvtt = apic_read(APIC_LVTT);
1590 if (maxlvt >= 4)
1591 apic_pm_state.apic_lvtpc = apic_read(APIC_LVTPC);
1592 apic_pm_state.apic_lvt0 = apic_read(APIC_LVT0);
1593 apic_pm_state.apic_lvt1 = apic_read(APIC_LVT1);
1594 apic_pm_state.apic_lvterr = apic_read(APIC_LVTERR);
1595 apic_pm_state.apic_tmict = apic_read(APIC_TMICT);
1596 apic_pm_state.apic_tdcr = apic_read(APIC_TDCR);
1597#ifdef CONFIG_X86_MCE_P4THERMAL
1598 if (maxlvt >= 5)
1599 apic_pm_state.apic_thmr = apic_read(APIC_LVTTHMR);
1600#endif
1601
1602 local_irq_save(flags);
1603 disable_local_APIC();
1604 local_irq_restore(flags);
1605 return 0;
1606}
1607
1608static int lapic_resume(struct sys_device *dev)
1609{
1610 unsigned int l, h;
1611 unsigned long flags;
1612 int maxlvt;
1613
1614 if (!apic_pm_state.active)
1615 return 0;
1616
1617 maxlvt = lapic_get_maxlvt();
1618
1619 local_irq_save(flags);
1620
1621 /*
1622 * Make sure the APICBASE points to the right address
1623 *
1624 * FIXME! This will be wrong if we ever support suspend on
1625 * SMP! We'll need to do this as part of the CPU restore!
1626 */
1627 rdmsr(MSR_IA32_APICBASE, l, h);
1628 l &= ~MSR_IA32_APICBASE_BASE;
1629 l |= MSR_IA32_APICBASE_ENABLE | mp_lapic_addr;
1630 wrmsr(MSR_IA32_APICBASE, l, h);
1631
1632 apic_write(APIC_LVTERR, ERROR_APIC_VECTOR | APIC_LVT_MASKED);
1633 apic_write(APIC_ID, apic_pm_state.apic_id);
1634 apic_write(APIC_DFR, apic_pm_state.apic_dfr);
1635 apic_write(APIC_LDR, apic_pm_state.apic_ldr);
1636 apic_write(APIC_TASKPRI, apic_pm_state.apic_taskpri);
1637 apic_write(APIC_SPIV, apic_pm_state.apic_spiv);
1638 apic_write(APIC_LVT0, apic_pm_state.apic_lvt0);
1639 apic_write(APIC_LVT1, apic_pm_state.apic_lvt1);
1640#ifdef CONFIG_X86_MCE_P4THERMAL
1641 if (maxlvt >= 5)
1642 apic_write(APIC_LVTTHMR, apic_pm_state.apic_thmr);
1643#endif
1644 if (maxlvt >= 4)
1645 apic_write(APIC_LVTPC, apic_pm_state.apic_lvtpc);
1646 apic_write(APIC_LVTT, apic_pm_state.apic_lvtt);
1647 apic_write(APIC_TDCR, apic_pm_state.apic_tdcr);
1648 apic_write(APIC_TMICT, apic_pm_state.apic_tmict);
1649 apic_write(APIC_ESR, 0);
1650 apic_read(APIC_ESR);
1651 apic_write(APIC_LVTERR, apic_pm_state.apic_lvterr);
1652 apic_write(APIC_ESR, 0);
1653 apic_read(APIC_ESR);
1654 local_irq_restore(flags);
1655 return 0;
1656}
1657
1658/*
1659 * This device has no shutdown method - fully functioning local APICs
1660 * are needed on every CPU up until machine_halt/restart/poweroff.
1661 */
1662
1663static struct sysdev_class lapic_sysclass = {
Kay Sieversaf5ca3f2007-12-20 02:09:39 +01001664 .name = "lapic",
Thomas Gleixnere05d7232007-02-16 01:27:58 -08001665 .resume = lapic_resume,
1666 .suspend = lapic_suspend,
1667};
1668
1669static struct sys_device device_lapic = {
1670 .id = 0,
1671 .cls = &lapic_sysclass,
1672};
1673
1674static void __devinit apic_pm_activate(void)
1675{
1676 apic_pm_state.active = 1;
1677}
1678
1679static int __init init_lapic_sysfs(void)
1680{
1681 int error;
1682
1683 if (!cpu_has_apic)
1684 return 0;
1685 /* XXX: remove suspend/resume procs if !apic_pm_state.active? */
1686
1687 error = sysdev_class_register(&lapic_sysclass);
1688 if (!error)
1689 error = sysdev_register(&device_lapic);
1690 return error;
1691}
1692device_initcall(init_lapic_sysfs);
1693
1694#else /* CONFIG_PM */
1695
1696static void apic_pm_activate(void) { }
1697
1698#endif /* CONFIG_PM */
Thomas Gleixner0e078e22008-01-30 13:30:20 +01001699
1700/*
1701 * APIC command line parameters
1702 */
1703static int __init parse_lapic(char *arg)
1704{
1705 enable_local_apic = 1;
1706 return 0;
1707}
1708early_param("lapic", parse_lapic);
1709
1710static int __init parse_nolapic(char *arg)
1711{
1712 enable_local_apic = -1;
Jeremy Fitzhardinge53756d32008-01-30 13:30:55 +01001713 clear_cpu_cap(&boot_cpu_data, X86_FEATURE_APIC);
Thomas Gleixner0e078e22008-01-30 13:30:20 +01001714 return 0;
1715}
1716early_param("nolapic", parse_nolapic);
1717
1718static int __init parse_disable_lapic_timer(char *arg)
1719{
1720 local_apic_timer_disabled = 1;
1721 return 0;
1722}
1723early_param("nolapic_timer", parse_disable_lapic_timer);
1724
1725static int __init parse_lapic_timer_c2_ok(char *arg)
1726{
1727 local_apic_timer_c2_ok = 1;
1728 return 0;
1729}
1730early_param("lapic_timer_c2_ok", parse_lapic_timer_c2_ok);
1731
1732static int __init apic_set_verbosity(char *str)
1733{
1734 if (strcmp("debug", str) == 0)
1735 apic_verbosity = APIC_DEBUG;
1736 else if (strcmp("verbose", str) == 0)
1737 apic_verbosity = APIC_VERBOSE;
1738 return 1;
1739}
1740__setup("apic=", apic_set_verbosity);
1741