blob: 2bc1186cc95a987118621842871725d0698bd0c9 [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
Thomas Gleixnere05d7232007-02-16 01:27:58 -080055/*
Eric W. Biederman9635b472005-06-25 14:57:41 -070056 * Knob to control our willingness to enable the local APIC.
Thomas Gleixnere05d7232007-02-16 01:27:58 -080057 *
Yinghai Lu914bebf2008-06-29 00:06:37 -070058 * +1=force-enable
Eric W. Biederman9635b472005-06-25 14:57:41 -070059 */
Yinghai Lu914bebf2008-06-29 00:06:37 -070060static int force_enable_local_apic;
61int disable_apic;
Eric W. Biederman9635b472005-06-25 14:57:41 -070062
Thomas Gleixnerd36b49b2007-02-16 01:28:06 -080063/* Local APIC timer verification ok */
64static int local_apic_timer_verify_ok;
Thomas Gleixneraa276e12008-06-09 19:15:00 +020065/* Disable local APIC timer from the kernel commandline or via dmi quirk */
66static int local_apic_timer_disabled;
Thomas Gleixnere585bef2007-03-23 16:08:01 +010067/* Local APIC timer works in C2 */
68int local_apic_timer_c2_ok;
69EXPORT_SYMBOL_GPL(local_apic_timer_c2_ok);
Thomas Gleixnere9e2cdb2007-02-16 01:28:04 -080070
Alan Mayerce178332008-04-16 15:17:20 -050071int first_system_vector = 0xfe;
72
73char system_vectors[NR_VECTORS] = { [0 ... NR_VECTORS-1] = SYS_VECTOR_FREE};
74
Eric W. Biederman9635b472005-06-25 14:57:41 -070075/*
Thomas Gleixnere05d7232007-02-16 01:27:58 -080076 * Debug level, exported for io_apic.c
Linus Torvalds1da177e2005-04-16 15:20:36 -070077 */
78int apic_verbosity;
79
Alexey Starikovskiyf3918352008-05-23 01:54:51 +040080int pic_mode;
81
Alexey Starikovskiybab4b272008-05-19 19:47:03 +040082/* Have we found an MP table */
83int smp_found_config;
84
Cyrill Gorcunov746f2eb2008-07-01 21:43:52 +040085static struct resource lapic_resource = {
86 .name = "Local APIC",
87 .flags = IORESOURCE_MEM | IORESOURCE_BUSY,
88};
89
Thomas Gleixnere9e2cdb2007-02-16 01:28:04 -080090static unsigned int calibration_result;
91
92static int lapic_next_event(unsigned long delta,
93 struct clock_event_device *evt);
94static void lapic_timer_setup(enum clock_event_mode mode,
95 struct clock_event_device *evt);
96static void lapic_timer_broadcast(cpumask_t mask);
Linus Torvalds1da177e2005-04-16 15:20:36 -070097static void apic_pm_activate(void);
98
Thomas Gleixnere9e2cdb2007-02-16 01:28:04 -080099/*
100 * The local apic timer can be used for any function which is CPU local.
101 */
102static struct clock_event_device lapic_clockevent = {
103 .name = "lapic",
104 .features = CLOCK_EVT_FEAT_PERIODIC | CLOCK_EVT_FEAT_ONESHOT
Thomas Gleixnerd36b49b2007-02-16 01:28:06 -0800105 | CLOCK_EVT_FEAT_C3STOP | CLOCK_EVT_FEAT_DUMMY,
Thomas Gleixnere9e2cdb2007-02-16 01:28:04 -0800106 .shift = 32,
107 .set_mode = lapic_timer_setup,
108 .set_next_event = lapic_next_event,
109 .broadcast = lapic_timer_broadcast,
110 .rating = 100,
111 .irq = -1,
112};
113static DEFINE_PER_CPU(struct clock_event_device, lapic_events);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700114
Thomas Gleixnere05d7232007-02-16 01:27:58 -0800115/* Local APIC was disabled by the BIOS and enabled by the kernel */
Linus Torvalds1da177e2005-04-16 15:20:36 -0700116static int enabled_via_apicbase;
117
Andi Kleend3432892008-01-30 13:33:17 +0100118static unsigned long apic_phys;
119
Thomas Gleixnere05d7232007-02-16 01:27:58 -0800120/*
121 * Get the LAPIC version
122 */
123static inline int lapic_get_version(void)
124{
125 return GET_APIC_VERSION(apic_read(APIC_LVR));
126}
127
128/*
Joe Perchesab4a5742008-01-30 13:31:42 +0100129 * Check, if the APIC is integrated or a separate chip
Thomas Gleixnere05d7232007-02-16 01:27:58 -0800130 */
131static inline int lapic_is_integrated(void)
132{
133 return APIC_INTEGRATED(lapic_get_version());
134}
135
136/*
137 * Check, whether this is a modern or a first generation APIC
138 */
139static int modern_apic(void)
140{
141 /* AMD systems use old APIC versions, so check the CPU */
142 if (boot_cpu_data.x86_vendor == X86_VENDOR_AMD &&
143 boot_cpu_data.x86 >= 0xf)
144 return 1;
145 return lapic_get_version() >= 0x14;
146}
147
Fernando Luis VazquezCaof2b218d2007-05-02 19:27:17 +0200148void apic_wait_icr_idle(void)
149{
150 while (apic_read(APIC_ICR) & APIC_ICR_BUSY)
151 cpu_relax();
152}
153
Thomas Gleixner42e0a9a2008-01-30 13:30:15 +0100154u32 safe_apic_wait_icr_idle(void)
Fernando Luis VazquezCaof2b218d2007-05-02 19:27:17 +0200155{
Thomas Gleixner42e0a9a2008-01-30 13:30:15 +0100156 u32 send_status;
Fernando Luis VazquezCaof2b218d2007-05-02 19:27:17 +0200157 int timeout;
158
159 timeout = 0;
160 do {
161 send_status = apic_read(APIC_ICR) & APIC_ICR_BUSY;
162 if (!send_status)
163 break;
164 udelay(100);
165 } while (timeout++ < 1000);
166
167 return send_status;
168}
169
Thomas Gleixnere05d7232007-02-16 01:27:58 -0800170/**
171 * enable_NMI_through_LVT0 - enable NMI through local vector table 0
172 */
Jan Beuliche9427102008-01-30 13:31:24 +0100173void __cpuinit enable_NMI_through_LVT0(void)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700174{
Thomas Gleixnere05d7232007-02-16 01:27:58 -0800175 unsigned int v = APIC_DM_NMI;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700176
Thomas Gleixnere05d7232007-02-16 01:27:58 -0800177 /* Level triggered for 82489DX */
178 if (!lapic_is_integrated())
Linus Torvalds1da177e2005-04-16 15:20:36 -0700179 v |= APIC_LVT_LEVEL_TRIGGER;
Maciej W. Rozycki593f4a72008-07-16 19:15:30 +0100180 apic_write(APIC_LVT0, v);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700181}
182
Thomas Gleixnere05d7232007-02-16 01:27:58 -0800183/**
184 * get_physical_broadcast - Get number of physical broadcast IDs
185 */
Linus Torvalds1da177e2005-04-16 15:20:36 -0700186int get_physical_broadcast(void)
187{
Thomas Gleixnere05d7232007-02-16 01:27:58 -0800188 return modern_apic() ? 0xff : 0xf;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700189}
190
Thomas Gleixnere05d7232007-02-16 01:27:58 -0800191/**
192 * lapic_get_maxlvt - get the maximum number of local vector table entries
193 */
194int lapic_get_maxlvt(void)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700195{
Thomas Gleixnere05d7232007-02-16 01:27:58 -0800196 unsigned int v = apic_read(APIC_LVR);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700197
Linus Torvalds1da177e2005-04-16 15:20:36 -0700198 /* 82489DXs do not report # of LVT entries. */
Thomas Gleixnere05d7232007-02-16 01:27:58 -0800199 return APIC_INTEGRATED(GET_APIC_VERSION(v)) ? GET_APIC_MAXLVT(v) : 2;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700200}
201
202/*
Thomas Gleixnere05d7232007-02-16 01:27:58 -0800203 * Local APIC timer
Linus Torvalds1da177e2005-04-16 15:20:36 -0700204 */
Linus Torvalds1da177e2005-04-16 15:20:36 -0700205
Thomas Gleixnerd36b49b2007-02-16 01:28:06 -0800206/* Clock divisor is set to 16 */
207#define APIC_DIVISOR 16
Linus Torvalds1da177e2005-04-16 15:20:36 -0700208
209/*
210 * This function sets up the local APIC timer, with a timeout of
211 * 'clocks' APIC bus clock. During calibration we actually call
212 * this function twice on the boot CPU, once with a bogus timeout
213 * value, second time for real. The other (noncalibrating) CPUs
214 * call this function only once, with the real, calibrated value.
Linus Torvalds1da177e2005-04-16 15:20:36 -0700215 */
Thomas Gleixnere9e2cdb2007-02-16 01:28:04 -0800216static void __setup_APIC_LVTT(unsigned int clocks, int oneshot, int irqen)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700217{
Thomas Gleixnere05d7232007-02-16 01:27:58 -0800218 unsigned int lvtt_value, tmp_value;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700219
Thomas Gleixnere9e2cdb2007-02-16 01:28:04 -0800220 lvtt_value = LOCAL_TIMER_VECTOR;
221 if (!oneshot)
222 lvtt_value |= APIC_LVT_TIMER_PERIODIC;
Thomas Gleixnere05d7232007-02-16 01:27:58 -0800223 if (!lapic_is_integrated())
Linus Torvalds1da177e2005-04-16 15:20:36 -0700224 lvtt_value |= SET_APIC_TIMER_BASE(APIC_TIMER_BASE_DIV);
Venkatesh Pallipadi6eb0a0f2006-01-11 22:44:21 +0100225
Thomas Gleixnere9e2cdb2007-02-16 01:28:04 -0800226 if (!irqen)
Venkatesh Pallipadi6eb0a0f2006-01-11 22:44:21 +0100227 lvtt_value |= APIC_LVT_MASKED;
228
Maciej W. Rozycki593f4a72008-07-16 19:15:30 +0100229 apic_write(APIC_LVTT, lvtt_value);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700230
231 /*
232 * Divide PICLK by 16
233 */
234 tmp_value = apic_read(APIC_TDCR);
Maciej W. Rozycki593f4a72008-07-16 19:15:30 +0100235 apic_write(APIC_TDCR,
236 (tmp_value & ~(APIC_TDR_DIV_1 | APIC_TDR_DIV_TMBASE)) |
237 APIC_TDR_DIV_16);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700238
Thomas Gleixnere9e2cdb2007-02-16 01:28:04 -0800239 if (!oneshot)
Maciej W. Rozycki593f4a72008-07-16 19:15:30 +0100240 apic_write(APIC_TMICT, clocks / APIC_DIVISOR);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700241}
242
Thomas Gleixnere9e2cdb2007-02-16 01:28:04 -0800243/*
244 * Program the next event, relative to now
245 */
246static int lapic_next_event(unsigned long delta,
247 struct clock_event_device *evt)
248{
Maciej W. Rozycki593f4a72008-07-16 19:15:30 +0100249 apic_write(APIC_TMICT, delta);
Thomas Gleixnere9e2cdb2007-02-16 01:28:04 -0800250 return 0;
251}
252
253/*
254 * Setup the lapic timer in periodic or oneshot mode
255 */
256static void lapic_timer_setup(enum clock_event_mode mode,
257 struct clock_event_device *evt)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700258{
259 unsigned long flags;
Thomas Gleixnere9e2cdb2007-02-16 01:28:04 -0800260 unsigned int v;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700261
Thomas Gleixnerd36b49b2007-02-16 01:28:06 -0800262 /* Lapic used for broadcast ? */
263 if (!local_apic_timer_verify_ok)
264 return;
265
Linus Torvalds1da177e2005-04-16 15:20:36 -0700266 local_irq_save(flags);
267
Thomas Gleixnere9e2cdb2007-02-16 01:28:04 -0800268 switch (mode) {
269 case CLOCK_EVT_MODE_PERIODIC:
270 case CLOCK_EVT_MODE_ONESHOT:
271 __setup_APIC_LVTT(calibration_result,
272 mode != CLOCK_EVT_MODE_PERIODIC, 1);
273 break;
274 case CLOCK_EVT_MODE_UNUSED:
275 case CLOCK_EVT_MODE_SHUTDOWN:
276 v = apic_read(APIC_LVTT);
277 v |= (APIC_LVT_MASKED | LOCAL_TIMER_VECTOR);
Maciej W. Rozycki593f4a72008-07-16 19:15:30 +0100278 apic_write(APIC_LVTT, v);
Thomas Gleixnere9e2cdb2007-02-16 01:28:04 -0800279 break;
Thomas Gleixner18de5bc2007-07-21 04:37:34 -0700280 case CLOCK_EVT_MODE_RESUME:
281 /* Nothing to do here */
282 break;
Thomas Gleixnere9e2cdb2007-02-16 01:28:04 -0800283 }
Linus Torvalds1da177e2005-04-16 15:20:36 -0700284
285 local_irq_restore(flags);
286}
287
288/*
Thomas Gleixnere9e2cdb2007-02-16 01:28:04 -0800289 * Local APIC timer broadcast function
290 */
291static void lapic_timer_broadcast(cpumask_t mask)
292{
293#ifdef CONFIG_SMP
294 send_IPI_mask(mask, LOCAL_TIMER_VECTOR);
295#endif
296}
297
298/*
299 * Setup the local APIC timer for this CPU. Copy the initilized values
300 * of the boot CPU and register the clock event in the framework.
301 */
302static void __devinit setup_APIC_timer(void)
303{
304 struct clock_event_device *levt = &__get_cpu_var(lapic_events);
305
306 memcpy(levt, &lapic_clockevent, sizeof(*levt));
307 levt->cpumask = cpumask_of_cpu(smp_processor_id());
308
309 clockevents_register_device(levt);
310}
311
312/*
Thomas Gleixnerd36b49b2007-02-16 01:28:06 -0800313 * In this functions we calibrate APIC bus clocks to the external timer.
Linus Torvalds1da177e2005-04-16 15:20:36 -0700314 *
Thomas Gleixnerd36b49b2007-02-16 01:28:06 -0800315 * We want to do the calibration only once since we want to have local timer
316 * irqs syncron. CPUs connected by the same APIC bus have the very same bus
317 * frequency.
Thomas Gleixnere9e2cdb2007-02-16 01:28:04 -0800318 *
Thomas Gleixnerd36b49b2007-02-16 01:28:06 -0800319 * This was previously done by reading the PIT/HPET and waiting for a wrap
320 * around to find out, that a tick has elapsed. I have a box, where the PIT
321 * readout is broken, so it never gets out of the wait loop again. This was
322 * also reported by others.
323 *
324 * Monitoring the jiffies value is inaccurate and the clockevents
325 * infrastructure allows us to do a simple substitution of the interrupt
326 * handler.
327 *
328 * The calibration routine also uses the pm_timer when possible, as the PIT
329 * happens to run way too slow (factor 2.3 on my VAIO CoreDuo, which goes
330 * back to normal later in the boot process).
Linus Torvalds1da177e2005-04-16 15:20:36 -0700331 */
332
Thomas Gleixnerd36b49b2007-02-16 01:28:06 -0800333#define LAPIC_CAL_LOOPS (HZ/10)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700334
Thomas Gleixnerf5352fd2007-07-21 17:11:32 +0200335static __initdata int lapic_cal_loops = -1;
Thomas Gleixnerd36b49b2007-02-16 01:28:06 -0800336static __initdata long lapic_cal_t1, lapic_cal_t2;
337static __initdata unsigned long long lapic_cal_tsc1, lapic_cal_tsc2;
338static __initdata unsigned long lapic_cal_pm1, lapic_cal_pm2;
339static __initdata unsigned long lapic_cal_j1, lapic_cal_j2;
340
341/*
342 * Temporary interrupt handler.
343 */
344static void __init lapic_cal_handler(struct clock_event_device *dev)
345{
346 unsigned long long tsc = 0;
347 long tapic = apic_read(APIC_TMCCT);
348 unsigned long pm = acpi_pm_read_early();
349
350 if (cpu_has_tsc)
351 rdtscll(tsc);
352
353 switch (lapic_cal_loops++) {
354 case 0:
355 lapic_cal_t1 = tapic;
356 lapic_cal_tsc1 = tsc;
357 lapic_cal_pm1 = pm;
358 lapic_cal_j1 = jiffies;
359 break;
360
361 case LAPIC_CAL_LOOPS:
362 lapic_cal_t2 = tapic;
363 lapic_cal_tsc2 = tsc;
364 if (pm < lapic_cal_pm1)
365 pm += ACPI_PM_OVRRUN;
366 lapic_cal_pm2 = pm;
367 lapic_cal_j2 = jiffies;
368 break;
369 }
370}
371
372/*
373 * Setup the boot APIC
374 *
375 * Calibrate and verify the result.
376 */
377void __init setup_boot_APIC_clock(void)
378{
379 struct clock_event_device *levt = &__get_cpu_var(lapic_events);
380 const long pm_100ms = PMTMR_TICKS_PER_SEC/10;
381 const long pm_thresh = pm_100ms/100;
382 void (*real_handler)(struct clock_event_device *dev);
383 unsigned long deltaj;
384 long delta, deltapm;
Thomas Gleixnerca1b9402007-03-18 01:26:13 -0800385 int pm_referenced = 0;
Thomas Gleixnerd36b49b2007-02-16 01:28:06 -0800386
Thomas Gleixnerad62ca22007-03-22 00:11:21 -0800387 /*
388 * The local apic timer can be disabled via the kernel
Andi Kleend3f7eae2007-08-10 22:31:07 +0200389 * commandline or from the CPU detection code. Register the lapic
Thomas Gleixnerad62ca22007-03-22 00:11:21 -0800390 * timer as a dummy clock event source on SMP systems, so the
391 * broadcast mechanism is used. On UP systems simply ignore it.
392 */
393 if (local_apic_timer_disabled) {
394 /* No broadcast on UP ! */
Thomas Gleixner9d099512008-01-30 13:33:04 +0100395 if (num_possible_cpus() > 1) {
396 lapic_clockevent.mult = 1;
Thomas Gleixnerad62ca22007-03-22 00:11:21 -0800397 setup_APIC_timer();
Thomas Gleixner9d099512008-01-30 13:33:04 +0100398 }
Thomas Gleixnerad62ca22007-03-22 00:11:21 -0800399 return;
400 }
401
Thomas Gleixnerd36b49b2007-02-16 01:28:06 -0800402 apic_printk(APIC_VERBOSE, "Using local APIC timer interrupts.\n"
403 "calibrating APIC timer ...\n");
404
405 local_irq_disable();
406
407 /* Replace the global interrupt handler */
408 real_handler = global_clock_event->event_handler;
409 global_clock_event->event_handler = lapic_cal_handler;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700410
411 /*
Thomas Gleixnerd36b49b2007-02-16 01:28:06 -0800412 * Setup the APIC counter to 1e9. There is no way the lapic
413 * can underflow in the 100ms detection time frame
Linus Torvalds1da177e2005-04-16 15:20:36 -0700414 */
Thomas Gleixnere9e2cdb2007-02-16 01:28:04 -0800415 __setup_APIC_LVTT(1000000000, 0, 0);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700416
Thomas Gleixnerd36b49b2007-02-16 01:28:06 -0800417 /* Let the interrupts run */
418 local_irq_enable();
Linus Torvalds1da177e2005-04-16 15:20:36 -0700419
Thomas Gleixnerca1b9402007-03-18 01:26:13 -0800420 while (lapic_cal_loops <= LAPIC_CAL_LOOPS)
421 cpu_relax();
Linus Torvalds1da177e2005-04-16 15:20:36 -0700422
Thomas Gleixnerd36b49b2007-02-16 01:28:06 -0800423 local_irq_disable();
Linus Torvalds1da177e2005-04-16 15:20:36 -0700424
Thomas Gleixnerd36b49b2007-02-16 01:28:06 -0800425 /* Restore the real event handler */
426 global_clock_event->event_handler = real_handler;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700427
Thomas Gleixnerd36b49b2007-02-16 01:28:06 -0800428 /* Build delta t1-t2 as apic timer counts down */
429 delta = lapic_cal_t1 - lapic_cal_t2;
430 apic_printk(APIC_VERBOSE, "... lapic delta = %ld\n", delta);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700431
Thomas Gleixnerd36b49b2007-02-16 01:28:06 -0800432 /* Check, if the PM timer is available */
433 deltapm = lapic_cal_pm2 - lapic_cal_pm1;
434 apic_printk(APIC_VERBOSE, "... PM timer delta = %ld\n", deltapm);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700435
Thomas Gleixnerd36b49b2007-02-16 01:28:06 -0800436 if (deltapm) {
437 unsigned long mult;
438 u64 res;
439
440 mult = clocksource_hz2mult(PMTMR_TICKS_PER_SEC, 22);
441
442 if (deltapm > (pm_100ms - pm_thresh) &&
443 deltapm < (pm_100ms + pm_thresh)) {
444 apic_printk(APIC_VERBOSE, "... PM timer result ok\n");
445 } else {
446 res = (((u64) deltapm) * mult) >> 22;
447 do_div(res, 1000000);
448 printk(KERN_WARNING "APIC calibration not consistent "
449 "with PM Timer: %ldms instead of 100ms\n",
450 (long)res);
451 /* Correct the lapic counter value */
Hiroshi Shimamotoff8a03a2008-01-30 13:32:36 +0100452 res = (((u64) delta) * pm_100ms);
Thomas Gleixnerd36b49b2007-02-16 01:28:06 -0800453 do_div(res, deltapm);
454 printk(KERN_INFO "APIC delta adjusted to PM-Timer: "
455 "%lu (%ld)\n", (unsigned long) res, delta);
456 delta = (long) res;
457 }
Thomas Gleixnerca1b9402007-03-18 01:26:13 -0800458 pm_referenced = 1;
Thomas Gleixnerd36b49b2007-02-16 01:28:06 -0800459 }
Linus Torvalds1da177e2005-04-16 15:20:36 -0700460
Thomas Gleixnere9e2cdb2007-02-16 01:28:04 -0800461 /* Calculate the scaled math multiplication factor */
Akinobu Mita877084f2008-04-19 23:55:16 +0900462 lapic_clockevent.mult = div_sc(delta, TICK_NSEC * LAPIC_CAL_LOOPS,
463 lapic_clockevent.shift);
Thomas Gleixnere9e2cdb2007-02-16 01:28:04 -0800464 lapic_clockevent.max_delta_ns =
465 clockevent_delta2ns(0x7FFFFF, &lapic_clockevent);
466 lapic_clockevent.min_delta_ns =
467 clockevent_delta2ns(0xF, &lapic_clockevent);
468
Thomas Gleixnerd36b49b2007-02-16 01:28:06 -0800469 calibration_result = (delta * APIC_DIVISOR) / LAPIC_CAL_LOOPS;
Thomas Gleixnere9e2cdb2007-02-16 01:28:04 -0800470
Thomas Gleixnerd36b49b2007-02-16 01:28:06 -0800471 apic_printk(APIC_VERBOSE, "..... delta %ld\n", delta);
472 apic_printk(APIC_VERBOSE, "..... mult: %ld\n", lapic_clockevent.mult);
473 apic_printk(APIC_VERBOSE, "..... calibration result: %u\n",
474 calibration_result);
475
476 if (cpu_has_tsc) {
477 delta = (long)(lapic_cal_tsc2 - lapic_cal_tsc1);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700478 apic_printk(APIC_VERBOSE, "..... CPU clock speed is "
Thomas Gleixnerd36b49b2007-02-16 01:28:06 -0800479 "%ld.%04ld MHz.\n",
480 (delta / LAPIC_CAL_LOOPS) / (1000000 / HZ),
481 (delta / LAPIC_CAL_LOOPS) % (1000000 / HZ));
482 }
Linus Torvalds1da177e2005-04-16 15:20:36 -0700483
484 apic_printk(APIC_VERBOSE, "..... host bus clock speed is "
Thomas Gleixnerd36b49b2007-02-16 01:28:06 -0800485 "%u.%04u MHz.\n",
486 calibration_result / (1000000 / HZ),
487 calibration_result % (1000000 / HZ));
Linus Torvalds1da177e2005-04-16 15:20:36 -0700488
Thomas Gleixnerd36b49b2007-02-16 01:28:06 -0800489 local_apic_timer_verify_ok = 1;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700490
Thomas Gleixnerc2b84b32008-01-30 13:33:04 +0100491 /*
492 * Do a sanity check on the APIC calibration result
493 */
494 if (calibration_result < (1000000 / HZ)) {
495 local_irq_enable();
496 printk(KERN_WARNING
497 "APIC frequency too slow, disabling apic timer\n");
498 /* No broadcast on UP ! */
499 if (num_possible_cpus() > 1)
500 setup_APIC_timer();
501 return;
502 }
503
Thomas Gleixnerca1b9402007-03-18 01:26:13 -0800504 /* We trust the pm timer based calibration */
505 if (!pm_referenced) {
506 apic_printk(APIC_VERBOSE, "... verify APIC timer\n");
Thomas Gleixnerd36b49b2007-02-16 01:28:06 -0800507
Thomas Gleixnerca1b9402007-03-18 01:26:13 -0800508 /*
509 * Setup the apic timer manually
510 */
511 levt->event_handler = lapic_cal_handler;
512 lapic_timer_setup(CLOCK_EVT_MODE_PERIODIC, levt);
513 lapic_cal_loops = -1;
Thomas Gleixnerd36b49b2007-02-16 01:28:06 -0800514
Thomas Gleixnerca1b9402007-03-18 01:26:13 -0800515 /* Let the interrupts run */
516 local_irq_enable();
Thomas Gleixnerd36b49b2007-02-16 01:28:06 -0800517
Thomas Gleixnerf5352fd2007-07-21 17:11:32 +0200518 while (lapic_cal_loops <= LAPIC_CAL_LOOPS)
Thomas Gleixnerca1b9402007-03-18 01:26:13 -0800519 cpu_relax();
Thomas Gleixnerd36b49b2007-02-16 01:28:06 -0800520
Thomas Gleixnerca1b9402007-03-18 01:26:13 -0800521 local_irq_disable();
Thomas Gleixnerd36b49b2007-02-16 01:28:06 -0800522
Thomas Gleixnerca1b9402007-03-18 01:26:13 -0800523 /* Stop the lapic timer */
524 lapic_timer_setup(CLOCK_EVT_MODE_SHUTDOWN, levt);
Thomas Gleixnerd36b49b2007-02-16 01:28:06 -0800525
Thomas Gleixnerca1b9402007-03-18 01:26:13 -0800526 local_irq_enable();
Thomas Gleixnerd36b49b2007-02-16 01:28:06 -0800527
Thomas Gleixnerca1b9402007-03-18 01:26:13 -0800528 /* Jiffies delta */
529 deltaj = lapic_cal_j2 - lapic_cal_j1;
530 apic_printk(APIC_VERBOSE, "... jiffies delta = %lu\n", deltaj);
Thomas Gleixnerd36b49b2007-02-16 01:28:06 -0800531
Thomas Gleixnerd36b49b2007-02-16 01:28:06 -0800532 /* Check, if the jiffies result is consistent */
Thomas Gleixnerca1b9402007-03-18 01:26:13 -0800533 if (deltaj >= LAPIC_CAL_LOOPS-2 && deltaj <= LAPIC_CAL_LOOPS+2)
Thomas Gleixnerd36b49b2007-02-16 01:28:06 -0800534 apic_printk(APIC_VERBOSE, "... jiffies result ok\n");
Thomas Gleixnerca1b9402007-03-18 01:26:13 -0800535 else
536 local_apic_timer_verify_ok = 0;
Ingo Molnar4edc5db2007-03-22 10:31:19 +0100537 } else
538 local_irq_enable();
Thomas Gleixnerd36b49b2007-02-16 01:28:06 -0800539
540 if (!local_apic_timer_verify_ok) {
541 printk(KERN_WARNING
542 "APIC timer disabled due to verification failure.\n");
543 /* No broadcast on UP ! */
544 if (num_possible_cpus() == 1)
545 return;
Thomas Gleixnera5f5e432007-03-05 00:30:45 -0800546 } else {
547 /*
548 * If nmi_watchdog is set to IO_APIC, we need the
549 * PIT/HPET going. Otherwise register lapic as a dummy
550 * device.
551 */
552 if (nmi_watchdog != NMI_IO_APIC)
553 lapic_clockevent.features &= ~CLOCK_EVT_FEAT_DUMMY;
Ingo Molnar820de5c2007-07-21 04:37:36 -0700554 else
555 printk(KERN_WARNING "APIC timer registered as dummy,"
Cyrill Gorcunov116f5702008-06-24 22:52:04 +0200556 " due to nmi_watchdog=%d!\n", nmi_watchdog);
Thomas Gleixnera5f5e432007-03-05 00:30:45 -0800557 }
Thomas Gleixnerd36b49b2007-02-16 01:28:06 -0800558
559 /* Setup the lapic or request the broadcast */
560 setup_APIC_timer();
Linus Torvalds1da177e2005-04-16 15:20:36 -0700561}
562
Li Shaohua0bb31842005-06-25 14:54:55 -0700563void __devinit setup_secondary_APIC_clock(void)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700564{
Thomas Gleixnere9e2cdb2007-02-16 01:28:04 -0800565 setup_APIC_timer();
Linus Torvalds1da177e2005-04-16 15:20:36 -0700566}
567
Linus Torvalds1da177e2005-04-16 15:20:36 -0700568/*
Thomas Gleixnere9e2cdb2007-02-16 01:28:04 -0800569 * The guts of the apic timer interrupt
Linus Torvalds1da177e2005-04-16 15:20:36 -0700570 */
Thomas Gleixnere9e2cdb2007-02-16 01:28:04 -0800571static void local_apic_timer_interrupt(void)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700572{
Thomas Gleixnere9e2cdb2007-02-16 01:28:04 -0800573 int cpu = smp_processor_id();
574 struct clock_event_device *evt = &per_cpu(lapic_events, cpu);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700575
576 /*
Thomas Gleixnerd36b49b2007-02-16 01:28:06 -0800577 * Normally we should not be here till LAPIC has been initialized but
578 * in some cases like kdump, its possible that there is a pending LAPIC
579 * timer interrupt from previous kernel's context and is delivered in
580 * new kernel the moment interrupts are enabled.
Linus Torvalds1da177e2005-04-16 15:20:36 -0700581 *
Thomas Gleixnerd36b49b2007-02-16 01:28:06 -0800582 * Interrupts are enabled early and LAPIC is setup much later, hence
583 * its possible that when we get here evt->event_handler is NULL.
584 * Check for event_handler being NULL and discard the interrupt as
585 * spurious.
Linus Torvalds1da177e2005-04-16 15:20:36 -0700586 */
Thomas Gleixnere9e2cdb2007-02-16 01:28:04 -0800587 if (!evt->event_handler) {
588 printk(KERN_WARNING
589 "Spurious LAPIC timer interrupt on cpu %d\n", cpu);
590 /* Switch it off */
591 lapic_timer_setup(CLOCK_EVT_MODE_SHUTDOWN, evt);
592 return;
593 }
594
Thomas Gleixner0e078e22008-01-30 13:30:20 +0100595 /*
596 * the NMI deadlock-detector uses this.
597 */
Thomas Gleixnere9e2cdb2007-02-16 01:28:04 -0800598 per_cpu(irq_stat, cpu).apic_timer_irqs++;
599
600 evt->event_handler(evt);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700601}
602
603/*
604 * Local APIC timer interrupt. This is the most natural way for doing
605 * local interrupts, but local timer interrupts can be emulated by
606 * broadcast interrupts too. [in case the hw doesn't support APIC timers]
607 *
608 * [ if a single-CPU system runs an SMP kernel then we call the local
609 * interrupt as well. Thus we cannot inline the local irq ... ]
610 */
Harvey Harrison75604d72008-01-30 13:31:17 +0100611void smp_apic_timer_interrupt(struct pt_regs *regs)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700612{
David Howells7d12e782006-10-05 14:55:46 +0100613 struct pt_regs *old_regs = set_irq_regs(regs);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700614
615 /*
616 * NOTE! We'd better ACK the irq immediately,
617 * because timer handling can be slow.
618 */
619 ack_APIC_irq();
620 /*
621 * update_process_times() expects us to have done irq_enter().
622 * Besides, if we don't timer interrupts ignore the global
623 * interrupt lock, which is the WrongThing (tm) to do.
624 */
625 irq_enter();
Thomas Gleixnere9e2cdb2007-02-16 01:28:04 -0800626 local_apic_timer_interrupt();
Linus Torvalds1da177e2005-04-16 15:20:36 -0700627 irq_exit();
Thomas Gleixnere9e2cdb2007-02-16 01:28:04 -0800628
David Howells7d12e782006-10-05 14:55:46 +0100629 set_irq_regs(old_regs);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700630}
631
Venkatesh Pallipadi5a07a302006-01-11 22:44:18 +0100632int setup_profiling_timer(unsigned int multiplier)
633{
634 return -EINVAL;
635}
636
Linus Torvalds1da177e2005-04-16 15:20:36 -0700637/*
Robert Richtere319e762008-02-13 16:19:36 +0100638 * Setup extended LVT, AMD specific (K8, family 10h)
639 *
640 * Vector mappings are hard coded. On K8 only offset 0 (APIC500) and
641 * MCE interrupts are supported. Thus MCE offset must be set to 0.
642 */
643
644#define APIC_EILVT_LVTOFF_MCE 0
645#define APIC_EILVT_LVTOFF_IBS 1
646
647static void setup_APIC_eilvt(u8 lvt_off, u8 vector, u8 msg_type, u8 mask)
648{
649 unsigned long reg = (lvt_off << 4) + APIC_EILVT0;
650 unsigned int v = (mask << 16) | (msg_type << 8) | vector;
651 apic_write(reg, v);
652}
653
654u8 setup_APIC_eilvt_mce(u8 vector, u8 msg_type, u8 mask)
655{
656 setup_APIC_eilvt(APIC_EILVT_LVTOFF_MCE, vector, msg_type, mask);
657 return APIC_EILVT_LVTOFF_MCE;
658}
659
660u8 setup_APIC_eilvt_ibs(u8 vector, u8 msg_type, u8 mask)
661{
662 setup_APIC_eilvt(APIC_EILVT_LVTOFF_IBS, vector, msg_type, mask);
663 return APIC_EILVT_LVTOFF_IBS;
664}
665
666/*
Thomas Gleixnere05d7232007-02-16 01:27:58 -0800667 * Local APIC start and shutdown
Linus Torvalds1da177e2005-04-16 15:20:36 -0700668 */
Thomas Gleixnere05d7232007-02-16 01:27:58 -0800669
670/**
671 * clear_local_APIC - shutdown the local APIC
672 *
673 * This is called, when a CPU is disabled and before rebooting, so the state of
674 * the local APIC has no dangling leftovers. Also used to cleanout any BIOS
675 * leftovers during boot.
676 */
677void clear_local_APIC(void)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700678{
Andi Kleend3432892008-01-30 13:33:17 +0100679 int maxlvt;
Thomas Gleixner0e078e22008-01-30 13:30:20 +0100680 u32 v;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700681
Andi Kleend3432892008-01-30 13:33:17 +0100682 /* APIC hasn't been mapped yet */
683 if (!apic_phys)
684 return;
685
686 maxlvt = lapic_get_maxlvt();
Linus Torvalds1da177e2005-04-16 15:20:36 -0700687 /*
Thomas Gleixnere05d7232007-02-16 01:27:58 -0800688 * Masking an LVT entry can trigger a local APIC error
689 * if the vector is zero. Mask LVTERR first to prevent this.
Linus Torvalds1da177e2005-04-16 15:20:36 -0700690 */
Thomas Gleixnere05d7232007-02-16 01:27:58 -0800691 if (maxlvt >= 3) {
692 v = ERROR_APIC_VECTOR; /* any non-zero vector will do */
Maciej W. Rozycki593f4a72008-07-16 19:15:30 +0100693 apic_write(APIC_LVTERR, v | APIC_LVT_MASKED);
Thomas Gleixnere05d7232007-02-16 01:27:58 -0800694 }
695 /*
696 * Careful: we have to set masks only first to deassert
697 * any level-triggered sources.
698 */
699 v = apic_read(APIC_LVTT);
Maciej W. Rozycki593f4a72008-07-16 19:15:30 +0100700 apic_write(APIC_LVTT, v | APIC_LVT_MASKED);
Thomas Gleixnere05d7232007-02-16 01:27:58 -0800701 v = apic_read(APIC_LVT0);
Maciej W. Rozycki593f4a72008-07-16 19:15:30 +0100702 apic_write(APIC_LVT0, v | APIC_LVT_MASKED);
Thomas Gleixnere05d7232007-02-16 01:27:58 -0800703 v = apic_read(APIC_LVT1);
Maciej W. Rozycki593f4a72008-07-16 19:15:30 +0100704 apic_write(APIC_LVT1, v | APIC_LVT_MASKED);
Thomas Gleixnere05d7232007-02-16 01:27:58 -0800705 if (maxlvt >= 4) {
706 v = apic_read(APIC_LVTPC);
Maciej W. Rozycki593f4a72008-07-16 19:15:30 +0100707 apic_write(APIC_LVTPC, v | APIC_LVT_MASKED);
Thomas Gleixnere05d7232007-02-16 01:27:58 -0800708 }
Linus Torvalds1da177e2005-04-16 15:20:36 -0700709
Thomas Gleixnere05d7232007-02-16 01:27:58 -0800710 /* lets not touch this if we didn't frob it */
711#ifdef CONFIG_X86_MCE_P4THERMAL
712 if (maxlvt >= 5) {
713 v = apic_read(APIC_LVTTHMR);
Maciej W. Rozycki593f4a72008-07-16 19:15:30 +0100714 apic_write(APIC_LVTTHMR, v | APIC_LVT_MASKED);
Thomas Gleixnere05d7232007-02-16 01:27:58 -0800715 }
716#endif
717 /*
718 * Clean APIC state for other OSs:
719 */
Maciej W. Rozycki593f4a72008-07-16 19:15:30 +0100720 apic_write(APIC_LVTT, APIC_LVT_MASKED);
721 apic_write(APIC_LVT0, APIC_LVT_MASKED);
722 apic_write(APIC_LVT1, APIC_LVT_MASKED);
Thomas Gleixnere05d7232007-02-16 01:27:58 -0800723 if (maxlvt >= 3)
Maciej W. Rozycki593f4a72008-07-16 19:15:30 +0100724 apic_write(APIC_LVTERR, APIC_LVT_MASKED);
Thomas Gleixnere05d7232007-02-16 01:27:58 -0800725 if (maxlvt >= 4)
Maciej W. Rozycki593f4a72008-07-16 19:15:30 +0100726 apic_write(APIC_LVTPC, APIC_LVT_MASKED);
Thomas Gleixnere05d7232007-02-16 01:27:58 -0800727
728#ifdef CONFIG_X86_MCE_P4THERMAL
729 if (maxlvt >= 5)
Maciej W. Rozycki593f4a72008-07-16 19:15:30 +0100730 apic_write(APIC_LVTTHMR, APIC_LVT_MASKED);
Thomas Gleixnere05d7232007-02-16 01:27:58 -0800731#endif
732 /* Integrated APIC (!82489DX) ? */
733 if (lapic_is_integrated()) {
734 if (maxlvt > 3)
735 /* Clear ESR due to Pentium errata 3AP and 11AP */
736 apic_write(APIC_ESR, 0);
737 apic_read(APIC_ESR);
738 }
739}
740
741/**
742 * disable_local_APIC - clear and disable the local APIC
743 */
744void disable_local_APIC(void)
745{
746 unsigned long value;
747
748 clear_local_APIC();
749
750 /*
751 * Disable APIC (implies clearing of registers
752 * for 82489DX!).
753 */
754 value = apic_read(APIC_SPIV);
755 value &= ~APIC_SPIV_APIC_ENABLED;
Maciej W. Rozycki593f4a72008-07-16 19:15:30 +0100756 apic_write(APIC_SPIV, value);
Thomas Gleixnere05d7232007-02-16 01:27:58 -0800757
758 /*
759 * When LAPIC was disabled by the BIOS and enabled by the kernel,
760 * restore the disabled state.
761 */
762 if (enabled_via_apicbase) {
763 unsigned int l, h;
764
765 rdmsr(MSR_IA32_APICBASE, l, h);
766 l &= ~MSR_IA32_APICBASE_ENABLE;
767 wrmsr(MSR_IA32_APICBASE, l, h);
768 }
Linus Torvalds1da177e2005-04-16 15:20:36 -0700769}
770
771/*
Thomas Gleixnere05d7232007-02-16 01:27:58 -0800772 * If Linux enabled the LAPIC against the BIOS default disable it down before
773 * re-entering the BIOS on shutdown. Otherwise the BIOS may get confused and
774 * not power-off. Additionally clear all LVT entries before disable_local_APIC
775 * for the case where Linux didn't enable the LAPIC.
Linus Torvalds1da177e2005-04-16 15:20:36 -0700776 */
Thomas Gleixnere05d7232007-02-16 01:27:58 -0800777void lapic_shutdown(void)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700778{
Thomas Gleixnere05d7232007-02-16 01:27:58 -0800779 unsigned long flags;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700780
Thomas Gleixnere05d7232007-02-16 01:27:58 -0800781 if (!cpu_has_apic)
782 return;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700783
Thomas Gleixnere05d7232007-02-16 01:27:58 -0800784 local_irq_save(flags);
785 clear_local_APIC();
786
787 if (enabled_via_apicbase)
788 disable_local_APIC();
789
790 local_irq_restore(flags);
791}
792
793/*
794 * This is to verify that we're looking at a real local APIC.
795 * Check these against your board if the CPUs aren't getting
796 * started for no apparent reason.
797 */
798int __init verify_local_APIC(void)
799{
800 unsigned int reg0, reg1;
801
802 /*
803 * The version register is read-only in a real APIC.
804 */
805 reg0 = apic_read(APIC_LVR);
806 apic_printk(APIC_DEBUG, "Getting VERSION: %x\n", reg0);
807 apic_write(APIC_LVR, reg0 ^ APIC_LVR_MASK);
808 reg1 = apic_read(APIC_LVR);
809 apic_printk(APIC_DEBUG, "Getting VERSION: %x\n", reg1);
810
811 /*
812 * The two version reads above should print the same
813 * numbers. If the second one is different, then we
814 * poke at a non-APIC.
815 */
816 if (reg1 != reg0)
817 return 0;
818
819 /*
820 * Check if the version looks reasonably.
821 */
822 reg1 = GET_APIC_VERSION(reg0);
823 if (reg1 == 0x00 || reg1 == 0xff)
824 return 0;
825 reg1 = lapic_get_maxlvt();
826 if (reg1 < 0x02 || reg1 == 0xff)
827 return 0;
828
829 /*
830 * The ID register is read/write in a real APIC.
831 */
832 reg0 = apic_read(APIC_ID);
833 apic_printk(APIC_DEBUG, "Getting ID: %x\n", reg0);
834
835 /*
836 * The next two are just to see if we have sane values.
837 * They're only really relevant if we're in Virtual Wire
838 * compatibility mode, but most boxes are anymore.
839 */
840 reg0 = apic_read(APIC_LVT0);
841 apic_printk(APIC_DEBUG, "Getting LVT0: %x\n", reg0);
842 reg1 = apic_read(APIC_LVT1);
843 apic_printk(APIC_DEBUG, "Getting LVT1: %x\n", reg1);
844
845 return 1;
846}
847
848/**
849 * sync_Arb_IDs - synchronize APIC bus arbitration IDs
850 */
851void __init sync_Arb_IDs(void)
852{
853 /*
854 * Unsupported on P4 - see Intel Dev. Manual Vol. 3, Ch. 8.6.1 And not
855 * needed on AMD.
856 */
Ingo Molnarf44d9ef2007-11-26 20:42:20 +0100857 if (modern_apic() || boot_cpu_data.x86_vendor == X86_VENDOR_AMD)
Thomas Gleixnere05d7232007-02-16 01:27:58 -0800858 return;
859 /*
860 * Wait for idle.
861 */
862 apic_wait_icr_idle();
863
864 apic_printk(APIC_DEBUG, "Synchronizing Arb IDs.\n");
Maciej W. Rozycki593f4a72008-07-16 19:15:30 +0100865 apic_write(APIC_ICR,
866 APIC_DEST_ALLINC | APIC_INT_LEVELTRIG | APIC_DM_INIT);
Thomas Gleixnere05d7232007-02-16 01:27:58 -0800867}
868
869/*
870 * An initial setup of the virtual wire mode.
871 */
872void __init init_bsp_APIC(void)
873{
874 unsigned long value;
875
876 /*
877 * Don't do the setup now if we have a SMP BIOS as the
878 * through-I/O-APIC virtual wire mode might be active.
879 */
880 if (smp_found_config || !cpu_has_apic)
881 return;
882
883 /*
884 * Do not trust the local APIC being empty at bootup.
885 */
886 clear_local_APIC();
887
888 /*
889 * Enable APIC.
890 */
891 value = apic_read(APIC_SPIV);
892 value &= ~APIC_VECTOR_MASK;
893 value |= APIC_SPIV_APIC_ENABLED;
894
895 /* This bit is reserved on P4/Xeon and should be cleared */
896 if ((boot_cpu_data.x86_vendor == X86_VENDOR_INTEL) &&
897 (boot_cpu_data.x86 == 15))
898 value &= ~APIC_SPIV_FOCUS_DISABLED;
899 else
900 value |= APIC_SPIV_FOCUS_DISABLED;
901 value |= SPURIOUS_APIC_VECTOR;
Maciej W. Rozycki593f4a72008-07-16 19:15:30 +0100902 apic_write(APIC_SPIV, value);
Thomas Gleixnere05d7232007-02-16 01:27:58 -0800903
904 /*
905 * Set up the virtual wire mode.
906 */
Maciej W. Rozycki593f4a72008-07-16 19:15:30 +0100907 apic_write(APIC_LVT0, APIC_DM_EXTINT);
Thomas Gleixnere05d7232007-02-16 01:27:58 -0800908 value = APIC_DM_NMI;
909 if (!lapic_is_integrated()) /* 82489DX */
910 value |= APIC_LVT_LEVEL_TRIGGER;
Maciej W. Rozycki593f4a72008-07-16 19:15:30 +0100911 apic_write(APIC_LVT1, value);
Thomas Gleixnere05d7232007-02-16 01:27:58 -0800912}
913
Ingo Molnara4928cf2008-04-23 13:20:56 +0200914static void __cpuinit lapic_setup_esr(void)
Glauber de Oliveira Costadf7939a2008-03-19 14:25:48 -0300915{
916 unsigned long oldvalue, value, maxlvt;
917 if (lapic_is_integrated() && !esr_disable) {
918 /* !82489DX */
919 maxlvt = lapic_get_maxlvt();
920 if (maxlvt > 3) /* Due to the Pentium erratum 3AP. */
921 apic_write(APIC_ESR, 0);
922 oldvalue = apic_read(APIC_ESR);
923
924 /* enables sending errors */
925 value = ERROR_APIC_VECTOR;
Maciej W. Rozycki593f4a72008-07-16 19:15:30 +0100926 apic_write(APIC_LVTERR, value);
Glauber de Oliveira Costadf7939a2008-03-19 14:25:48 -0300927 /*
928 * spec says clear errors after enabling vector.
929 */
930 if (maxlvt > 3)
931 apic_write(APIC_ESR, 0);
932 value = apic_read(APIC_ESR);
933 if (value != oldvalue)
934 apic_printk(APIC_VERBOSE, "ESR value before enabling "
935 "vector: 0x%08lx after: 0x%08lx\n",
936 oldvalue, value);
937 } else {
938 if (esr_disable)
939 /*
940 * Something untraceable is creating bad interrupts on
941 * secondary quads ... for the moment, just leave the
942 * ESR disabled - we can't do anything useful with the
943 * errors anyway - mbligh
944 */
945 printk(KERN_INFO "Leaving ESR disabled.\n");
946 else
947 printk(KERN_INFO "No ESR for 82489DX.\n");
948 }
949}
950
951
Thomas Gleixnere05d7232007-02-16 01:27:58 -0800952/**
953 * setup_local_APIC - setup the local APIC
954 */
Adrian Bunkd5337982007-12-19 23:20:18 +0100955void __cpuinit setup_local_APIC(void)
Thomas Gleixnere05d7232007-02-16 01:27:58 -0800956{
Glauber de Oliveira Costadf7939a2008-03-19 14:25:48 -0300957 unsigned long value, integrated;
Thomas Gleixnere05d7232007-02-16 01:27:58 -0800958 int i, j;
959
960 /* Pound the ESR really hard over the head with a big hammer - mbligh */
961 if (esr_disable) {
962 apic_write(APIC_ESR, 0);
963 apic_write(APIC_ESR, 0);
964 apic_write(APIC_ESR, 0);
965 apic_write(APIC_ESR, 0);
966 }
967
968 integrated = lapic_is_integrated();
969
970 /*
971 * Double-check whether this APIC is really registered.
972 */
973 if (!apic_id_registered())
Ingo Molnar22d5c672008-07-10 16:29:28 +0200974 WARN_ON_ONCE(1);
Thomas Gleixnere05d7232007-02-16 01:27:58 -0800975
976 /*
977 * Intel recommends to set DFR, LDR and TPR before enabling
978 * an APIC. See e.g. "AP-388 82489DX User's Manual" (Intel
979 * document number 292116). So here it goes...
980 */
981 init_apic_ldr();
982
983 /*
984 * Set Task Priority to 'accept all'. We never change this
985 * later on.
986 */
987 value = apic_read(APIC_TASKPRI);
988 value &= ~APIC_TPRI_MASK;
Maciej W. Rozycki593f4a72008-07-16 19:15:30 +0100989 apic_write(APIC_TASKPRI, value);
Thomas Gleixnere05d7232007-02-16 01:27:58 -0800990
991 /*
992 * After a crash, we no longer service the interrupts and a pending
993 * interrupt from previous kernel might still have ISR bit set.
994 *
995 * Most probably by now CPU has serviced that pending interrupt and
996 * it might not have done the ack_APIC_irq() because it thought,
997 * interrupt came from i8259 as ExtInt. LAPIC did not get EOI so it
998 * does not clear the ISR bit and cpu thinks it has already serivced
999 * the interrupt. Hence a vector might get locked. It was noticed
1000 * for timer irq (vector 0x31). Issue an extra EOI to clear ISR.
1001 */
1002 for (i = APIC_ISR_NR - 1; i >= 0; i--) {
1003 value = apic_read(APIC_ISR + i*0x10);
1004 for (j = 31; j >= 0; j--) {
1005 if (value & (1<<j))
1006 ack_APIC_irq();
1007 }
1008 }
1009
1010 /*
1011 * Now that we are all set up, enable the APIC
1012 */
1013 value = apic_read(APIC_SPIV);
1014 value &= ~APIC_VECTOR_MASK;
1015 /*
1016 * Enable APIC
1017 */
1018 value |= APIC_SPIV_APIC_ENABLED;
1019
1020 /*
1021 * Some unknown Intel IO/APIC (or APIC) errata is biting us with
1022 * certain networking cards. If high frequency interrupts are
1023 * happening on a particular IOAPIC pin, plus the IOAPIC routing
1024 * entry is masked/unmasked at a high rate as well then sooner or
1025 * later IOAPIC line gets 'stuck', no more interrupts are received
1026 * from the device. If focus CPU is disabled then the hang goes
1027 * away, oh well :-(
1028 *
1029 * [ This bug can be reproduced easily with a level-triggered
1030 * PCI Ne2000 networking cards and PII/PIII processors, dual
1031 * BX chipset. ]
1032 */
1033 /*
1034 * Actually disabling the focus CPU check just makes the hang less
1035 * frequent as it makes the interrupt distributon model be more
1036 * like LRU than MRU (the short-term load is more even across CPUs).
1037 * See also the comment in end_level_ioapic_irq(). --macro
1038 */
1039
1040 /* Enable focus processor (bit==0) */
1041 value &= ~APIC_SPIV_FOCUS_DISABLED;
1042
1043 /*
1044 * Set spurious IRQ vector
1045 */
1046 value |= SPURIOUS_APIC_VECTOR;
Maciej W. Rozycki593f4a72008-07-16 19:15:30 +01001047 apic_write(APIC_SPIV, value);
Thomas Gleixnere05d7232007-02-16 01:27:58 -08001048
1049 /*
1050 * Set up LVT0, LVT1:
1051 *
1052 * set up through-local-APIC on the BP's LINT0. This is not
Simon Arlott27b46d72007-10-20 01:13:56 +02001053 * strictly necessary in pure symmetric-IO mode, but sometimes
Thomas Gleixnere05d7232007-02-16 01:27:58 -08001054 * we delegate interrupts to the 8259A.
1055 */
1056 /*
1057 * TODO: set up through-local-APIC from through-I/O-APIC? --macro
1058 */
1059 value = apic_read(APIC_LVT0) & APIC_LVT_MASKED;
1060 if (!smp_processor_id() && (pic_mode || !value)) {
1061 value = APIC_DM_EXTINT;
1062 apic_printk(APIC_VERBOSE, "enabled ExtINT on CPU#%d\n",
1063 smp_processor_id());
1064 } else {
1065 value = APIC_DM_EXTINT | APIC_LVT_MASKED;
1066 apic_printk(APIC_VERBOSE, "masked ExtINT on CPU#%d\n",
1067 smp_processor_id());
1068 }
Maciej W. Rozycki593f4a72008-07-16 19:15:30 +01001069 apic_write(APIC_LVT0, value);
Thomas Gleixnere05d7232007-02-16 01:27:58 -08001070
1071 /*
1072 * only the BP should see the LINT1 NMI signal, obviously.
1073 */
1074 if (!smp_processor_id())
1075 value = APIC_DM_NMI;
1076 else
1077 value = APIC_DM_NMI | APIC_LVT_MASKED;
1078 if (!integrated) /* 82489DX */
1079 value |= APIC_LVT_LEVEL_TRIGGER;
Maciej W. Rozycki593f4a72008-07-16 19:15:30 +01001080 apic_write(APIC_LVT1, value);
Glauber de Oliveira Costaac60aae2008-03-19 14:25:49 -03001081}
1082
1083void __cpuinit end_local_APIC_setup(void)
1084{
1085 unsigned long value;
Thomas Gleixnere05d7232007-02-16 01:27:58 -08001086
Glauber de Oliveira Costadf7939a2008-03-19 14:25:48 -03001087 lapic_setup_esr();
Thomas Gleixnere9e2cdb2007-02-16 01:28:04 -08001088 /* Disable the local apic timer */
1089 value = apic_read(APIC_LVTT);
1090 value |= (APIC_LVT_MASKED | LOCAL_TIMER_VECTOR);
Maciej W. Rozycki593f4a72008-07-16 19:15:30 +01001091 apic_write(APIC_LVTT, value);
Thomas Gleixnere9e2cdb2007-02-16 01:28:04 -08001092
Thomas Gleixnere05d7232007-02-16 01:27:58 -08001093 setup_apic_nmi_watchdog(NULL);
1094 apic_pm_activate();
1095}
1096
1097/*
1098 * Detect and initialize APIC
1099 */
Hiroshi Shimamotoe83a5fd2008-01-30 13:32:35 +01001100static int __init detect_init_APIC(void)
Thomas Gleixnere05d7232007-02-16 01:27:58 -08001101{
1102 u32 h, l, features;
1103
1104 /* Disabled by kernel option? */
Yinghai Lu914bebf2008-06-29 00:06:37 -07001105 if (disable_apic)
Thomas Gleixnere05d7232007-02-16 01:27:58 -08001106 return -1;
1107
1108 switch (boot_cpu_data.x86_vendor) {
1109 case X86_VENDOR_AMD:
1110 if ((boot_cpu_data.x86 == 6 && boot_cpu_data.x86_model > 1) ||
1111 (boot_cpu_data.x86 == 15))
1112 break;
1113 goto no_apic;
1114 case X86_VENDOR_INTEL:
1115 if (boot_cpu_data.x86 == 6 || boot_cpu_data.x86 == 15 ||
1116 (boot_cpu_data.x86 == 5 && cpu_has_apic))
1117 break;
1118 goto no_apic;
1119 default:
1120 goto no_apic;
1121 }
1122
1123 if (!cpu_has_apic) {
1124 /*
1125 * Over-ride BIOS and try to enable the local APIC only if
1126 * "lapic" specified.
1127 */
Yinghai Lu914bebf2008-06-29 00:06:37 -07001128 if (!force_enable_local_apic) {
Thomas Gleixnere05d7232007-02-16 01:27:58 -08001129 printk(KERN_INFO "Local APIC disabled by BIOS -- "
1130 "you can enable it with \"lapic\"\n");
1131 return -1;
1132 }
1133 /*
1134 * Some BIOSes disable the local APIC in the APIC_BASE
1135 * MSR. This can only be done in software for Intel P6 or later
1136 * and AMD K7 (Model > 1) or later.
1137 */
1138 rdmsr(MSR_IA32_APICBASE, l, h);
1139 if (!(l & MSR_IA32_APICBASE_ENABLE)) {
1140 printk(KERN_INFO
1141 "Local APIC disabled by BIOS -- reenabling.\n");
1142 l &= ~MSR_IA32_APICBASE_BASE;
1143 l |= MSR_IA32_APICBASE_ENABLE | APIC_DEFAULT_PHYS_BASE;
1144 wrmsr(MSR_IA32_APICBASE, l, h);
1145 enabled_via_apicbase = 1;
1146 }
1147 }
1148 /*
1149 * The APIC feature bit should now be enabled
1150 * in `cpuid'
1151 */
1152 features = cpuid_edx(1);
1153 if (!(features & (1 << X86_FEATURE_APIC))) {
1154 printk(KERN_WARNING "Could not enable APIC!\n");
1155 return -1;
1156 }
Jeremy Fitzhardinge53756d32008-01-30 13:30:55 +01001157 set_cpu_cap(&boot_cpu_data, X86_FEATURE_APIC);
Thomas Gleixnere05d7232007-02-16 01:27:58 -08001158 mp_lapic_addr = APIC_DEFAULT_PHYS_BASE;
1159
1160 /* The BIOS may have set up the APIC at some other address */
1161 rdmsr(MSR_IA32_APICBASE, l, h);
1162 if (l & MSR_IA32_APICBASE_ENABLE)
1163 mp_lapic_addr = l & MSR_IA32_APICBASE_BASE;
1164
Thomas Gleixnere05d7232007-02-16 01:27:58 -08001165 printk(KERN_INFO "Found and enabled local APIC!\n");
1166
1167 apic_pm_activate();
1168
1169 return 0;
1170
1171no_apic:
1172 printk(KERN_INFO "No local APIC present or hardware disabled\n");
1173 return -1;
1174}
1175
1176/**
1177 * init_apic_mappings - initialize APIC mappings
1178 */
1179void __init init_apic_mappings(void)
1180{
Thomas Gleixnere05d7232007-02-16 01:27:58 -08001181 /*
1182 * If no local APIC can be found then set up a fake all
1183 * zeroes page to simulate the local APIC and another
1184 * one for the IO-APIC.
1185 */
1186 if (!smp_found_config && detect_init_APIC()) {
1187 apic_phys = (unsigned long) alloc_bootmem_pages(PAGE_SIZE);
1188 apic_phys = __pa(apic_phys);
1189 } else
1190 apic_phys = mp_lapic_addr;
1191
1192 set_fixmap_nocache(FIX_APIC_BASE, apic_phys);
1193 printk(KERN_DEBUG "mapped APIC to %08lx (%08lx)\n", APIC_BASE,
1194 apic_phys);
1195
1196 /*
1197 * Fetch the APIC ID of the BSP in case we have a
1198 * default configuration (or the MP table is broken).
1199 */
1200 if (boot_cpu_physical_apicid == -1U)
Jack Steiner05f2d122008-03-28 14:12:02 -05001201 boot_cpu_physical_apicid = GET_APIC_ID(read_apic_id());
Thomas Gleixnere05d7232007-02-16 01:27:58 -08001202
Linus Torvalds1da177e2005-04-16 15:20:36 -07001203}
1204
1205/*
Linus Torvalds1e4c85f2005-10-31 19:16:17 -08001206 * This initializes the IO-APIC and APIC hardware if this is
1207 * a UP kernel.
Linus Torvalds1da177e2005-04-16 15:20:36 -07001208 */
Alexey Starikovskiye81b2c62008-03-27 23:54:31 +03001209
1210int apic_version[MAX_APICS];
1211
Hiroshi Shimamotoe83a5fd2008-01-30 13:32:35 +01001212int __init APIC_init_uniprocessor(void)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001213{
Yinghai Lu914bebf2008-06-29 00:06:37 -07001214 if (disable_apic)
Jeremy Fitzhardinge53756d32008-01-30 13:30:55 +01001215 clear_cpu_cap(&boot_cpu_data, X86_FEATURE_APIC);
Eric W. Biedermanf2b36db2005-10-30 14:59:41 -08001216
Linus Torvalds1e4c85f2005-10-31 19:16:17 -08001217 if (!smp_found_config && !cpu_has_apic)
Eric W. Biedermanf2b36db2005-10-30 14:59:41 -08001218 return -1;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001219
1220 /*
Linus Torvalds1e4c85f2005-10-31 19:16:17 -08001221 * Complain if the BIOS pretends there is one.
Linus Torvalds1da177e2005-04-16 15:20:36 -07001222 */
Thomas Gleixnere05d7232007-02-16 01:27:58 -08001223 if (!cpu_has_apic &&
1224 APIC_INTEGRATED(apic_version[boot_cpu_physical_apicid])) {
Linus Torvalds1da177e2005-04-16 15:20:36 -07001225 printk(KERN_ERR "BIOS bug, local APIC #%d not detected!...\n",
Thomas Gleixnere05d7232007-02-16 01:27:58 -08001226 boot_cpu_physical_apicid);
Jeremy Fitzhardinge53756d32008-01-30 13:30:55 +01001227 clear_cpu_cap(&boot_cpu_data, X86_FEATURE_APIC);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001228 return -1;
1229 }
1230
1231 verify_local_APIC();
1232
1233 connect_bsp_APIC();
Linus Torvalds1e4c85f2005-10-31 19:16:17 -08001234
Vivek Goyalbe0d03f2006-05-20 15:00:21 -07001235 /*
1236 * Hack: In case of kdump, after a crash, kernel might be booting
1237 * on a cpu with non-zero lapic id. But boot_cpu_physical_apicid
1238 * might be zero if read from MP tables. Get it from LAPIC.
1239 */
1240#ifdef CONFIG_CRASH_DUMP
Jack Steiner05f2d122008-03-28 14:12:02 -05001241 boot_cpu_physical_apicid = GET_APIC_ID(read_apic_id());
Vivek Goyalbe0d03f2006-05-20 15:00:21 -07001242#endif
Jack Steinerb6df1b82008-06-19 21:51:05 -05001243 physid_set_mask_of_physid(boot_cpu_physical_apicid, &phys_cpu_present_map);
Linus Torvalds1e4c85f2005-10-31 19:16:17 -08001244
Linus Torvalds1da177e2005-04-16 15:20:36 -07001245 setup_local_APIC();
1246
Maciej W. Rozyckiacae7d92008-06-06 03:27:49 +01001247#ifdef CONFIG_X86_IO_APIC
1248 if (!smp_found_config || skip_ioapic_setup || !nr_ioapics)
1249#endif
1250 localise_nmi_watchdog();
Glauber de Oliveira Costaac60aae2008-03-19 14:25:49 -03001251 end_local_APIC_setup();
Linus Torvalds1da177e2005-04-16 15:20:36 -07001252#ifdef CONFIG_X86_IO_APIC
Linus Torvalds1e4c85f2005-10-31 19:16:17 -08001253 if (smp_found_config)
1254 if (!skip_ioapic_setup && nr_ioapics)
1255 setup_IO_APIC();
Linus Torvalds1da177e2005-04-16 15:20:36 -07001256#endif
Zachary Amsdenbbab4f32007-02-13 13:26:21 +01001257 setup_boot_clock();
Linus Torvalds1e4c85f2005-10-31 19:16:17 -08001258
1259 return 0;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001260}
Rusty Russell1a3f2392006-09-26 10:52:32 +02001261
Thomas Gleixnere05d7232007-02-16 01:27:58 -08001262/*
Thomas Gleixnere05d7232007-02-16 01:27:58 -08001263 * Local APIC interrupts
1264 */
1265
1266/*
1267 * This interrupt should _never_ happen with our APIC/SMP architecture
1268 */
Thomas Gleixnere9e2cdb2007-02-16 01:28:04 -08001269void smp_spurious_interrupt(struct pt_regs *regs)
Thomas Gleixnere05d7232007-02-16 01:27:58 -08001270{
1271 unsigned long v;
1272
Thomas Gleixnere05d7232007-02-16 01:27:58 -08001273 irq_enter();
1274 /*
1275 * Check if this really is a spurious interrupt and ACK it
1276 * if it is a vectored one. Just in case...
1277 * Spurious interrupts should not be ACKed.
1278 */
1279 v = apic_read(APIC_ISR + ((SPURIOUS_APIC_VECTOR & ~0x1f) >> 1));
1280 if (v & (1 << (SPURIOUS_APIC_VECTOR & 0x1f)))
1281 ack_APIC_irq();
1282
1283 /* see sw-dev-man vol 3, chapter 7.4.13.5 */
1284 printk(KERN_INFO "spurious APIC interrupt on CPU#%d, "
1285 "should never happen.\n", smp_processor_id());
Joe Korty38e760a2007-10-17 18:04:40 +02001286 __get_cpu_var(irq_stat).irq_spurious_count++;
Thomas Gleixnere05d7232007-02-16 01:27:58 -08001287 irq_exit();
1288}
1289
1290/*
1291 * This interrupt should never happen with our APIC/SMP architecture
1292 */
Thomas Gleixnere9e2cdb2007-02-16 01:28:04 -08001293void smp_error_interrupt(struct pt_regs *regs)
Thomas Gleixnere05d7232007-02-16 01:27:58 -08001294{
1295 unsigned long v, v1;
1296
Thomas Gleixnere05d7232007-02-16 01:27:58 -08001297 irq_enter();
1298 /* First tickle the hardware, only then report what went on. -- REW */
1299 v = apic_read(APIC_ESR);
1300 apic_write(APIC_ESR, 0);
1301 v1 = apic_read(APIC_ESR);
1302 ack_APIC_irq();
1303 atomic_inc(&irq_err_count);
1304
1305 /* Here is what the APIC error bits mean:
1306 0: Send CS error
1307 1: Receive CS error
1308 2: Send accept error
1309 3: Receive accept error
1310 4: Reserved
1311 5: Send illegal vector
1312 6: Received illegal vector
1313 7: Illegal register address
1314 */
Hiroshi Shimamotoff8a03a2008-01-30 13:32:36 +01001315 printk(KERN_DEBUG "APIC error on CPU%d: %02lx(%02lx)\n",
Thomas Gleixnere05d7232007-02-16 01:27:58 -08001316 smp_processor_id(), v , v1);
1317 irq_exit();
1318}
1319
Glauber de Oliveira Costa17c9ab12008-03-19 14:25:33 -03001320#ifdef CONFIG_SMP
1321void __init smp_intr_init(void)
1322{
1323 /*
1324 * IRQ0 must be given a fixed assignment and initialized,
1325 * because it's used before the IO-APIC is set up.
1326 */
1327 set_intr_gate(FIRST_DEVICE_VECTOR, interrupt[0]);
1328
1329 /*
1330 * The reschedule interrupt is a CPU-to-CPU reschedule-helper
1331 * IPI, driven by wakeup.
1332 */
Alan Mayer305b92a2008-04-15 15:36:56 -05001333 alloc_intr_gate(RESCHEDULE_VECTOR, reschedule_interrupt);
Glauber de Oliveira Costa17c9ab12008-03-19 14:25:33 -03001334
1335 /* IPI for invalidation */
Alan Mayer305b92a2008-04-15 15:36:56 -05001336 alloc_intr_gate(INVALIDATE_TLB_VECTOR, invalidate_interrupt);
Glauber de Oliveira Costa17c9ab12008-03-19 14:25:33 -03001337
1338 /* IPI for generic function call */
Alan Mayer305b92a2008-04-15 15:36:56 -05001339 alloc_intr_gate(CALL_FUNCTION_VECTOR, call_function_interrupt);
Jens Axboe3b16cf82008-06-26 11:21:54 +02001340
1341 /* IPI for single call function */
1342 set_intr_gate(CALL_FUNCTION_SINGLE_VECTOR,
1343 call_function_single_interrupt);
Glauber de Oliveira Costa17c9ab12008-03-19 14:25:33 -03001344}
1345#endif
1346
Thomas Gleixnere05d7232007-02-16 01:27:58 -08001347/*
1348 * Initialize APIC interrupts
1349 */
1350void __init apic_intr_init(void)
1351{
1352#ifdef CONFIG_SMP
1353 smp_intr_init();
1354#endif
1355 /* self generated IPI for local APIC timer */
Alan Mayer305b92a2008-04-15 15:36:56 -05001356 alloc_intr_gate(LOCAL_TIMER_VECTOR, apic_timer_interrupt);
Thomas Gleixnere05d7232007-02-16 01:27:58 -08001357
1358 /* IPI vectors for APIC spurious and error interrupts */
Alan Mayer305b92a2008-04-15 15:36:56 -05001359 alloc_intr_gate(SPURIOUS_APIC_VECTOR, spurious_interrupt);
1360 alloc_intr_gate(ERROR_APIC_VECTOR, error_interrupt);
Thomas Gleixnere05d7232007-02-16 01:27:58 -08001361
1362 /* thermal monitor LVT interrupt */
1363#ifdef CONFIG_X86_MCE_P4THERMAL
Alan Mayer305b92a2008-04-15 15:36:56 -05001364 alloc_intr_gate(THERMAL_APIC_VECTOR, thermal_interrupt);
Thomas Gleixnere05d7232007-02-16 01:27:58 -08001365#endif
1366}
1367
1368/**
1369 * connect_bsp_APIC - attach the APIC to the interrupt system
1370 */
1371void __init connect_bsp_APIC(void)
1372{
1373 if (pic_mode) {
1374 /*
1375 * Do not trust the local APIC being empty at bootup.
1376 */
1377 clear_local_APIC();
1378 /*
1379 * PIC mode, enable APIC mode in the IMCR, i.e. connect BSP's
1380 * local APIC to INT and NMI lines.
1381 */
1382 apic_printk(APIC_VERBOSE, "leaving PIC mode, "
1383 "enabling APIC mode.\n");
1384 outb(0x70, 0x22);
1385 outb(0x01, 0x23);
1386 }
1387 enable_apic_mode();
1388}
1389
1390/**
1391 * disconnect_bsp_APIC - detach the APIC from the interrupt system
1392 * @virt_wire_setup: indicates, whether virtual wire mode is selected
1393 *
1394 * Virtual wire mode is necessary to deliver legacy interrupts even when the
1395 * APIC is disabled.
1396 */
1397void disconnect_bsp_APIC(int virt_wire_setup)
1398{
1399 if (pic_mode) {
1400 /*
1401 * Put the board back into PIC mode (has an effect only on
1402 * certain older boards). Note that APIC interrupts, including
1403 * IPIs, won't work beyond this point! The only exception are
1404 * INIT IPIs.
1405 */
1406 apic_printk(APIC_VERBOSE, "disabling APIC mode, "
1407 "entering PIC mode.\n");
1408 outb(0x70, 0x22);
1409 outb(0x00, 0x23);
1410 } else {
1411 /* Go back to Virtual Wire compatibility mode */
1412 unsigned long value;
1413
1414 /* For the spurious interrupt use vector F, and enable it */
1415 value = apic_read(APIC_SPIV);
1416 value &= ~APIC_VECTOR_MASK;
1417 value |= APIC_SPIV_APIC_ENABLED;
1418 value |= 0xf;
Maciej W. Rozycki593f4a72008-07-16 19:15:30 +01001419 apic_write(APIC_SPIV, value);
Thomas Gleixnere05d7232007-02-16 01:27:58 -08001420
1421 if (!virt_wire_setup) {
1422 /*
1423 * For LVT0 make it edge triggered, active high,
1424 * external and enabled
1425 */
1426 value = apic_read(APIC_LVT0);
1427 value &= ~(APIC_MODE_MASK | APIC_SEND_PENDING |
1428 APIC_INPUT_POLARITY | APIC_LVT_REMOTE_IRR |
Hiroshi Shimamotoff8a03a2008-01-30 13:32:36 +01001429 APIC_LVT_LEVEL_TRIGGER | APIC_LVT_MASKED);
Thomas Gleixnere05d7232007-02-16 01:27:58 -08001430 value |= APIC_LVT_REMOTE_IRR | APIC_SEND_PENDING;
1431 value = SET_APIC_DELIVERY_MODE(value, APIC_MODE_EXTINT);
Maciej W. Rozycki593f4a72008-07-16 19:15:30 +01001432 apic_write(APIC_LVT0, value);
Thomas Gleixnere05d7232007-02-16 01:27:58 -08001433 } else {
1434 /* Disable LVT0 */
Maciej W. Rozycki593f4a72008-07-16 19:15:30 +01001435 apic_write(APIC_LVT0, APIC_LVT_MASKED);
Thomas Gleixnere05d7232007-02-16 01:27:58 -08001436 }
1437
1438 /*
1439 * For LVT1 make it edge triggered, active high, nmi and
1440 * enabled
1441 */
1442 value = apic_read(APIC_LVT1);
1443 value &= ~(
1444 APIC_MODE_MASK | APIC_SEND_PENDING |
1445 APIC_INPUT_POLARITY | APIC_LVT_REMOTE_IRR |
1446 APIC_LVT_LEVEL_TRIGGER | APIC_LVT_MASKED);
1447 value |= APIC_LVT_REMOTE_IRR | APIC_SEND_PENDING;
1448 value = SET_APIC_DELIVERY_MODE(value, APIC_MODE_NMI);
Maciej W. Rozycki593f4a72008-07-16 19:15:30 +01001449 apic_write(APIC_LVT1, value);
Thomas Gleixnere05d7232007-02-16 01:27:58 -08001450 }
1451}
1452
Alexey Starikovskiy903dcb52008-03-27 23:55:22 +03001453unsigned int __cpuinitdata maxcpus = NR_CPUS;
1454
1455void __cpuinit generic_processor_info(int apicid, int version)
1456{
1457 int cpu;
1458 cpumask_t tmp_map;
1459 physid_mask_t phys_cpu;
1460
1461 /*
1462 * Validate version
1463 */
1464 if (version == 0x0) {
1465 printk(KERN_WARNING "BIOS bug, APIC version is 0 for CPU#%d! "
1466 "fixing up to 0x10. (tell your hw vendor)\n",
1467 version);
1468 version = 0x10;
1469 }
1470 apic_version[apicid] = version;
1471
1472 phys_cpu = apicid_to_cpu_present(apicid);
1473 physids_or(phys_cpu_present_map, phys_cpu_present_map, phys_cpu);
1474
1475 if (num_processors >= NR_CPUS) {
1476 printk(KERN_WARNING "WARNING: NR_CPUS limit of %i reached."
1477 " Processor ignored.\n", NR_CPUS);
1478 return;
1479 }
1480
1481 if (num_processors >= maxcpus) {
1482 printk(KERN_WARNING "WARNING: maxcpus limit of %i reached."
1483 " Processor ignored.\n", maxcpus);
1484 return;
1485 }
1486
1487 num_processors++;
1488 cpus_complement(tmp_map, cpu_present_map);
1489 cpu = first_cpu(tmp_map);
1490
1491 if (apicid == boot_cpu_physical_apicid)
1492 /*
1493 * x86_bios_cpu_apicid is required to have processors listed
1494 * in same order as logical cpu numbers. Hence the first
1495 * entry is BSP, and so on.
1496 */
1497 cpu = 0;
1498
Yinghai Lue0da3362008-06-08 18:29:22 -07001499 if (apicid > max_physical_apicid)
1500 max_physical_apicid = apicid;
1501
Alexey Starikovskiy903dcb52008-03-27 23:55:22 +03001502 /*
1503 * Would be preferable to switch to bigsmp when CONFIG_HOTPLUG_CPU=y
1504 * but we need to work other dependencies like SMP_SUSPEND etc
1505 * before this can be done without some confusion.
1506 * if (CPU_HOTPLUG_ENABLED || num_processors > 8)
1507 * - Ashok Raj <ashok.raj@intel.com>
1508 */
Yinghai Lue0da3362008-06-08 18:29:22 -07001509 if (max_physical_apicid >= 8) {
Alexey Starikovskiy903dcb52008-03-27 23:55:22 +03001510 switch (boot_cpu_data.x86_vendor) {
1511 case X86_VENDOR_INTEL:
1512 if (!APIC_XAPIC(version)) {
1513 def_to_bigsmp = 0;
1514 break;
1515 }
1516 /* If P4 and above fall through */
1517 case X86_VENDOR_AMD:
1518 def_to_bigsmp = 1;
1519 }
1520 }
1521#ifdef CONFIG_SMP
1522 /* are we being called early in kernel startup? */
Mike Travis23ca4bb2008-05-12 21:21:12 +02001523 if (early_per_cpu_ptr(x86_cpu_to_apicid)) {
1524 u16 *cpu_to_apicid = early_per_cpu_ptr(x86_cpu_to_apicid);
1525 u16 *bios_cpu_apicid = early_per_cpu_ptr(x86_bios_cpu_apicid);
Alexey Starikovskiy903dcb52008-03-27 23:55:22 +03001526
1527 cpu_to_apicid[cpu] = apicid;
1528 bios_cpu_apicid[cpu] = apicid;
1529 } else {
1530 per_cpu(x86_cpu_to_apicid, cpu) = apicid;
1531 per_cpu(x86_bios_cpu_apicid, cpu) = apicid;
1532 }
1533#endif
1534 cpu_set(cpu, cpu_possible_map);
1535 cpu_set(cpu, cpu_present_map);
1536}
1537
Thomas Gleixnere05d7232007-02-16 01:27:58 -08001538/*
1539 * Power management
1540 */
1541#ifdef CONFIG_PM
1542
1543static struct {
1544 int active;
1545 /* r/w apic fields */
1546 unsigned int apic_id;
1547 unsigned int apic_taskpri;
1548 unsigned int apic_ldr;
1549 unsigned int apic_dfr;
1550 unsigned int apic_spiv;
1551 unsigned int apic_lvtt;
1552 unsigned int apic_lvtpc;
1553 unsigned int apic_lvt0;
1554 unsigned int apic_lvt1;
1555 unsigned int apic_lvterr;
1556 unsigned int apic_tmict;
1557 unsigned int apic_tdcr;
1558 unsigned int apic_thmr;
1559} apic_pm_state;
1560
1561static int lapic_suspend(struct sys_device *dev, pm_message_t state)
1562{
1563 unsigned long flags;
1564 int maxlvt;
1565
1566 if (!apic_pm_state.active)
1567 return 0;
1568
1569 maxlvt = lapic_get_maxlvt();
1570
1571 apic_pm_state.apic_id = apic_read(APIC_ID);
1572 apic_pm_state.apic_taskpri = apic_read(APIC_TASKPRI);
1573 apic_pm_state.apic_ldr = apic_read(APIC_LDR);
1574 apic_pm_state.apic_dfr = apic_read(APIC_DFR);
1575 apic_pm_state.apic_spiv = apic_read(APIC_SPIV);
1576 apic_pm_state.apic_lvtt = apic_read(APIC_LVTT);
1577 if (maxlvt >= 4)
1578 apic_pm_state.apic_lvtpc = apic_read(APIC_LVTPC);
1579 apic_pm_state.apic_lvt0 = apic_read(APIC_LVT0);
1580 apic_pm_state.apic_lvt1 = apic_read(APIC_LVT1);
1581 apic_pm_state.apic_lvterr = apic_read(APIC_LVTERR);
1582 apic_pm_state.apic_tmict = apic_read(APIC_TMICT);
1583 apic_pm_state.apic_tdcr = apic_read(APIC_TDCR);
1584#ifdef CONFIG_X86_MCE_P4THERMAL
1585 if (maxlvt >= 5)
1586 apic_pm_state.apic_thmr = apic_read(APIC_LVTTHMR);
1587#endif
1588
1589 local_irq_save(flags);
1590 disable_local_APIC();
1591 local_irq_restore(flags);
1592 return 0;
1593}
1594
1595static int lapic_resume(struct sys_device *dev)
1596{
1597 unsigned int l, h;
1598 unsigned long flags;
1599 int maxlvt;
1600
1601 if (!apic_pm_state.active)
1602 return 0;
1603
1604 maxlvt = lapic_get_maxlvt();
1605
1606 local_irq_save(flags);
1607
1608 /*
1609 * Make sure the APICBASE points to the right address
1610 *
1611 * FIXME! This will be wrong if we ever support suspend on
1612 * SMP! We'll need to do this as part of the CPU restore!
1613 */
1614 rdmsr(MSR_IA32_APICBASE, l, h);
1615 l &= ~MSR_IA32_APICBASE_BASE;
1616 l |= MSR_IA32_APICBASE_ENABLE | mp_lapic_addr;
1617 wrmsr(MSR_IA32_APICBASE, l, h);
1618
1619 apic_write(APIC_LVTERR, ERROR_APIC_VECTOR | APIC_LVT_MASKED);
1620 apic_write(APIC_ID, apic_pm_state.apic_id);
1621 apic_write(APIC_DFR, apic_pm_state.apic_dfr);
1622 apic_write(APIC_LDR, apic_pm_state.apic_ldr);
1623 apic_write(APIC_TASKPRI, apic_pm_state.apic_taskpri);
1624 apic_write(APIC_SPIV, apic_pm_state.apic_spiv);
1625 apic_write(APIC_LVT0, apic_pm_state.apic_lvt0);
1626 apic_write(APIC_LVT1, apic_pm_state.apic_lvt1);
1627#ifdef CONFIG_X86_MCE_P4THERMAL
1628 if (maxlvt >= 5)
1629 apic_write(APIC_LVTTHMR, apic_pm_state.apic_thmr);
1630#endif
1631 if (maxlvt >= 4)
1632 apic_write(APIC_LVTPC, apic_pm_state.apic_lvtpc);
1633 apic_write(APIC_LVTT, apic_pm_state.apic_lvtt);
1634 apic_write(APIC_TDCR, apic_pm_state.apic_tdcr);
1635 apic_write(APIC_TMICT, apic_pm_state.apic_tmict);
1636 apic_write(APIC_ESR, 0);
1637 apic_read(APIC_ESR);
1638 apic_write(APIC_LVTERR, apic_pm_state.apic_lvterr);
1639 apic_write(APIC_ESR, 0);
1640 apic_read(APIC_ESR);
1641 local_irq_restore(flags);
1642 return 0;
1643}
1644
1645/*
1646 * This device has no shutdown method - fully functioning local APICs
1647 * are needed on every CPU up until machine_halt/restart/poweroff.
1648 */
1649
1650static struct sysdev_class lapic_sysclass = {
Kay Sieversaf5ca3f2007-12-20 02:09:39 +01001651 .name = "lapic",
Thomas Gleixnere05d7232007-02-16 01:27:58 -08001652 .resume = lapic_resume,
1653 .suspend = lapic_suspend,
1654};
1655
1656static struct sys_device device_lapic = {
1657 .id = 0,
1658 .cls = &lapic_sysclass,
1659};
1660
1661static void __devinit apic_pm_activate(void)
1662{
1663 apic_pm_state.active = 1;
1664}
1665
1666static int __init init_lapic_sysfs(void)
1667{
1668 int error;
1669
1670 if (!cpu_has_apic)
1671 return 0;
1672 /* XXX: remove suspend/resume procs if !apic_pm_state.active? */
1673
1674 error = sysdev_class_register(&lapic_sysclass);
1675 if (!error)
1676 error = sysdev_register(&device_lapic);
1677 return error;
1678}
1679device_initcall(init_lapic_sysfs);
1680
1681#else /* CONFIG_PM */
1682
1683static void apic_pm_activate(void) { }
1684
1685#endif /* CONFIG_PM */
Thomas Gleixner0e078e22008-01-30 13:30:20 +01001686
1687/*
1688 * APIC command line parameters
1689 */
1690static int __init parse_lapic(char *arg)
1691{
Yinghai Lu914bebf2008-06-29 00:06:37 -07001692 force_enable_local_apic = 1;
Thomas Gleixner0e078e22008-01-30 13:30:20 +01001693 return 0;
1694}
1695early_param("lapic", parse_lapic);
1696
1697static int __init parse_nolapic(char *arg)
1698{
Yinghai Lu914bebf2008-06-29 00:06:37 -07001699 disable_apic = 1;
Jeremy Fitzhardinge53756d32008-01-30 13:30:55 +01001700 clear_cpu_cap(&boot_cpu_data, X86_FEATURE_APIC);
Thomas Gleixner0e078e22008-01-30 13:30:20 +01001701 return 0;
1702}
1703early_param("nolapic", parse_nolapic);
1704
1705static int __init parse_disable_lapic_timer(char *arg)
1706{
1707 local_apic_timer_disabled = 1;
1708 return 0;
1709}
1710early_param("nolapic_timer", parse_disable_lapic_timer);
1711
1712static int __init parse_lapic_timer_c2_ok(char *arg)
1713{
1714 local_apic_timer_c2_ok = 1;
1715 return 0;
1716}
1717early_param("lapic_timer_c2_ok", parse_lapic_timer_c2_ok);
1718
1719static int __init apic_set_verbosity(char *str)
1720{
1721 if (strcmp("debug", str) == 0)
1722 apic_verbosity = APIC_DEBUG;
1723 else if (strcmp("verbose", str) == 0)
1724 apic_verbosity = APIC_VERBOSE;
1725 return 1;
1726}
1727__setup("apic=", apic_set_verbosity);
1728
Cyrill Gorcunov746f2eb2008-07-01 21:43:52 +04001729static int __init lapic_insert_resource(void)
1730{
1731 if (!apic_phys)
1732 return -1;
1733
1734 /* Put local APIC into the resource map. */
1735 lapic_resource.start = apic_phys;
1736 lapic_resource.end = lapic_resource.start + PAGE_SIZE - 1;
1737 insert_resource(&iomem_resource, &lapic_resource);
1738
1739 return 0;
1740}
1741
1742/*
1743 * need call insert after e820_reserve_resources()
1744 * that is using request_resource
1745 */
1746late_initcall(lapic_insert_resource);