blob: 37e037606f30bb5ad534d4ef52e8a8d2d043afde [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>
Aaron Durbin39928722006-12-07 02:14:01 +010026#include <linux/ioport.h>
Thomas Gleixnerba7eda42007-10-12 23:04:07 +020027#include <linux/clockchips.h>
Thomas Gleixner70a20022008-01-30 13:30:18 +010028#include <linux/acpi_pmtmr.h>
Hiroshi Shimamotoe83a5fd2008-01-30 13:32:35 +010029#include <linux/module.h>
Suresh Siddha6e1cb382008-07-10 11:16:58 -070030#include <linux/dmar.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>
Hiroshi Shimamotoe83a5fd2008-01-30 13:32:35 +010036#include <asm/hpet.h>
Linus Torvalds1da177e2005-04-16 15:20:36 -070037#include <asm/pgalloc.h>
Andi Kleen75152112005-05-16 21:53:34 -070038#include <asm/nmi.h>
Andi Kleen95833c82006-01-11 22:44:36 +010039#include <asm/idle.h>
Andi Kleen73dea472006-02-03 21:50:50 +010040#include <asm/proto.h>
41#include <asm/timex.h>
Andi Kleen2c8c0e62006-09-26 10:52:32 +020042#include <asm/apic.h>
Suresh Siddha6e1cb382008-07-10 11:16:58 -070043#include <asm/i8259.h>
Linus Torvalds1da177e2005-04-16 15:20:36 -070044
Glauber Costa5af55732008-03-25 13:28:56 -030045#include <mach_ipi.h>
Glauber Costadd46e3c2008-03-25 18:10:46 -030046#include <mach_apic.h>
Glauber Costa5af55732008-03-25 13:28:56 -030047
Cyrill Gorcunov36fef092008-08-15 13:51:20 +020048/* Disable local APIC timer from the kernel commandline or via dmi quirk */
Thomas Gleixneraa276e12008-06-09 19:15:00 +020049static int disable_apic_timer __cpuinitdata;
Chris Wrightbc1d99c2007-10-12 23:04:23 +020050static int apic_calibrate_pmtmr __initdata;
Thomas Gleixner0e078e22008-01-30 13:30:20 +010051int disable_apic;
Suresh Siddha6e1cb382008-07-10 11:16:58 -070052int disable_x2apic;
Suresh Siddha89027d32008-07-10 11:16:56 -070053int x2apic;
Linus Torvalds1da177e2005-04-16 15:20:36 -070054
Suresh Siddha6e1cb382008-07-10 11:16:58 -070055/* x2apic enabled before OS handover */
56int x2apic_preenabled;
57
Hiroshi Shimamotoe83a5fd2008-01-30 13:32:35 +010058/* Local APIC timer works in C2 */
Linus Torvalds2e7c2832007-03-23 11:32:31 -070059int local_apic_timer_c2_ok;
60EXPORT_SYMBOL_GPL(local_apic_timer_c2_ok);
61
Hiroshi Shimamotoe83a5fd2008-01-30 13:32:35 +010062/*
63 * Debug level, exported for io_apic.c
64 */
Maciej W. Rozyckibaa13182008-07-14 18:44:51 +010065unsigned int apic_verbosity;
Hiroshi Shimamotoe83a5fd2008-01-30 13:32:35 +010066
Alexey Starikovskiybab4b272008-05-19 19:47:03 +040067/* Have we found an MP table */
68int smp_found_config;
69
Aaron Durbin39928722006-12-07 02:14:01 +010070static struct resource lapic_resource = {
71 .name = "Local APIC",
72 .flags = IORESOURCE_MEM | IORESOURCE_BUSY,
73};
74
Thomas Gleixnerd03030e2007-10-12 23:04:06 +020075static unsigned int calibration_result;
76
Thomas Gleixnerba7eda42007-10-12 23:04:07 +020077static int lapic_next_event(unsigned long delta,
78 struct clock_event_device *evt);
79static void lapic_timer_setup(enum clock_event_mode mode,
80 struct clock_event_device *evt);
Thomas Gleixnerba7eda42007-10-12 23:04:07 +020081static void lapic_timer_broadcast(cpumask_t mask);
Thomas Gleixner0e078e22008-01-30 13:30:20 +010082static void apic_pm_activate(void);
Thomas Gleixnerba7eda42007-10-12 23:04:07 +020083
Cyrill Gorcunov274cfe52008-08-16 23:21:53 +040084/*
85 * The local apic timer can be used for any function which is CPU local.
86 */
Thomas Gleixnerba7eda42007-10-12 23:04:07 +020087static struct clock_event_device lapic_clockevent = {
88 .name = "lapic",
89 .features = CLOCK_EVT_FEAT_PERIODIC | CLOCK_EVT_FEAT_ONESHOT
90 | CLOCK_EVT_FEAT_C3STOP | CLOCK_EVT_FEAT_DUMMY,
91 .shift = 32,
92 .set_mode = lapic_timer_setup,
93 .set_next_event = lapic_next_event,
94 .broadcast = lapic_timer_broadcast,
95 .rating = 100,
96 .irq = -1,
97};
98static DEFINE_PER_CPU(struct clock_event_device, lapic_events);
99
Andi Kleend3432892008-01-30 13:33:17 +0100100static unsigned long apic_phys;
Cyrill Gorcunovb6c80512008-08-18 20:45:49 +0400101unsigned int __cpuinitdata maxcpus = NR_CPUS;
Andi Kleend3432892008-01-30 13:33:17 +0100102
Alexey Starikovskiy3f530702008-03-27 23:55:47 +0300103unsigned long mp_lapic_addr;
104
Thomas Gleixner0e078e22008-01-30 13:30:20 +0100105/*
106 * Get the LAPIC version
107 */
108static inline int lapic_get_version(void)
109{
110 return GET_APIC_VERSION(apic_read(APIC_LVR));
111}
112
113/*
Cyrill Gorcunov9c803862008-08-16 23:21:54 +0400114 * Check, if the APIC is integrated or a separate chip
Thomas Gleixner0e078e22008-01-30 13:30:20 +0100115 */
116static inline int lapic_is_integrated(void)
117{
Cyrill Gorcunov9c803862008-08-16 23:21:54 +0400118#ifdef CONFIG_X86_64
Thomas Gleixner0e078e22008-01-30 13:30:20 +0100119 return 1;
Cyrill Gorcunov9c803862008-08-16 23:21:54 +0400120#else
121 return APIC_INTEGRATED(lapic_get_version());
122#endif
Thomas Gleixner0e078e22008-01-30 13:30:20 +0100123}
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
Cyrill Gorcunov274cfe52008-08-16 23:21:53 +0400137/*
138 * Paravirt kernels also might be using these below ops. So we still
139 * use generic apic_read()/apic_write(), which might be pointing to different
140 * ops in PARAVIRT case.
141 */
Suresh Siddha1b374e42008-07-10 11:16:49 -0700142void xapic_wait_icr_idle(void)
Thomas Gleixner0e078e22008-01-30 13:30:20 +0100143{
144 while (apic_read(APIC_ICR) & APIC_ICR_BUSY)
145 cpu_relax();
146}
147
Suresh Siddha1b374e42008-07-10 11:16:49 -0700148u32 safe_xapic_wait_icr_idle(void)
Thomas Gleixner0e078e22008-01-30 13:30:20 +0100149{
150 u32 send_status;
151 int timeout;
152
153 timeout = 0;
154 do {
155 send_status = apic_read(APIC_ICR) & APIC_ICR_BUSY;
156 if (!send_status)
157 break;
158 udelay(100);
159 } while (timeout++ < 1000);
160
161 return send_status;
162}
163
Suresh Siddha1b374e42008-07-10 11:16:49 -0700164void xapic_icr_write(u32 low, u32 id)
165{
Cyrill Gorcunoved4e5ec2008-08-15 13:51:20 +0200166 apic_write(APIC_ICR2, SET_APIC_DEST_FIELD(id));
Suresh Siddha1b374e42008-07-10 11:16:49 -0700167 apic_write(APIC_ICR, low);
168}
169
170u64 xapic_icr_read(void)
171{
172 u32 icr1, icr2;
173
174 icr2 = apic_read(APIC_ICR2);
175 icr1 = apic_read(APIC_ICR);
176
Cyrill Gorcunovcf9768d72008-08-16 23:21:55 +0400177 return icr1 | ((u64)icr2 << 32);
Suresh Siddha1b374e42008-07-10 11:16:49 -0700178}
179
180static struct apic_ops xapic_ops = {
181 .read = native_apic_mem_read,
182 .write = native_apic_mem_write,
Suresh Siddha1b374e42008-07-10 11:16:49 -0700183 .icr_read = xapic_icr_read,
184 .icr_write = xapic_icr_write,
185 .wait_icr_idle = xapic_wait_icr_idle,
186 .safe_wait_icr_idle = safe_xapic_wait_icr_idle,
187};
188
189struct apic_ops __read_mostly *apic_ops = &xapic_ops;
Suresh Siddha1b374e42008-07-10 11:16:49 -0700190EXPORT_SYMBOL_GPL(apic_ops);
191
Suresh Siddha13c88fb2008-07-10 11:16:52 -0700192static void x2apic_wait_icr_idle(void)
193{
194 /* no need to wait for icr idle in x2apic */
195 return;
196}
197
198static u32 safe_x2apic_wait_icr_idle(void)
199{
200 /* no need to wait for icr idle in x2apic */
201 return 0;
202}
203
204void x2apic_icr_write(u32 low, u32 id)
205{
206 wrmsrl(APIC_BASE_MSR + (APIC_ICR >> 4), ((__u64) id) << 32 | low);
207}
208
209u64 x2apic_icr_read(void)
210{
211 unsigned long val;
212
213 rdmsrl(APIC_BASE_MSR + (APIC_ICR >> 4), val);
214 return val;
215}
216
217static struct apic_ops x2apic_ops = {
218 .read = native_apic_msr_read,
219 .write = native_apic_msr_write,
Suresh Siddha13c88fb2008-07-10 11:16:52 -0700220 .icr_read = x2apic_icr_read,
221 .icr_write = x2apic_icr_write,
222 .wait_icr_idle = x2apic_wait_icr_idle,
223 .safe_wait_icr_idle = safe_x2apic_wait_icr_idle,
224};
225
Thomas Gleixner0e078e22008-01-30 13:30:20 +0100226/**
227 * enable_NMI_through_LVT0 - enable NMI through local vector table 0
228 */
Jan Beuliche9427102008-01-30 13:31:24 +0100229void __cpuinit enable_NMI_through_LVT0(void)
Thomas Gleixner0e078e22008-01-30 13:30:20 +0100230{
231 unsigned int v;
232
233 /* unmask and set to NMI */
234 v = APIC_DM_NMI;
Cyrill Gorcunovd4c63ec2008-07-24 13:52:29 +0200235
236 /* Level triggered for 82489DX (32bit mode) */
237 if (!lapic_is_integrated())
238 v |= APIC_LVT_LEVEL_TRIGGER;
239
Thomas Gleixner0e078e22008-01-30 13:30:20 +0100240 apic_write(APIC_LVT0, v);
241}
242
243/**
244 * lapic_get_maxlvt - get the maximum number of local vector table entries
245 */
246int lapic_get_maxlvt(void)
247{
Cyrill Gorcunov36a028d2008-07-24 13:52:28 +0200248 unsigned int v;
Thomas Gleixner0e078e22008-01-30 13:30:20 +0100249
250 v = apic_read(APIC_LVR);
Cyrill Gorcunov36a028d2008-07-24 13:52:28 +0200251 /*
252 * - we always have APIC integrated on 64bit mode
253 * - 82489DXs do not report # of LVT entries
254 */
255 return APIC_INTEGRATED(GET_APIC_VERSION(v)) ? GET_APIC_MAXLVT(v) : 2;
Thomas Gleixner0e078e22008-01-30 13:30:20 +0100256}
257
Cyrill Gorcunov274cfe52008-08-16 23:21:53 +0400258/*
259 * Local APIC timer
260 */
261
Cyrill Gorcunovc40aaec2008-08-18 20:45:55 +0400262/* Clock divisor */
263#ifdef CONFG_X86_64
Cyrill Gorcunovf07f4f92008-08-15 13:51:21 +0200264#define APIC_DIVISOR 1
Cyrill Gorcunovc40aaec2008-08-18 20:45:55 +0400265#else
266#define APIC_DIVISOR 16
267#endif
Cyrill Gorcunovf07f4f92008-08-15 13:51:21 +0200268
Thomas Gleixner0e078e22008-01-30 13:30:20 +0100269/*
270 * This function sets up the local APIC timer, with a timeout of
271 * 'clocks' APIC bus clock. During calibration we actually call
272 * this function twice on the boot CPU, once with a bogus timeout
273 * value, second time for real. The other (noncalibrating) CPUs
274 * call this function only once, with the real, calibrated value.
275 *
276 * We do reads before writes even if unnecessary, to get around the
277 * P5 APIC double write bug.
278 */
Thomas Gleixner0e078e22008-01-30 13:30:20 +0100279static void __setup_APIC_LVTT(unsigned int clocks, int oneshot, int irqen)
280{
281 unsigned int lvtt_value, tmp_value;
282
283 lvtt_value = LOCAL_TIMER_VECTOR;
284 if (!oneshot)
285 lvtt_value |= APIC_LVT_TIMER_PERIODIC;
Cyrill Gorcunovf07f4f92008-08-15 13:51:21 +0200286 if (!lapic_is_integrated())
287 lvtt_value |= SET_APIC_TIMER_BASE(APIC_TIMER_BASE_DIV);
288
Thomas Gleixner0e078e22008-01-30 13:30:20 +0100289 if (!irqen)
290 lvtt_value |= APIC_LVT_MASKED;
291
292 apic_write(APIC_LVTT, lvtt_value);
293
294 /*
295 * Divide PICLK by 16
296 */
297 tmp_value = apic_read(APIC_TDCR);
Cyrill Gorcunovc40aaec2008-08-18 20:45:55 +0400298 apic_write(APIC_TDCR,
299 (tmp_value & ~(APIC_TDR_DIV_1 | APIC_TDR_DIV_TMBASE)) |
300 APIC_TDR_DIV_16);
Thomas Gleixner0e078e22008-01-30 13:30:20 +0100301
302 if (!oneshot)
Cyrill Gorcunovf07f4f92008-08-15 13:51:21 +0200303 apic_write(APIC_TMICT, clocks / APIC_DIVISOR);
Thomas Gleixner0e078e22008-01-30 13:30:20 +0100304}
305
306/*
Robert Richter7b83dae2008-01-30 13:30:40 +0100307 * Setup extended LVT, AMD specific (K8, family 10h)
308 *
309 * Vector mappings are hard coded. On K8 only offset 0 (APIC500) and
310 * MCE interrupts are supported. Thus MCE offset must be set to 0.
Thomas Gleixner0e078e22008-01-30 13:30:20 +0100311 */
Robert Richter7b83dae2008-01-30 13:30:40 +0100312
313#define APIC_EILVT_LVTOFF_MCE 0
314#define APIC_EILVT_LVTOFF_IBS 1
315
316static void setup_APIC_eilvt(u8 lvt_off, u8 vector, u8 msg_type, u8 mask)
Thomas Gleixner0e078e22008-01-30 13:30:20 +0100317{
Robert Richter7b83dae2008-01-30 13:30:40 +0100318 unsigned long reg = (lvt_off << 4) + APIC_EILVT0;
Thomas Gleixner0e078e22008-01-30 13:30:20 +0100319 unsigned int v = (mask << 16) | (msg_type << 8) | vector;
320
321 apic_write(reg, v);
322}
323
Robert Richter7b83dae2008-01-30 13:30:40 +0100324u8 setup_APIC_eilvt_mce(u8 vector, u8 msg_type, u8 mask)
325{
326 setup_APIC_eilvt(APIC_EILVT_LVTOFF_MCE, vector, msg_type, mask);
327 return APIC_EILVT_LVTOFF_MCE;
328}
329
330u8 setup_APIC_eilvt_ibs(u8 vector, u8 msg_type, u8 mask)
331{
332 setup_APIC_eilvt(APIC_EILVT_LVTOFF_IBS, vector, msg_type, mask);
333 return APIC_EILVT_LVTOFF_IBS;
334}
335
Thomas Gleixner0e078e22008-01-30 13:30:20 +0100336/*
337 * Program the next event, relative to now
338 */
Thomas Gleixnerba7eda42007-10-12 23:04:07 +0200339static int lapic_next_event(unsigned long delta,
340 struct clock_event_device *evt)
341{
342 apic_write(APIC_TMICT, delta);
343 return 0;
344}
345
Thomas Gleixner0e078e22008-01-30 13:30:20 +0100346/*
347 * Setup the lapic timer in periodic or oneshot mode
348 */
Thomas Gleixnerba7eda42007-10-12 23:04:07 +0200349static void lapic_timer_setup(enum clock_event_mode mode,
350 struct clock_event_device *evt)
351{
352 unsigned long flags;
353 unsigned int v;
354
355 /* Lapic used as dummy for broadcast ? */
356 if (evt->features & CLOCK_EVT_FEAT_DUMMY)
357 return;
358
359 local_irq_save(flags);
360
361 switch (mode) {
362 case CLOCK_EVT_MODE_PERIODIC:
363 case CLOCK_EVT_MODE_ONESHOT:
364 __setup_APIC_LVTT(calibration_result,
365 mode != CLOCK_EVT_MODE_PERIODIC, 1);
366 break;
367 case CLOCK_EVT_MODE_UNUSED:
368 case CLOCK_EVT_MODE_SHUTDOWN:
369 v = apic_read(APIC_LVTT);
370 v |= (APIC_LVT_MASKED | LOCAL_TIMER_VECTOR);
371 apic_write(APIC_LVTT, v);
372 break;
373 case CLOCK_EVT_MODE_RESUME:
374 /* Nothing to do here */
375 break;
376 }
377
378 local_irq_restore(flags);
379}
380
381/*
382 * Local APIC timer broadcast function
383 */
384static void lapic_timer_broadcast(cpumask_t mask)
385{
386#ifdef CONFIG_SMP
387 send_IPI_mask(mask, LOCAL_TIMER_VECTOR);
388#endif
389}
390
Thomas Gleixner0e078e22008-01-30 13:30:20 +0100391/*
392 * Setup the local APIC timer for this CPU. Copy the initilized values
393 * of the boot CPU and register the clock event in the framework.
394 */
395static void setup_APIC_timer(void)
Fernando Luis VazquezCao8339e9f2007-05-02 19:27:17 +0200396{
Thomas Gleixner0e078e22008-01-30 13:30:20 +0100397 struct clock_event_device *levt = &__get_cpu_var(lapic_events);
398
399 memcpy(levt, &lapic_clockevent, sizeof(*levt));
400 levt->cpumask = cpumask_of_cpu(smp_processor_id());
401
402 clockevents_register_device(levt);
Fernando Luis VazquezCao8339e9f2007-05-02 19:27:17 +0200403}
404
Thomas Gleixner0e078e22008-01-30 13:30:20 +0100405/*
406 * In this function we calibrate APIC bus clocks to the external
407 * timer. Unfortunately we cannot use jiffies and the timer irq
408 * to calibrate, since some later bootup code depends on getting
409 * the first irq? Ugh.
410 *
411 * We want to do the calibration only once since we
412 * want to have local timer irqs syncron. CPUs connected
413 * by the same APIC bus have the very same bus frequency.
414 * And we want to have irqs off anyways, no accidental
415 * APIC irq that way.
416 */
417
418#define TICK_COUNT 100000000
419
Cyrill Gorcunov89b3b1f2008-07-15 21:02:54 +0400420static int __init calibrate_APIC_clock(void)
Fernando Luis VazquezCao8339e9f2007-05-02 19:27:17 +0200421{
Thomas Gleixner0e078e22008-01-30 13:30:20 +0100422 unsigned apic, apic_start;
423 unsigned long tsc, tsc_start;
424 int result;
Fernando Luis VazquezCao8339e9f2007-05-02 19:27:17 +0200425
Thomas Gleixner0e078e22008-01-30 13:30:20 +0100426 local_irq_disable();
Fernando Luis VazquezCao8339e9f2007-05-02 19:27:17 +0200427
Thomas Gleixner0e078e22008-01-30 13:30:20 +0100428 /*
429 * Put whatever arbitrary (but long enough) timeout
430 * value into the APIC clock, we just want to get the
431 * counter running for calibration.
432 *
433 * No interrupt enable !
434 */
435 __setup_APIC_LVTT(250000000, 0, 0);
436
437 apic_start = apic_read(APIC_TMCCT);
438#ifdef CONFIG_X86_PM_TIMER
439 if (apic_calibrate_pmtmr && pmtmr_ioport) {
440 pmtimer_wait(5000); /* 5ms wait */
441 apic = apic_read(APIC_TMCCT);
442 result = (apic_start - apic) * 1000L / 5;
443 } else
444#endif
445 {
446 rdtscll(tsc_start);
447
448 do {
449 apic = apic_read(APIC_TMCCT);
450 rdtscll(tsc);
451 } while ((tsc - tsc_start) < TICK_COUNT &&
452 (apic_start - apic) < TICK_COUNT);
453
454 result = (apic_start - apic) * 1000L * tsc_khz /
455 (tsc - tsc_start);
456 }
457
458 local_irq_enable();
459
460 printk(KERN_DEBUG "APIC timer calibration result %d\n", result);
461
462 printk(KERN_INFO "Detected %d.%03d MHz APIC timer.\n",
463 result / 1000 / 1000, result / 1000 % 1000);
464
465 /* Calculate the scaled math multiplication factor */
Akinobu Mita877084f2008-04-19 23:55:16 +0900466 lapic_clockevent.mult = div_sc(result, NSEC_PER_SEC,
467 lapic_clockevent.shift);
Thomas Gleixner0e078e22008-01-30 13:30:20 +0100468 lapic_clockevent.max_delta_ns =
469 clockevent_delta2ns(0x7FFFFF, &lapic_clockevent);
470 lapic_clockevent.min_delta_ns =
471 clockevent_delta2ns(0xF, &lapic_clockevent);
472
Cyrill Gorcunovf07f4f92008-08-15 13:51:21 +0200473 calibration_result = (result * APIC_DIVISOR) / HZ;
Cyrill Gorcunov89b3b1f2008-07-15 21:02:54 +0400474
475 /*
476 * Do a sanity check on the APIC calibration result
477 */
478 if (calibration_result < (1000000 / HZ)) {
479 printk(KERN_WARNING
480 "APIC frequency too slow, disabling apic timer\n");
481 return -1;
482 }
483
484 return 0;
Fernando Luis VazquezCao8339e9f2007-05-02 19:27:17 +0200485}
486
Hiroshi Shimamotoe83a5fd2008-01-30 13:32:35 +0100487/*
488 * Setup the boot APIC
489 *
490 * Calibrate and verify the result.
491 */
Thomas Gleixner0e078e22008-01-30 13:30:20 +0100492void __init setup_boot_APIC_clock(void)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700493{
Thomas Gleixner0e078e22008-01-30 13:30:20 +0100494 /*
Cyrill Gorcunov274cfe52008-08-16 23:21:53 +0400495 * The local apic timer can be disabled via the kernel
496 * commandline or from the CPU detection code. Register the lapic
497 * timer as a dummy clock event source on SMP systems, so the
498 * broadcast mechanism is used. On UP systems simply ignore it.
Thomas Gleixner0e078e22008-01-30 13:30:20 +0100499 */
500 if (disable_apic_timer) {
501 printk(KERN_INFO "Disabling APIC timer\n");
502 /* No broadcast on UP ! */
Thomas Gleixner9d099512008-01-30 13:33:04 +0100503 if (num_possible_cpus() > 1) {
504 lapic_clockevent.mult = 1;
Thomas Gleixner0e078e22008-01-30 13:30:20 +0100505 setup_APIC_timer();
Thomas Gleixner9d099512008-01-30 13:33:04 +0100506 }
Thomas Gleixner0e078e22008-01-30 13:30:20 +0100507 return;
508 }
Thomas Gleixner6935d1f2007-07-21 17:10:17 +0200509
Cyrill Gorcunov274cfe52008-08-16 23:21:53 +0400510 apic_printk(APIC_VERBOSE, "Using local APIC timer interrupts.\n"
511 "calibrating APIC timer ...\n");
512
Cyrill Gorcunov89b3b1f2008-07-15 21:02:54 +0400513 if (calibrate_APIC_clock()) {
Thomas Gleixnerc2b84b32008-01-30 13:33:04 +0100514 /* No broadcast on UP ! */
515 if (num_possible_cpus() > 1)
516 setup_APIC_timer();
517 return;
518 }
519
520 /*
Thomas Gleixner0e078e22008-01-30 13:30:20 +0100521 * If nmi_watchdog is set to IO_APIC, we need the
522 * PIT/HPET going. Otherwise register lapic as a dummy
523 * device.
524 */
525 if (nmi_watchdog != NMI_IO_APIC)
526 lapic_clockevent.features &= ~CLOCK_EVT_FEAT_DUMMY;
527 else
528 printk(KERN_WARNING "APIC timer registered as dummy,"
Cyrill Gorcunov116f5702008-06-24 22:52:04 +0200529 " due to nmi_watchdog=%d!\n", nmi_watchdog);
Thomas Gleixner0e078e22008-01-30 13:30:20 +0100530
Cyrill Gorcunov274cfe52008-08-16 23:21:53 +0400531 /* Setup the lapic or request the broadcast */
Thomas Gleixner0e078e22008-01-30 13:30:20 +0100532 setup_APIC_timer();
Linus Torvalds1da177e2005-04-16 15:20:36 -0700533}
534
Thomas Gleixner0e078e22008-01-30 13:30:20 +0100535void __cpuinit setup_secondary_APIC_clock(void)
536{
Thomas Gleixner0e078e22008-01-30 13:30:20 +0100537 setup_APIC_timer();
538}
539
540/*
541 * The guts of the apic timer interrupt
542 */
543static void local_apic_timer_interrupt(void)
544{
545 int cpu = smp_processor_id();
546 struct clock_event_device *evt = &per_cpu(lapic_events, cpu);
547
548 /*
549 * Normally we should not be here till LAPIC has been initialized but
550 * in some cases like kdump, its possible that there is a pending LAPIC
551 * timer interrupt from previous kernel's context and is delivered in
552 * new kernel the moment interrupts are enabled.
553 *
554 * Interrupts are enabled early and LAPIC is setup much later, hence
555 * its possible that when we get here evt->event_handler is NULL.
556 * Check for event_handler being NULL and discard the interrupt as
557 * spurious.
558 */
559 if (!evt->event_handler) {
560 printk(KERN_WARNING
561 "Spurious LAPIC timer interrupt on cpu %d\n", cpu);
562 /* Switch it off */
563 lapic_timer_setup(CLOCK_EVT_MODE_SHUTDOWN, evt);
564 return;
565 }
566
567 /*
568 * the NMI deadlock-detector uses this.
569 */
Cyrill Gorcunov0b23e8c2008-08-18 20:45:59 +0400570#ifdef CONFIG_X86_64
Thomas Gleixner0e078e22008-01-30 13:30:20 +0100571 add_pda(apic_timer_irqs, 1);
Cyrill Gorcunov0b23e8c2008-08-18 20:45:59 +0400572#else
573 per_cpu(irq_stat, cpu).apic_timer_irqs++;
574#endif
Thomas Gleixner0e078e22008-01-30 13:30:20 +0100575
576 evt->event_handler(evt);
577}
578
579/*
580 * Local APIC timer interrupt. This is the most natural way for doing
581 * local interrupts, but local timer interrupts can be emulated by
582 * broadcast interrupts too. [in case the hw doesn't support APIC timers]
583 *
584 * [ if a single-CPU system runs an SMP kernel then we call the local
585 * interrupt as well. Thus we cannot inline the local irq ... ]
586 */
587void smp_apic_timer_interrupt(struct pt_regs *regs)
588{
589 struct pt_regs *old_regs = set_irq_regs(regs);
590
591 /*
592 * NOTE! We'd better ACK the irq immediately,
593 * because timer handling can be slow.
594 */
595 ack_APIC_irq();
596 /*
597 * update_process_times() expects us to have done irq_enter().
598 * Besides, if we don't timer interrupts ignore the global
599 * interrupt lock, which is the WrongThing (tm) to do.
600 */
601 exit_idle();
602 irq_enter();
603 local_apic_timer_interrupt();
604 irq_exit();
Cyrill Gorcunov274cfe52008-08-16 23:21:53 +0400605
Thomas Gleixner0e078e22008-01-30 13:30:20 +0100606 set_irq_regs(old_regs);
607}
608
609int setup_profiling_timer(unsigned int multiplier)
610{
611 return -EINVAL;
612}
613
614
615/*
616 * Local APIC start and shutdown
617 */
618
619/**
620 * clear_local_APIC - shutdown the local APIC
621 *
622 * This is called, when a CPU is disabled and before rebooting, so the state of
623 * the local APIC has no dangling leftovers. Also used to cleanout any BIOS
624 * leftovers during boot.
625 */
Linus Torvalds1da177e2005-04-16 15:20:36 -0700626void clear_local_APIC(void)
627{
Chuck Ebbert2584a822008-05-20 18:18:12 -0400628 int maxlvt;
Thomas Gleixner0e078e22008-01-30 13:30:20 +0100629 u32 v;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700630
Andi Kleend3432892008-01-30 13:33:17 +0100631 /* APIC hasn't been mapped yet */
632 if (!apic_phys)
633 return;
634
635 maxlvt = lapic_get_maxlvt();
Linus Torvalds1da177e2005-04-16 15:20:36 -0700636 /*
Siddha, Suresh B704fc592006-06-26 13:59:53 +0200637 * Masking an LVT entry can trigger a local APIC error
Linus Torvalds1da177e2005-04-16 15:20:36 -0700638 * if the vector is zero. Mask LVTERR first to prevent this.
639 */
640 if (maxlvt >= 3) {
641 v = ERROR_APIC_VECTOR; /* any non-zero vector will do */
Andi Kleen11a8e772006-01-11 22:46:51 +0100642 apic_write(APIC_LVTERR, v | APIC_LVT_MASKED);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700643 }
644 /*
645 * Careful: we have to set masks only first to deassert
646 * any level-triggered sources.
647 */
648 v = apic_read(APIC_LVTT);
Andi Kleen11a8e772006-01-11 22:46:51 +0100649 apic_write(APIC_LVTT, v | APIC_LVT_MASKED);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700650 v = apic_read(APIC_LVT0);
Andi Kleen11a8e772006-01-11 22:46:51 +0100651 apic_write(APIC_LVT0, v | APIC_LVT_MASKED);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700652 v = apic_read(APIC_LVT1);
Andi Kleen11a8e772006-01-11 22:46:51 +0100653 apic_write(APIC_LVT1, v | APIC_LVT_MASKED);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700654 if (maxlvt >= 4) {
655 v = apic_read(APIC_LVTPC);
Andi Kleen11a8e772006-01-11 22:46:51 +0100656 apic_write(APIC_LVTPC, v | APIC_LVT_MASKED);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700657 }
658
Cyrill Gorcunov67640142008-08-16 23:21:50 +0400659 /* lets not touch this if we didn't frob it */
660#if defined(CONFIG_X86_MCE_P4THERMAL) || defined(X86_MCE_INTEL)
661 if (maxlvt >= 5) {
662 v = apic_read(APIC_LVTTHMR);
663 apic_write(APIC_LVTTHMR, v | APIC_LVT_MASKED);
664 }
665#endif
Linus Torvalds1da177e2005-04-16 15:20:36 -0700666 /*
667 * Clean APIC state for other OSs:
668 */
Andi Kleen11a8e772006-01-11 22:46:51 +0100669 apic_write(APIC_LVTT, APIC_LVT_MASKED);
670 apic_write(APIC_LVT0, APIC_LVT_MASKED);
671 apic_write(APIC_LVT1, APIC_LVT_MASKED);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700672 if (maxlvt >= 3)
Andi Kleen11a8e772006-01-11 22:46:51 +0100673 apic_write(APIC_LVTERR, APIC_LVT_MASKED);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700674 if (maxlvt >= 4)
Andi Kleen11a8e772006-01-11 22:46:51 +0100675 apic_write(APIC_LVTPC, APIC_LVT_MASKED);
Cyrill Gorcunov67640142008-08-16 23:21:50 +0400676
677 /* Integrated APIC (!82489DX) ? */
678 if (lapic_is_integrated()) {
679 if (maxlvt > 3)
680 /* Clear ESR due to Pentium errata 3AP and 11AP */
681 apic_write(APIC_ESR, 0);
682 apic_read(APIC_ESR);
683 }
Linus Torvalds1da177e2005-04-16 15:20:36 -0700684}
685
Thomas Gleixner0e078e22008-01-30 13:30:20 +0100686/**
687 * disable_local_APIC - clear and disable the local APIC
688 */
Linus Torvalds1da177e2005-04-16 15:20:36 -0700689void disable_local_APIC(void)
690{
691 unsigned int value;
692
693 clear_local_APIC();
694
695 /*
696 * Disable APIC (implies clearing of registers
697 * for 82489DX!).
698 */
699 value = apic_read(APIC_SPIV);
700 value &= ~APIC_SPIV_APIC_ENABLED;
Andi Kleen11a8e772006-01-11 22:46:51 +0100701 apic_write(APIC_SPIV, value);
Cyrill Gorcunov990b1832008-08-18 20:45:51 +0400702
703#ifdef CONFIG_X86_32
704 /*
705 * When LAPIC was disabled by the BIOS and enabled by the kernel,
706 * restore the disabled state.
707 */
708 if (enabled_via_apicbase) {
709 unsigned int l, h;
710
711 rdmsr(MSR_IA32_APICBASE, l, h);
712 l &= ~MSR_IA32_APICBASE_ENABLE;
713 wrmsr(MSR_IA32_APICBASE, l, h);
714 }
715#endif
Linus Torvalds1da177e2005-04-16 15:20:36 -0700716}
717
Cyrill Gorcunovfe4024d2008-08-18 20:45:52 +0400718/*
719 * If Linux enabled the LAPIC against the BIOS default disable it down before
720 * re-entering the BIOS on shutdown. Otherwise the BIOS may get confused and
721 * not power-off. Additionally clear all LVT entries before disable_local_APIC
722 * for the case where Linux didn't enable the LAPIC.
723 */
Hiroshi Shimamoto9b7711f2007-10-19 18:21:11 -0700724void lapic_shutdown(void)
725{
726 unsigned long flags;
727
728 if (!cpu_has_apic)
729 return;
730
731 local_irq_save(flags);
732
Cyrill Gorcunovfe4024d2008-08-18 20:45:52 +0400733#ifdef CONFIG_X86_32
734 if (!enabled_via_apicbase)
735 clear_local_APIC();
736 else
737#endif
738 disable_local_APIC();
739
Hiroshi Shimamoto9b7711f2007-10-19 18:21:11 -0700740
741 local_irq_restore(flags);
742}
743
Linus Torvalds1da177e2005-04-16 15:20:36 -0700744/*
745 * This is to verify that we're looking at a real local APIC.
746 * Check these against your board if the CPUs aren't getting
747 * started for no apparent reason.
748 */
749int __init verify_local_APIC(void)
750{
751 unsigned int reg0, reg1;
752
753 /*
754 * The version register is read-only in a real APIC.
755 */
756 reg0 = apic_read(APIC_LVR);
757 apic_printk(APIC_DEBUG, "Getting VERSION: %x\n", reg0);
758 apic_write(APIC_LVR, reg0 ^ APIC_LVR_MASK);
759 reg1 = apic_read(APIC_LVR);
760 apic_printk(APIC_DEBUG, "Getting VERSION: %x\n", reg1);
761
762 /*
763 * The two version reads above should print the same
764 * numbers. If the second one is different, then we
765 * poke at a non-APIC.
766 */
767 if (reg1 != reg0)
768 return 0;
769
770 /*
771 * Check if the version looks reasonably.
772 */
773 reg1 = GET_APIC_VERSION(reg0);
774 if (reg1 == 0x00 || reg1 == 0xff)
775 return 0;
Thomas Gleixner37e650c2008-01-30 13:30:14 +0100776 reg1 = lapic_get_maxlvt();
Linus Torvalds1da177e2005-04-16 15:20:36 -0700777 if (reg1 < 0x02 || reg1 == 0xff)
778 return 0;
779
780 /*
781 * The ID register is read/write in a real APIC.
782 */
Suresh Siddha2d7a66d2008-07-11 14:24:19 -0700783 reg0 = apic_read(APIC_ID);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700784 apic_printk(APIC_DEBUG, "Getting ID: %x\n", reg0);
785 apic_write(APIC_ID, reg0 ^ APIC_ID_MASK);
Suresh Siddha2d7a66d2008-07-11 14:24:19 -0700786 reg1 = apic_read(APIC_ID);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700787 apic_printk(APIC_DEBUG, "Getting ID: %x\n", reg1);
788 apic_write(APIC_ID, reg0);
789 if (reg1 != (reg0 ^ APIC_ID_MASK))
790 return 0;
791
792 /*
793 * The next two are just to see if we have sane values.
794 * They're only really relevant if we're in Virtual Wire
795 * compatibility mode, but most boxes are anymore.
796 */
797 reg0 = apic_read(APIC_LVT0);
Thomas Gleixner0e078e22008-01-30 13:30:20 +0100798 apic_printk(APIC_DEBUG, "Getting LVT0: %x\n", reg0);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700799 reg1 = apic_read(APIC_LVT1);
800 apic_printk(APIC_DEBUG, "Getting LVT1: %x\n", reg1);
801
802 return 1;
803}
804
Thomas Gleixner0e078e22008-01-30 13:30:20 +0100805/**
806 * sync_Arb_IDs - synchronize APIC bus arbitration IDs
807 */
Linus Torvalds1da177e2005-04-16 15:20:36 -0700808void __init sync_Arb_IDs(void)
809{
Cyrill Gorcunov296cb952008-08-15 13:51:23 +0200810 /*
811 * Unsupported on P4 - see Intel Dev. Manual Vol. 3, Ch. 8.6.1 And not
812 * needed on AMD.
813 */
814 if (modern_apic() || boot_cpu_data.x86_vendor == X86_VENDOR_AMD)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700815 return;
816
817 /*
818 * Wait for idle.
819 */
820 apic_wait_icr_idle();
821
822 apic_printk(APIC_DEBUG, "Synchronizing Arb IDs.\n");
Cyrill Gorcunov6f6da972008-08-15 23:05:19 +0400823 apic_write(APIC_ICR, APIC_DEST_ALLINC |
824 APIC_INT_LEVELTRIG | APIC_DM_INIT);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700825}
826
Linus Torvalds1da177e2005-04-16 15:20:36 -0700827/*
828 * An initial setup of the virtual wire mode.
829 */
830void __init init_bsp_APIC(void)
831{
Andi Kleen11a8e772006-01-11 22:46:51 +0100832 unsigned int value;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700833
834 /*
835 * Don't do the setup now if we have a SMP BIOS as the
836 * through-I/O-APIC virtual wire mode might be active.
837 */
838 if (smp_found_config || !cpu_has_apic)
839 return;
840
Linus Torvalds1da177e2005-04-16 15:20:36 -0700841 /*
842 * Do not trust the local APIC being empty at bootup.
843 */
844 clear_local_APIC();
845
846 /*
847 * Enable APIC.
848 */
849 value = apic_read(APIC_SPIV);
850 value &= ~APIC_VECTOR_MASK;
851 value |= APIC_SPIV_APIC_ENABLED;
Cyrill Gorcunov638c0412008-08-15 23:05:18 +0400852
853#ifdef CONFIG_X86_32
854 /* This bit is reserved on P4/Xeon and should be cleared */
855 if ((boot_cpu_data.x86_vendor == X86_VENDOR_INTEL) &&
856 (boot_cpu_data.x86 == 15))
857 value &= ~APIC_SPIV_FOCUS_DISABLED;
858 else
859#endif
860 value |= APIC_SPIV_FOCUS_DISABLED;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700861 value |= SPURIOUS_APIC_VECTOR;
Andi Kleen11a8e772006-01-11 22:46:51 +0100862 apic_write(APIC_SPIV, value);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700863
864 /*
865 * Set up the virtual wire mode.
866 */
Andi Kleen11a8e772006-01-11 22:46:51 +0100867 apic_write(APIC_LVT0, APIC_DM_EXTINT);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700868 value = APIC_DM_NMI;
Cyrill Gorcunov638c0412008-08-15 23:05:18 +0400869 if (!lapic_is_integrated()) /* 82489DX */
870 value |= APIC_LVT_LEVEL_TRIGGER;
Andi Kleen11a8e772006-01-11 22:46:51 +0100871 apic_write(APIC_LVT1, value);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700872}
873
Cyrill Gorcunovc43da2f2008-08-18 20:45:54 +0400874static void __cpuinit lapic_setup_esr(void)
875{
876 unsigned long oldvalue, value, maxlvt;
877 if (lapic_is_integrated() && !esr_disable) {
878 if (esr_disable) {
879 /*
880 * Something untraceable is creating bad interrupts on
881 * secondary quads ... for the moment, just leave the
882 * ESR disabled - we can't do anything useful with the
883 * errors anyway - mbligh
884 */
885 printk(KERN_INFO "Leaving ESR disabled.\n");
886 return;
887 }
888 /* !82489DX */
889 maxlvt = lapic_get_maxlvt();
890 if (maxlvt > 3) /* Due to the Pentium erratum 3AP. */
891 apic_write(APIC_ESR, 0);
892 oldvalue = apic_read(APIC_ESR);
893
894 /* enables sending errors */
895 value = ERROR_APIC_VECTOR;
896 apic_write(APIC_LVTERR, value);
897 /*
898 * spec says clear errors after enabling vector.
899 */
900 if (maxlvt > 3)
901 apic_write(APIC_ESR, 0);
902 value = apic_read(APIC_ESR);
903 if (value != oldvalue)
904 apic_printk(APIC_VERBOSE, "ESR value before enabling "
905 "vector: 0x%08lx after: 0x%08lx\n",
906 oldvalue, value);
907 } else {
908 printk(KERN_INFO "No ESR for 82489DX.\n");
909 }
910}
911
912
Thomas Gleixner0e078e22008-01-30 13:30:20 +0100913/**
914 * setup_local_APIC - setup the local APIC
915 */
916void __cpuinit setup_local_APIC(void)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700917{
Andi Kleen739f33b2008-01-30 13:30:40 +0100918 unsigned int value;
Vivek Goyalda7ed9f2006-03-25 16:31:16 +0100919 int i, j;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700920
Jack Steinerac23d4e2008-03-28 14:12:16 -0500921 preempt_disable();
Linus Torvalds1da177e2005-04-16 15:20:36 -0700922 value = apic_read(APIC_LVR);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700923
Andi Kleenfe7414a2006-09-26 10:52:30 +0200924 BUILD_BUG_ON((SPURIOUS_APIC_VECTOR & 0x0f) != 0x0f);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700925
926 /*
927 * Double-check whether this APIC is really registered.
928 * This is meaningless in clustered apic mode, so we skip it.
929 */
930 if (!apic_id_registered())
931 BUG();
932
933 /*
934 * Intel recommends to set DFR, LDR and TPR before enabling
935 * an APIC. See e.g. "AP-388 82489DX User's Manual" (Intel
936 * document number 292116). So here it goes...
937 */
938 init_apic_ldr();
939
940 /*
941 * Set Task Priority to 'accept all'. We never change this
942 * later on.
943 */
944 value = apic_read(APIC_TASKPRI);
945 value &= ~APIC_TPRI_MASK;
Andi Kleen11a8e772006-01-11 22:46:51 +0100946 apic_write(APIC_TASKPRI, value);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700947
948 /*
Vivek Goyalda7ed9f2006-03-25 16:31:16 +0100949 * After a crash, we no longer service the interrupts and a pending
950 * interrupt from previous kernel might still have ISR bit set.
951 *
952 * Most probably by now CPU has serviced that pending interrupt and
953 * it might not have done the ack_APIC_irq() because it thought,
954 * interrupt came from i8259 as ExtInt. LAPIC did not get EOI so it
955 * does not clear the ISR bit and cpu thinks it has already serivced
956 * the interrupt. Hence a vector might get locked. It was noticed
957 * for timer irq (vector 0x31). Issue an extra EOI to clear ISR.
958 */
959 for (i = APIC_ISR_NR - 1; i >= 0; i--) {
960 value = apic_read(APIC_ISR + i*0x10);
961 for (j = 31; j >= 0; j--) {
962 if (value & (1<<j))
963 ack_APIC_irq();
964 }
965 }
966
967 /*
Linus Torvalds1da177e2005-04-16 15:20:36 -0700968 * Now that we are all set up, enable the APIC
969 */
970 value = apic_read(APIC_SPIV);
971 value &= ~APIC_VECTOR_MASK;
972 /*
973 * Enable APIC
974 */
975 value |= APIC_SPIV_APIC_ENABLED;
976
Andi Kleen3f14c742006-09-26 10:52:29 +0200977 /* We always use processor focus */
978
Linus Torvalds1da177e2005-04-16 15:20:36 -0700979 /*
980 * Set spurious IRQ vector
981 */
982 value |= SPURIOUS_APIC_VECTOR;
Andi Kleen11a8e772006-01-11 22:46:51 +0100983 apic_write(APIC_SPIV, value);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700984
985 /*
986 * Set up LVT0, LVT1:
987 *
988 * set up through-local-APIC on the BP's LINT0. This is not
989 * strictly necessary in pure symmetric-IO mode, but sometimes
990 * we delegate interrupts to the 8259A.
991 */
992 /*
993 * TODO: set up through-local-APIC from through-I/O-APIC? --macro
994 */
995 value = apic_read(APIC_LVT0) & APIC_LVT_MASKED;
Andi Kleena8fcf1a2006-09-26 10:52:30 +0200996 if (!smp_processor_id() && !value) {
Linus Torvalds1da177e2005-04-16 15:20:36 -0700997 value = APIC_DM_EXTINT;
Chris Wrightbc1d99c2007-10-12 23:04:23 +0200998 apic_printk(APIC_VERBOSE, "enabled ExtINT on CPU#%d\n",
999 smp_processor_id());
Linus Torvalds1da177e2005-04-16 15:20:36 -07001000 } else {
1001 value = APIC_DM_EXTINT | APIC_LVT_MASKED;
Chris Wrightbc1d99c2007-10-12 23:04:23 +02001002 apic_printk(APIC_VERBOSE, "masked ExtINT on CPU#%d\n",
1003 smp_processor_id());
Linus Torvalds1da177e2005-04-16 15:20:36 -07001004 }
Andi Kleen11a8e772006-01-11 22:46:51 +01001005 apic_write(APIC_LVT0, value);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001006
1007 /*
1008 * only the BP should see the LINT1 NMI signal, obviously.
1009 */
1010 if (!smp_processor_id())
1011 value = APIC_DM_NMI;
1012 else
1013 value = APIC_DM_NMI | APIC_LVT_MASKED;
Andi Kleen11a8e772006-01-11 22:46:51 +01001014 apic_write(APIC_LVT1, value);
Jack Steinerac23d4e2008-03-28 14:12:16 -05001015 preempt_enable();
Andi Kleen739f33b2008-01-30 13:30:40 +01001016}
Linus Torvalds1da177e2005-04-16 15:20:36 -07001017
Andi Kleen739f33b2008-01-30 13:30:40 +01001018void __cpuinit end_local_APIC_setup(void)
1019{
1020 lapic_setup_esr();
Cyrill Gorcunovfa6b95f2008-08-18 20:45:58 +04001021
1022#ifdef CONFIG_X86_32
Cyrill Gorcunov1b4ee4e2008-08-18 23:12:33 +04001023 {
1024 unsigned int value;
1025 /* Disable the local apic timer */
1026 value = apic_read(APIC_LVTT);
1027 value |= (APIC_LVT_MASKED | LOCAL_TIMER_VECTOR);
1028 apic_write(APIC_LVTT, value);
1029 }
Cyrill Gorcunovfa6b95f2008-08-18 20:45:58 +04001030#endif
1031
Don Zickusf2802e72006-09-26 10:52:26 +02001032 setup_apic_nmi_watchdog(NULL);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001033 apic_pm_activate();
1034}
1035
Suresh Siddha6e1cb382008-07-10 11:16:58 -07001036void check_x2apic(void)
1037{
1038 int msr, msr2;
1039
1040 rdmsr(MSR_IA32_APICBASE, msr, msr2);
1041
1042 if (msr & X2APIC_ENABLE) {
1043 printk("x2apic enabled by BIOS, switching to x2apic ops\n");
1044 x2apic_preenabled = x2apic = 1;
1045 apic_ops = &x2apic_ops;
1046 }
1047}
1048
1049void enable_x2apic(void)
1050{
1051 int msr, msr2;
1052
1053 rdmsr(MSR_IA32_APICBASE, msr, msr2);
1054 if (!(msr & X2APIC_ENABLE)) {
1055 printk("Enabling x2apic\n");
1056 wrmsr(MSR_IA32_APICBASE, msr | X2APIC_ENABLE, 0);
1057 }
1058}
1059
1060void enable_IR_x2apic(void)
1061{
1062#ifdef CONFIG_INTR_REMAP
1063 int ret;
1064 unsigned long flags;
1065
1066 if (!cpu_has_x2apic)
1067 return;
1068
1069 if (!x2apic_preenabled && disable_x2apic) {
1070 printk(KERN_INFO
1071 "Skipped enabling x2apic and Interrupt-remapping "
1072 "because of nox2apic\n");
1073 return;
1074 }
1075
1076 if (x2apic_preenabled && disable_x2apic)
1077 panic("Bios already enabled x2apic, can't enforce nox2apic");
1078
1079 if (!x2apic_preenabled && skip_ioapic_setup) {
1080 printk(KERN_INFO
1081 "Skipped enabling x2apic and Interrupt-remapping "
1082 "because of skipping io-apic setup\n");
1083 return;
1084 }
1085
1086 ret = dmar_table_init();
1087 if (ret) {
1088 printk(KERN_INFO
1089 "dmar_table_init() failed with %d:\n", ret);
1090
1091 if (x2apic_preenabled)
1092 panic("x2apic enabled by bios. But IR enabling failed");
1093 else
1094 printk(KERN_INFO
1095 "Not enabling x2apic,Intr-remapping\n");
1096 return;
1097 }
1098
1099 local_irq_save(flags);
1100 mask_8259A();
1101 save_mask_IO_APIC_setup();
1102
1103 ret = enable_intr_remapping(1);
1104
1105 if (ret && x2apic_preenabled) {
1106 local_irq_restore(flags);
1107 panic("x2apic enabled by bios. But IR enabling failed");
1108 }
1109
1110 if (ret)
1111 goto end;
1112
1113 if (!x2apic) {
1114 x2apic = 1;
1115 apic_ops = &x2apic_ops;
1116 enable_x2apic();
1117 }
1118end:
1119 if (ret)
1120 /*
1121 * IR enabling failed
1122 */
1123 restore_IO_APIC_setup();
1124 else
1125 reinit_intr_remapped_IO_APIC(x2apic_preenabled);
1126
1127 unmask_8259A();
1128 local_irq_restore(flags);
1129
1130 if (!ret) {
1131 if (!x2apic_preenabled)
1132 printk(KERN_INFO
1133 "Enabled x2apic and interrupt-remapping\n");
1134 else
1135 printk(KERN_INFO
1136 "Enabled Interrupt-remapping\n");
1137 } else
1138 printk(KERN_ERR
1139 "Failed to enable Interrupt-remapping and x2apic\n");
1140#else
1141 if (!cpu_has_x2apic)
1142 return;
1143
1144 if (x2apic_preenabled)
1145 panic("x2apic enabled prior OS handover,"
1146 " enable CONFIG_INTR_REMAP");
1147
1148 printk(KERN_INFO "Enable CONFIG_INTR_REMAP for enabling intr-remapping "
1149 " and x2apic\n");
1150#endif
1151
1152 return;
1153}
1154
Thomas Gleixner0e078e22008-01-30 13:30:20 +01001155/*
1156 * Detect and enable local APICs on non-SMP boards.
1157 * Original code written by Keir Fraser.
1158 * On AMD64 we trust the BIOS - if it says no APIC it is likely
1159 * not correctly set up (usually the APIC timer won't work etc.)
1160 */
1161static int __init detect_init_APIC(void)
1162{
1163 if (!cpu_has_apic) {
1164 printk(KERN_INFO "No local APIC present\n");
1165 return -1;
1166 }
1167
1168 mp_lapic_addr = APIC_DEFAULT_PHYS_BASE;
Glauber de Oliveira Costac70dcb72008-03-19 14:25:58 -03001169 boot_cpu_physical_apicid = 0;
Thomas Gleixner0e078e22008-01-30 13:30:20 +01001170 return 0;
1171}
1172
Yinghai Lu8643f9d2008-02-19 03:21:06 -08001173void __init early_init_lapic_mapping(void)
1174{
Thomas Gleixner431ee792008-05-12 15:43:35 +02001175 unsigned long phys_addr;
Yinghai Lu8643f9d2008-02-19 03:21:06 -08001176
1177 /*
1178 * If no local APIC can be found then go out
1179 * : it means there is no mpatable and MADT
1180 */
1181 if (!smp_found_config)
1182 return;
1183
Thomas Gleixner431ee792008-05-12 15:43:35 +02001184 phys_addr = mp_lapic_addr;
Yinghai Lu8643f9d2008-02-19 03:21:06 -08001185
Thomas Gleixner431ee792008-05-12 15:43:35 +02001186 set_fixmap_nocache(FIX_APIC_BASE, phys_addr);
Yinghai Lu8643f9d2008-02-19 03:21:06 -08001187 apic_printk(APIC_VERBOSE, "mapped APIC to %16lx (%16lx)\n",
Thomas Gleixner431ee792008-05-12 15:43:35 +02001188 APIC_BASE, phys_addr);
Yinghai Lu8643f9d2008-02-19 03:21:06 -08001189
1190 /*
1191 * Fetch the APIC ID of the BSP in case we have a
1192 * default configuration (or the MP table is broken).
1193 */
Yinghai Lu4c9961d2008-07-11 18:44:16 -07001194 boot_cpu_physical_apicid = read_apic_id();
Yinghai Lu8643f9d2008-02-19 03:21:06 -08001195}
1196
Thomas Gleixner0e078e22008-01-30 13:30:20 +01001197/**
1198 * init_apic_mappings - initialize APIC mappings
1199 */
1200void __init init_apic_mappings(void)
1201{
Suresh Siddha6e1cb382008-07-10 11:16:58 -07001202 if (x2apic) {
Yinghai Lu4c9961d2008-07-11 18:44:16 -07001203 boot_cpu_physical_apicid = read_apic_id();
Suresh Siddha6e1cb382008-07-10 11:16:58 -07001204 return;
1205 }
1206
Thomas Gleixner0e078e22008-01-30 13:30:20 +01001207 /*
1208 * If no local APIC can be found then set up a fake all
1209 * zeroes page to simulate the local APIC and another
1210 * one for the IO-APIC.
1211 */
1212 if (!smp_found_config && detect_init_APIC()) {
1213 apic_phys = (unsigned long) alloc_bootmem_pages(PAGE_SIZE);
1214 apic_phys = __pa(apic_phys);
1215 } else
1216 apic_phys = mp_lapic_addr;
1217
1218 set_fixmap_nocache(FIX_APIC_BASE, apic_phys);
1219 apic_printk(APIC_VERBOSE, "mapped APIC to %16lx (%16lx)\n",
1220 APIC_BASE, apic_phys);
1221
Thomas Gleixner0e078e22008-01-30 13:30:20 +01001222 /*
1223 * Fetch the APIC ID of the BSP in case we have a
1224 * default configuration (or the MP table is broken).
1225 */
Yinghai Lu4c9961d2008-07-11 18:44:16 -07001226 boot_cpu_physical_apicid = read_apic_id();
Thomas Gleixner0e078e22008-01-30 13:30:20 +01001227}
1228
1229/*
1230 * This initializes the IO-APIC and APIC hardware if this is
1231 * a UP kernel.
1232 */
Cyrill Gorcunov1b313f42008-08-18 20:45:57 +04001233int apic_version[MAX_APICS];
1234
Thomas Gleixner0e078e22008-01-30 13:30:20 +01001235int __init APIC_init_uniprocessor(void)
1236{
1237 if (disable_apic) {
1238 printk(KERN_INFO "Apic disabled\n");
1239 return -1;
1240 }
1241 if (!cpu_has_apic) {
1242 disable_apic = 1;
1243 printk(KERN_INFO "Apic disabled by BIOS\n");
1244 return -1;
1245 }
1246
Suresh Siddha6e1cb382008-07-10 11:16:58 -07001247 enable_IR_x2apic();
1248 setup_apic_routing();
1249
Thomas Gleixner0e078e22008-01-30 13:30:20 +01001250 verify_local_APIC();
1251
Glauber Costab5841762008-05-28 13:38:28 -03001252 connect_bsp_APIC();
1253
Jack Steinerb6df1b82008-06-19 21:51:05 -05001254 physid_set_mask_of_physid(boot_cpu_physical_apicid, &phys_cpu_present_map);
Glauber de Oliveira Costac70dcb72008-03-19 14:25:58 -03001255 apic_write(APIC_ID, SET_APIC_ID(boot_cpu_physical_apicid));
Thomas Gleixner0e078e22008-01-30 13:30:20 +01001256
1257 setup_local_APIC();
1258
Andi Kleen739f33b2008-01-30 13:30:40 +01001259 /*
1260 * Now enable IO-APICs, actually call clear_IO_APIC
1261 * We need clear_IO_APIC before enabling vector on BP
1262 */
1263 if (!skip_ioapic_setup && nr_ioapics)
1264 enable_IO_APIC();
1265
Maciej W. Rozyckiacae7d92008-06-06 03:27:49 +01001266 if (!smp_found_config || skip_ioapic_setup || !nr_ioapics)
1267 localise_nmi_watchdog();
Andi Kleen739f33b2008-01-30 13:30:40 +01001268 end_local_APIC_setup();
1269
Thomas Gleixner0e078e22008-01-30 13:30:20 +01001270 if (smp_found_config && !skip_ioapic_setup && nr_ioapics)
1271 setup_IO_APIC();
1272 else
1273 nr_ioapics = 0;
1274 setup_boot_APIC_clock();
1275 check_nmi_watchdog();
1276 return 0;
1277}
1278
1279/*
1280 * Local APIC interrupts
1281 */
1282
1283/*
1284 * This interrupt should _never_ happen with our APIC/SMP architecture
1285 */
1286asmlinkage void smp_spurious_interrupt(void)
1287{
1288 unsigned int v;
1289 exit_idle();
1290 irq_enter();
1291 /*
1292 * Check if this really is a spurious interrupt and ACK it
1293 * if it is a vectored one. Just in case...
1294 * Spurious interrupts should not be ACKed.
1295 */
1296 v = apic_read(APIC_ISR + ((SPURIOUS_APIC_VECTOR & ~0x1f) >> 1));
1297 if (v & (1 << (SPURIOUS_APIC_VECTOR & 0x1f)))
1298 ack_APIC_irq();
1299
1300 add_pda(irq_spurious_count, 1);
1301 irq_exit();
1302}
1303
1304/*
1305 * This interrupt should never happen with our APIC/SMP architecture
1306 */
1307asmlinkage void smp_error_interrupt(void)
1308{
1309 unsigned int v, v1;
1310
1311 exit_idle();
1312 irq_enter();
1313 /* First tickle the hardware, only then report what went on. -- REW */
1314 v = apic_read(APIC_ESR);
1315 apic_write(APIC_ESR, 0);
1316 v1 = apic_read(APIC_ESR);
1317 ack_APIC_irq();
1318 atomic_inc(&irq_err_count);
1319
1320 /* Here is what the APIC error bits mean:
1321 0: Send CS error
1322 1: Receive CS error
1323 2: Send accept error
1324 3: Receive accept error
1325 4: Reserved
1326 5: Send illegal vector
1327 6: Received illegal vector
1328 7: Illegal register address
1329 */
1330 printk(KERN_DEBUG "APIC error on CPU%d: %02x(%02x)\n",
1331 smp_processor_id(), v , v1);
1332 irq_exit();
1333}
1334
Glauber Costab5841762008-05-28 13:38:28 -03001335/**
Cyrill Gorcunov36c9d672008-08-18 20:45:53 +04001336 * connect_bsp_APIC - attach the APIC to the interrupt system
1337 */
Glauber Costab5841762008-05-28 13:38:28 -03001338void __init connect_bsp_APIC(void)
1339{
Cyrill Gorcunov36c9d672008-08-18 20:45:53 +04001340#ifdef CONFIG_X86_32
1341 if (pic_mode) {
1342 /*
1343 * Do not trust the local APIC being empty at bootup.
1344 */
1345 clear_local_APIC();
1346 /*
1347 * PIC mode, enable APIC mode in the IMCR, i.e. connect BSP's
1348 * local APIC to INT and NMI lines.
1349 */
1350 apic_printk(APIC_VERBOSE, "leaving PIC mode, "
1351 "enabling APIC mode.\n");
1352 outb(0x70, 0x22);
1353 outb(0x01, 0x23);
1354 }
1355#endif
Glauber Costab5841762008-05-28 13:38:28 -03001356 enable_apic_mode();
1357}
1358
Cyrill Gorcunov274cfe52008-08-16 23:21:53 +04001359/**
1360 * disconnect_bsp_APIC - detach the APIC from the interrupt system
1361 * @virt_wire_setup: indicates, whether virtual wire mode is selected
1362 *
1363 * Virtual wire mode is necessary to deliver legacy interrupts even when the
1364 * APIC is disabled.
1365 */
Thomas Gleixner0e078e22008-01-30 13:30:20 +01001366void disconnect_bsp_APIC(int virt_wire_setup)
1367{
Cyrill Gorcunov1b4ee4e2008-08-18 23:12:33 +04001368 unsigned int value;
1369
Cyrill Gorcunovc177b0b2008-08-18 20:45:56 +04001370#ifdef CONFIG_X86_32
1371 if (pic_mode) {
1372 /*
1373 * Put the board back into PIC mode (has an effect only on
1374 * certain older boards). Note that APIC interrupts, including
1375 * IPIs, won't work beyond this point! The only exception are
1376 * INIT IPIs.
1377 */
1378 apic_printk(APIC_VERBOSE, "disabling APIC mode, "
1379 "entering PIC mode.\n");
1380 outb(0x70, 0x22);
1381 outb(0x00, 0x23);
1382 return;
1383 }
1384#endif
1385
Thomas Gleixner0e078e22008-01-30 13:30:20 +01001386 /* Go back to Virtual Wire compatibility mode */
Thomas Gleixner0e078e22008-01-30 13:30:20 +01001387
1388 /* For the spurious interrupt use vector F, and enable it */
1389 value = apic_read(APIC_SPIV);
1390 value &= ~APIC_VECTOR_MASK;
1391 value |= APIC_SPIV_APIC_ENABLED;
1392 value |= 0xf;
1393 apic_write(APIC_SPIV, value);
1394
1395 if (!virt_wire_setup) {
1396 /*
1397 * For LVT0 make it edge triggered, active high,
1398 * external and enabled
1399 */
1400 value = apic_read(APIC_LVT0);
1401 value &= ~(APIC_MODE_MASK | APIC_SEND_PENDING |
1402 APIC_INPUT_POLARITY | APIC_LVT_REMOTE_IRR |
1403 APIC_LVT_LEVEL_TRIGGER | APIC_LVT_MASKED);
1404 value |= APIC_LVT_REMOTE_IRR | APIC_SEND_PENDING;
1405 value = SET_APIC_DELIVERY_MODE(value, APIC_MODE_EXTINT);
1406 apic_write(APIC_LVT0, value);
1407 } else {
1408 /* Disable LVT0 */
1409 apic_write(APIC_LVT0, APIC_LVT_MASKED);
1410 }
1411
Cyrill Gorcunovc177b0b2008-08-18 20:45:56 +04001412 /*
1413 * For LVT1 make it edge triggered, active high,
1414 * nmi and enabled
1415 */
Thomas Gleixner0e078e22008-01-30 13:30:20 +01001416 value = apic_read(APIC_LVT1);
1417 value &= ~(APIC_MODE_MASK | APIC_SEND_PENDING |
1418 APIC_INPUT_POLARITY | APIC_LVT_REMOTE_IRR |
1419 APIC_LVT_LEVEL_TRIGGER | APIC_LVT_MASKED);
1420 value |= APIC_LVT_REMOTE_IRR | APIC_SEND_PENDING;
1421 value = SET_APIC_DELIVERY_MODE(value, APIC_MODE_NMI);
1422 apic_write(APIC_LVT1, value);
1423}
1424
Alexey Starikovskiybe8a5682008-03-27 23:56:19 +03001425void __cpuinit generic_processor_info(int apicid, int version)
1426{
1427 int cpu;
1428 cpumask_t tmp_map;
1429
Cyrill Gorcunov1b313f42008-08-18 20:45:57 +04001430 /*
1431 * Validate version
1432 */
1433 if (version == 0x0) {
1434 printk(KERN_WARNING "BIOS bug, APIC version is 0 for CPU#%d! "
1435 "fixing up to 0x10. (tell your hw vendor)\n",
1436 version);
1437 version = 0x10;
1438 }
1439 apic_version[apicid] = version;
1440
Alexey Starikovskiybe8a5682008-03-27 23:56:19 +03001441 if (num_processors >= NR_CPUS) {
1442 printk(KERN_WARNING "WARNING: NR_CPUS limit of %i reached."
Cyrill Gorcunov1b313f42008-08-18 20:45:57 +04001443 " Processor ignored.\n", NR_CPUS);
Alexey Starikovskiybe8a5682008-03-27 23:56:19 +03001444 return;
1445 }
1446
1447 if (num_processors >= maxcpus) {
1448 printk(KERN_WARNING "WARNING: maxcpus limit of %i reached."
Cyrill Gorcunov1b313f42008-08-18 20:45:57 +04001449 " Processor ignored.\n", maxcpus);
Alexey Starikovskiybe8a5682008-03-27 23:56:19 +03001450 return;
1451 }
1452
1453 num_processors++;
1454 cpus_complement(tmp_map, cpu_present_map);
1455 cpu = first_cpu(tmp_map);
1456
1457 physid_set(apicid, phys_cpu_present_map);
1458 if (apicid == boot_cpu_physical_apicid) {
1459 /*
1460 * x86_bios_cpu_apicid is required to have processors listed
1461 * in same order as logical cpu numbers. Hence the first
1462 * entry is BSP, and so on.
1463 */
1464 cpu = 0;
1465 }
Yinghai Lue0da3362008-06-08 18:29:22 -07001466 if (apicid > max_physical_apicid)
1467 max_physical_apicid = apicid;
1468
Cyrill Gorcunov1b313f42008-08-18 20:45:57 +04001469#ifdef CONFIG_X86_32
1470 /*
1471 * Would be preferable to switch to bigsmp when CONFIG_HOTPLUG_CPU=y
1472 * but we need to work other dependencies like SMP_SUSPEND etc
1473 * before this can be done without some confusion.
1474 * if (CPU_HOTPLUG_ENABLED || num_processors > 8)
1475 * - Ashok Raj <ashok.raj@intel.com>
1476 */
1477 if (max_physical_apicid >= 8) {
1478 switch (boot_cpu_data.x86_vendor) {
1479 case X86_VENDOR_INTEL:
1480 if (!APIC_XAPIC(version)) {
1481 def_to_bigsmp = 0;
1482 break;
1483 }
1484 /* If P4 and above fall through */
1485 case X86_VENDOR_AMD:
1486 def_to_bigsmp = 1;
1487 }
1488 }
1489#endif
1490
1491#if defined(CONFIG_X86_SMP) || defined(CONFIG_X86_64)
Alexey Starikovskiybe8a5682008-03-27 23:56:19 +03001492 /* are we being called early in kernel startup? */
Mike Travis23ca4bb2008-05-12 21:21:12 +02001493 if (early_per_cpu_ptr(x86_cpu_to_apicid)) {
1494 u16 *cpu_to_apicid = early_per_cpu_ptr(x86_cpu_to_apicid);
1495 u16 *bios_cpu_apicid = early_per_cpu_ptr(x86_bios_cpu_apicid);
Alexey Starikovskiybe8a5682008-03-27 23:56:19 +03001496
1497 cpu_to_apicid[cpu] = apicid;
1498 bios_cpu_apicid[cpu] = apicid;
1499 } else {
1500 per_cpu(x86_cpu_to_apicid, cpu) = apicid;
1501 per_cpu(x86_bios_cpu_apicid, cpu) = apicid;
1502 }
Cyrill Gorcunov1b313f42008-08-18 20:45:57 +04001503#endif
Alexey Starikovskiybe8a5682008-03-27 23:56:19 +03001504
1505 cpu_set(cpu, cpu_possible_map);
1506 cpu_set(cpu, cpu_present_map);
1507}
1508
Suresh Siddha0c81c742008-07-10 11:16:48 -07001509int hard_smp_processor_id(void)
1510{
1511 return read_apic_id();
1512}
1513
Thomas Gleixner0e078e22008-01-30 13:30:20 +01001514/*
1515 * Power management
1516 */
Linus Torvalds1da177e2005-04-16 15:20:36 -07001517#ifdef CONFIG_PM
1518
1519static struct {
Cyrill Gorcunov274cfe52008-08-16 23:21:53 +04001520 /*
1521 * 'active' is true if the local APIC was enabled by us and
1522 * not the BIOS; this signifies that we are also responsible
1523 * for disabling it before entering apm/acpi suspend
1524 */
Linus Torvalds1da177e2005-04-16 15:20:36 -07001525 int active;
1526 /* r/w apic fields */
1527 unsigned int apic_id;
1528 unsigned int apic_taskpri;
1529 unsigned int apic_ldr;
1530 unsigned int apic_dfr;
1531 unsigned int apic_spiv;
1532 unsigned int apic_lvtt;
1533 unsigned int apic_lvtpc;
1534 unsigned int apic_lvt0;
1535 unsigned int apic_lvt1;
1536 unsigned int apic_lvterr;
1537 unsigned int apic_tmict;
1538 unsigned int apic_tdcr;
1539 unsigned int apic_thmr;
1540} apic_pm_state;
1541
Pavel Machek0b9c33a2005-04-16 15:25:31 -07001542static int lapic_suspend(struct sys_device *dev, pm_message_t state)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001543{
1544 unsigned long flags;
Karsten Wiesef990fff2006-12-07 02:14:11 +01001545 int maxlvt;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001546
1547 if (!apic_pm_state.active)
1548 return 0;
1549
Thomas Gleixner37e650c2008-01-30 13:30:14 +01001550 maxlvt = lapic_get_maxlvt();
Karsten Wiesef990fff2006-12-07 02:14:11 +01001551
Suresh Siddha2d7a66d2008-07-11 14:24:19 -07001552 apic_pm_state.apic_id = apic_read(APIC_ID);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001553 apic_pm_state.apic_taskpri = apic_read(APIC_TASKPRI);
1554 apic_pm_state.apic_ldr = apic_read(APIC_LDR);
1555 apic_pm_state.apic_dfr = apic_read(APIC_DFR);
1556 apic_pm_state.apic_spiv = apic_read(APIC_SPIV);
1557 apic_pm_state.apic_lvtt = apic_read(APIC_LVTT);
Karsten Wiesef990fff2006-12-07 02:14:11 +01001558 if (maxlvt >= 4)
1559 apic_pm_state.apic_lvtpc = apic_read(APIC_LVTPC);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001560 apic_pm_state.apic_lvt0 = apic_read(APIC_LVT0);
1561 apic_pm_state.apic_lvt1 = apic_read(APIC_LVT1);
1562 apic_pm_state.apic_lvterr = apic_read(APIC_LVTERR);
1563 apic_pm_state.apic_tmict = apic_read(APIC_TMICT);
1564 apic_pm_state.apic_tdcr = apic_read(APIC_TDCR);
Cyrill Gorcunov24968cf2008-08-16 23:21:52 +04001565#if defined(CONFIG_X86_MCE_P4THERMAL) || defined(CONFIG_X86_MCE_INTEL)
Karsten Wiesef990fff2006-12-07 02:14:11 +01001566 if (maxlvt >= 5)
1567 apic_pm_state.apic_thmr = apic_read(APIC_LVTTHMR);
1568#endif
Cyrill Gorcunov24968cf2008-08-16 23:21:52 +04001569
Fernando Luis Vázquez Cao2b94ab22006-09-26 10:52:33 +02001570 local_irq_save(flags);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001571 disable_local_APIC();
1572 local_irq_restore(flags);
1573 return 0;
1574}
1575
1576static int lapic_resume(struct sys_device *dev)
1577{
1578 unsigned int l, h;
1579 unsigned long flags;
Karsten Wiesef990fff2006-12-07 02:14:11 +01001580 int maxlvt;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001581
1582 if (!apic_pm_state.active)
1583 return 0;
1584
Thomas Gleixner37e650c2008-01-30 13:30:14 +01001585 maxlvt = lapic_get_maxlvt();
Karsten Wiesef990fff2006-12-07 02:14:11 +01001586
Linus Torvalds1da177e2005-04-16 15:20:36 -07001587 local_irq_save(flags);
Cyrill Gorcunov92206c92008-08-16 23:21:51 +04001588
1589#ifdef CONFIG_X86_64
1590 if (x2apic)
1591 enable_x2apic();
1592 else
1593#endif
Yinghai Lud5e629a2008-08-17 21:12:27 -07001594 {
Cyrill Gorcunov92206c92008-08-16 23:21:51 +04001595 /*
1596 * Make sure the APICBASE points to the right address
1597 *
1598 * FIXME! This will be wrong if we ever support suspend on
1599 * SMP! We'll need to do this as part of the CPU restore!
1600 */
Suresh Siddha6e1cb382008-07-10 11:16:58 -07001601 rdmsr(MSR_IA32_APICBASE, l, h);
1602 l &= ~MSR_IA32_APICBASE_BASE;
1603 l |= MSR_IA32_APICBASE_ENABLE | mp_lapic_addr;
1604 wrmsr(MSR_IA32_APICBASE, l, h);
Yinghai Lud5e629a2008-08-17 21:12:27 -07001605 }
Suresh Siddha6e1cb382008-07-10 11:16:58 -07001606
Linus Torvalds1da177e2005-04-16 15:20:36 -07001607 apic_write(APIC_LVTERR, ERROR_APIC_VECTOR | APIC_LVT_MASKED);
1608 apic_write(APIC_ID, apic_pm_state.apic_id);
1609 apic_write(APIC_DFR, apic_pm_state.apic_dfr);
1610 apic_write(APIC_LDR, apic_pm_state.apic_ldr);
1611 apic_write(APIC_TASKPRI, apic_pm_state.apic_taskpri);
1612 apic_write(APIC_SPIV, apic_pm_state.apic_spiv);
1613 apic_write(APIC_LVT0, apic_pm_state.apic_lvt0);
1614 apic_write(APIC_LVT1, apic_pm_state.apic_lvt1);
Cyrill Gorcunov92206c92008-08-16 23:21:51 +04001615#if defined(CONFIG_X86_MCE_P4THERMAL) || defined(CONFIG_X86_MCE_INTEL)
Karsten Wiesef990fff2006-12-07 02:14:11 +01001616 if (maxlvt >= 5)
1617 apic_write(APIC_LVTTHMR, apic_pm_state.apic_thmr);
1618#endif
1619 if (maxlvt >= 4)
1620 apic_write(APIC_LVTPC, apic_pm_state.apic_lvtpc);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001621 apic_write(APIC_LVTT, apic_pm_state.apic_lvtt);
1622 apic_write(APIC_TDCR, apic_pm_state.apic_tdcr);
1623 apic_write(APIC_TMICT, apic_pm_state.apic_tmict);
1624 apic_write(APIC_ESR, 0);
1625 apic_read(APIC_ESR);
1626 apic_write(APIC_LVTERR, apic_pm_state.apic_lvterr);
1627 apic_write(APIC_ESR, 0);
1628 apic_read(APIC_ESR);
Cyrill Gorcunov92206c92008-08-16 23:21:51 +04001629
Linus Torvalds1da177e2005-04-16 15:20:36 -07001630 local_irq_restore(flags);
Cyrill Gorcunov92206c92008-08-16 23:21:51 +04001631
Linus Torvalds1da177e2005-04-16 15:20:36 -07001632 return 0;
1633}
1634
Cyrill Gorcunov274cfe52008-08-16 23:21:53 +04001635/*
1636 * This device has no shutdown method - fully functioning local APICs
1637 * are needed on every CPU up until machine_halt/restart/poweroff.
1638 */
1639
Linus Torvalds1da177e2005-04-16 15:20:36 -07001640static struct sysdev_class lapic_sysclass = {
Kay Sieversaf5ca3f2007-12-20 02:09:39 +01001641 .name = "lapic",
Linus Torvalds1da177e2005-04-16 15:20:36 -07001642 .resume = lapic_resume,
1643 .suspend = lapic_suspend,
1644};
1645
1646static struct sys_device device_lapic = {
Hiroshi Shimamotoe83a5fd2008-01-30 13:32:35 +01001647 .id = 0,
1648 .cls = &lapic_sysclass,
Linus Torvalds1da177e2005-04-16 15:20:36 -07001649};
1650
Ashok Raje6982c62005-06-25 14:54:58 -07001651static void __cpuinit apic_pm_activate(void)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001652{
1653 apic_pm_state.active = 1;
1654}
1655
1656static int __init init_lapic_sysfs(void)
1657{
1658 int error;
Hiroshi Shimamotoe83a5fd2008-01-30 13:32:35 +01001659
Linus Torvalds1da177e2005-04-16 15:20:36 -07001660 if (!cpu_has_apic)
1661 return 0;
1662 /* XXX: remove suspend/resume procs if !apic_pm_state.active? */
Hiroshi Shimamotoe83a5fd2008-01-30 13:32:35 +01001663
Linus Torvalds1da177e2005-04-16 15:20:36 -07001664 error = sysdev_class_register(&lapic_sysclass);
1665 if (!error)
1666 error = sysdev_register(&device_lapic);
1667 return error;
1668}
1669device_initcall(init_lapic_sysfs);
1670
1671#else /* CONFIG_PM */
1672
1673static void apic_pm_activate(void) { }
1674
1675#endif /* CONFIG_PM */
1676
Linus Torvalds1da177e2005-04-16 15:20:36 -07001677/*
Vojtech Pavlikf8bf3c62006-06-26 13:58:23 +02001678 * apic_is_clustered_box() -- Check if we can expect good TSC
Linus Torvalds1da177e2005-04-16 15:20:36 -07001679 *
1680 * Thus far, the major user of this is IBM's Summit2 series:
1681 *
Linus Torvalds637029c2006-02-27 20:41:56 -08001682 * Clustered boxes may have unsynced TSC problems if they are
Linus Torvalds1da177e2005-04-16 15:20:36 -07001683 * multi-chassis. Use available data to take a good guess.
1684 * If in doubt, go HPET.
1685 */
Vojtech Pavlikf8bf3c62006-06-26 13:58:23 +02001686__cpuinit int apic_is_clustered_box(void)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001687{
1688 int i, clusters, zeros;
1689 unsigned id;
Yinghai Lu322850a2008-02-23 21:48:42 -08001690 u16 *bios_cpu_apicid;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001691 DECLARE_BITMAP(clustermap, NUM_APIC_CLUSTERS);
1692
Yinghai Lu322850a2008-02-23 21:48:42 -08001693 /*
1694 * there is not this kind of box with AMD CPU yet.
1695 * Some AMD box with quadcore cpu and 8 sockets apicid
1696 * will be [4, 0x23] or [8, 0x27] could be thought to
Yinghai Luf8fffa42008-02-24 21:36:28 -08001697 * vsmp box still need checking...
Yinghai Lu322850a2008-02-23 21:48:42 -08001698 */
Ravikiran G Thirumalai1cb68482008-03-20 00:45:08 -07001699 if ((boot_cpu_data.x86_vendor == X86_VENDOR_AMD) && !is_vsmp_box())
Yinghai Lu322850a2008-02-23 21:48:42 -08001700 return 0;
1701
Mike Travis23ca4bb2008-05-12 21:21:12 +02001702 bios_cpu_apicid = early_per_cpu_ptr(x86_bios_cpu_apicid);
Suresh Siddha376ec332005-05-16 21:53:32 -07001703 bitmap_zero(clustermap, NUM_APIC_CLUSTERS);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001704
1705 for (i = 0; i < NR_CPUS; i++) {
travis@sgi.come8c10ef2008-01-30 13:33:12 +01001706 /* are we being called early in kernel startup? */
Mike Travis693e3c52008-01-30 13:33:14 +01001707 if (bios_cpu_apicid) {
1708 id = bios_cpu_apicid[i];
travis@sgi.come8c10ef2008-01-30 13:33:12 +01001709 }
1710 else if (i < nr_cpu_ids) {
1711 if (cpu_present(i))
1712 id = per_cpu(x86_bios_cpu_apicid, i);
1713 else
1714 continue;
1715 }
1716 else
1717 break;
1718
Linus Torvalds1da177e2005-04-16 15:20:36 -07001719 if (id != BAD_APICID)
1720 __set_bit(APIC_CLUSTERID(id), clustermap);
1721 }
1722
1723 /* Problem: Partially populated chassis may not have CPUs in some of
1724 * the APIC clusters they have been allocated. Only present CPUs have
travis@sgi.com602a54a2008-01-30 13:33:21 +01001725 * x86_bios_cpu_apicid entries, thus causing zeroes in the bitmap.
1726 * Since clusters are allocated sequentially, count zeros only if
1727 * they are bounded by ones.
Linus Torvalds1da177e2005-04-16 15:20:36 -07001728 */
1729 clusters = 0;
1730 zeros = 0;
1731 for (i = 0; i < NUM_APIC_CLUSTERS; i++) {
1732 if (test_bit(i, clustermap)) {
1733 clusters += 1 + zeros;
1734 zeros = 0;
1735 } else
1736 ++zeros;
1737 }
1738
Ravikiran G Thirumalai1cb68482008-03-20 00:45:08 -07001739 /* ScaleMP vSMPowered boxes have one cluster per board and TSCs are
1740 * not guaranteed to be synced between boards
1741 */
1742 if (is_vsmp_box() && clusters > 1)
1743 return 1;
1744
Linus Torvalds1da177e2005-04-16 15:20:36 -07001745 /*
Vojtech Pavlikf8bf3c62006-06-26 13:58:23 +02001746 * If clusters > 2, then should be multi-chassis.
Linus Torvalds1da177e2005-04-16 15:20:36 -07001747 * May have to revisit this when multi-core + hyperthreaded CPUs come
1748 * out, but AFAIK this will work even for them.
1749 */
1750 return (clusters > 2);
1751}
1752
Suresh Siddha6e1cb382008-07-10 11:16:58 -07001753static __init int setup_nox2apic(char *str)
1754{
1755 disable_x2apic = 1;
1756 clear_cpu_cap(&boot_cpu_data, X86_FEATURE_X2APIC);
1757 return 0;
1758}
1759early_param("nox2apic", setup_nox2apic);
1760
1761
Linus Torvalds1da177e2005-04-16 15:20:36 -07001762/*
Thomas Gleixner0e078e22008-01-30 13:30:20 +01001763 * APIC command line parameters
Linus Torvalds1da177e2005-04-16 15:20:36 -07001764 */
Cyrill Gorcunov789fa732008-08-18 20:46:01 +04001765static int __init setup_disableapic(char *arg)
Thomas Gleixner6935d1f2007-07-21 17:10:17 +02001766{
Linus Torvalds1da177e2005-04-16 15:20:36 -07001767 disable_apic = 1;
Yinghai Lu9175fc02008-07-21 01:38:14 -07001768 setup_clear_cpu_cap(X86_FEATURE_APIC);
Andi Kleen2c8c0e62006-09-26 10:52:32 +02001769 return 0;
1770}
1771early_param("disableapic", setup_disableapic);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001772
Andi Kleen2c8c0e62006-09-26 10:52:32 +02001773/* same as disableapic, for compatibility */
Cyrill Gorcunov789fa732008-08-18 20:46:01 +04001774static int __init setup_nolapic(char *arg)
Thomas Gleixner6935d1f2007-07-21 17:10:17 +02001775{
Cyrill Gorcunov789fa732008-08-18 20:46:01 +04001776 return setup_disableapic(arg);
Thomas Gleixner6935d1f2007-07-21 17:10:17 +02001777}
Andi Kleen2c8c0e62006-09-26 10:52:32 +02001778early_param("nolapic", setup_nolapic);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001779
Linus Torvalds2e7c2832007-03-23 11:32:31 -07001780static int __init parse_lapic_timer_c2_ok(char *arg)
1781{
1782 local_apic_timer_c2_ok = 1;
1783 return 0;
1784}
1785early_param("lapic_timer_c2_ok", parse_lapic_timer_c2_ok);
1786
Cyrill Gorcunov36fef092008-08-15 13:51:20 +02001787static int __init parse_disable_apic_timer(char *arg)
Thomas Gleixner6935d1f2007-07-21 17:10:17 +02001788{
Linus Torvalds1da177e2005-04-16 15:20:36 -07001789 disable_apic_timer = 1;
Cyrill Gorcunov36fef092008-08-15 13:51:20 +02001790 return 0;
Thomas Gleixner6935d1f2007-07-21 17:10:17 +02001791}
Cyrill Gorcunov36fef092008-08-15 13:51:20 +02001792early_param("noapictimer", parse_disable_apic_timer);
1793
1794static int __init parse_nolapic_timer(char *arg)
1795{
1796 disable_apic_timer = 1;
1797 return 0;
1798}
1799early_param("nolapic_timer", parse_nolapic_timer);
Andi Kleen73dea472006-02-03 21:50:50 +01001800
Andi Kleen0c3749c2006-02-03 21:51:41 +01001801static __init int setup_apicpmtimer(char *s)
1802{
1803 apic_calibrate_pmtmr = 1;
Andi Kleen7fd67842006-02-16 23:42:07 +01001804 notsc_setup(NULL);
Thomas Gleixnerb8ce3352007-10-12 23:04:07 +02001805 return 0;
Andi Kleen0c3749c2006-02-03 21:51:41 +01001806}
1807__setup("apicpmtimer", setup_apicpmtimer);
1808
Cyrill Gorcunov79af9be2008-08-18 20:46:00 +04001809static int __init apic_set_verbosity(char *arg)
1810{
1811 if (!arg) {
1812#ifdef CONFIG_X86_64
1813 skip_ioapic_setup = 0;
1814 ioapic_force = 1;
1815 return 0;
1816#endif
1817 return -EINVAL;
1818 }
1819
1820 if (strcmp("debug", arg) == 0)
1821 apic_verbosity = APIC_DEBUG;
1822 else if (strcmp("verbose", arg) == 0)
1823 apic_verbosity = APIC_VERBOSE;
1824 else {
1825 printk(KERN_WARNING "APIC Verbosity level %s not recognised"
1826 " use apic=verbose or apic=debug\n", arg);
1827 return -EINVAL;
1828 }
1829
1830 return 0;
1831}
1832early_param("apic", apic_set_verbosity);
1833
Yinghai Lu1e934dd2008-02-22 13:37:26 -08001834static int __init lapic_insert_resource(void)
1835{
1836 if (!apic_phys)
1837 return -1;
1838
1839 /* Put local APIC into the resource map. */
1840 lapic_resource.start = apic_phys;
1841 lapic_resource.end = lapic_resource.start + PAGE_SIZE - 1;
1842 insert_resource(&iomem_resource, &lapic_resource);
1843
1844 return 0;
1845}
1846
1847/*
1848 * need call insert after e820_reserve_resources()
1849 * that is using request_resource
1850 */
1851late_initcall(lapic_insert_resource);