blob: 4fb903b2fc39ef672af945b0f87fc8e86ed28cab [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 Gorcunovf07f4f92008-08-15 13:51:21 +0200262/* Clock divisor is set to 1 */
263#define APIC_DIVISOR 1
264
Thomas Gleixner0e078e22008-01-30 13:30:20 +0100265/*
266 * This function sets up the local APIC timer, with a timeout of
267 * 'clocks' APIC bus clock. During calibration we actually call
268 * this function twice on the boot CPU, once with a bogus timeout
269 * value, second time for real. The other (noncalibrating) CPUs
270 * call this function only once, with the real, calibrated value.
271 *
272 * We do reads before writes even if unnecessary, to get around the
273 * P5 APIC double write bug.
274 */
Thomas Gleixner0e078e22008-01-30 13:30:20 +0100275static void __setup_APIC_LVTT(unsigned int clocks, int oneshot, int irqen)
276{
277 unsigned int lvtt_value, tmp_value;
278
279 lvtt_value = LOCAL_TIMER_VECTOR;
280 if (!oneshot)
281 lvtt_value |= APIC_LVT_TIMER_PERIODIC;
Cyrill Gorcunovf07f4f92008-08-15 13:51:21 +0200282 if (!lapic_is_integrated())
283 lvtt_value |= SET_APIC_TIMER_BASE(APIC_TIMER_BASE_DIV);
284
Thomas Gleixner0e078e22008-01-30 13:30:20 +0100285 if (!irqen)
286 lvtt_value |= APIC_LVT_MASKED;
287
288 apic_write(APIC_LVTT, lvtt_value);
289
290 /*
291 * Divide PICLK by 16
292 */
293 tmp_value = apic_read(APIC_TDCR);
294 apic_write(APIC_TDCR, (tmp_value
295 & ~(APIC_TDR_DIV_1 | APIC_TDR_DIV_TMBASE))
296 | APIC_TDR_DIV_16);
297
298 if (!oneshot)
Cyrill Gorcunovf07f4f92008-08-15 13:51:21 +0200299 apic_write(APIC_TMICT, clocks / APIC_DIVISOR);
Thomas Gleixner0e078e22008-01-30 13:30:20 +0100300}
301
302/*
Robert Richter7b83dae2008-01-30 13:30:40 +0100303 * Setup extended LVT, AMD specific (K8, family 10h)
304 *
305 * Vector mappings are hard coded. On K8 only offset 0 (APIC500) and
306 * MCE interrupts are supported. Thus MCE offset must be set to 0.
Thomas Gleixner0e078e22008-01-30 13:30:20 +0100307 */
Robert Richter7b83dae2008-01-30 13:30:40 +0100308
309#define APIC_EILVT_LVTOFF_MCE 0
310#define APIC_EILVT_LVTOFF_IBS 1
311
312static void setup_APIC_eilvt(u8 lvt_off, u8 vector, u8 msg_type, u8 mask)
Thomas Gleixner0e078e22008-01-30 13:30:20 +0100313{
Robert Richter7b83dae2008-01-30 13:30:40 +0100314 unsigned long reg = (lvt_off << 4) + APIC_EILVT0;
Thomas Gleixner0e078e22008-01-30 13:30:20 +0100315 unsigned int v = (mask << 16) | (msg_type << 8) | vector;
316
317 apic_write(reg, v);
318}
319
Robert Richter7b83dae2008-01-30 13:30:40 +0100320u8 setup_APIC_eilvt_mce(u8 vector, u8 msg_type, u8 mask)
321{
322 setup_APIC_eilvt(APIC_EILVT_LVTOFF_MCE, vector, msg_type, mask);
323 return APIC_EILVT_LVTOFF_MCE;
324}
325
326u8 setup_APIC_eilvt_ibs(u8 vector, u8 msg_type, u8 mask)
327{
328 setup_APIC_eilvt(APIC_EILVT_LVTOFF_IBS, vector, msg_type, mask);
329 return APIC_EILVT_LVTOFF_IBS;
330}
331
Thomas Gleixner0e078e22008-01-30 13:30:20 +0100332/*
333 * Program the next event, relative to now
334 */
Thomas Gleixnerba7eda42007-10-12 23:04:07 +0200335static int lapic_next_event(unsigned long delta,
336 struct clock_event_device *evt)
337{
338 apic_write(APIC_TMICT, delta);
339 return 0;
340}
341
Thomas Gleixner0e078e22008-01-30 13:30:20 +0100342/*
343 * Setup the lapic timer in periodic or oneshot mode
344 */
Thomas Gleixnerba7eda42007-10-12 23:04:07 +0200345static void lapic_timer_setup(enum clock_event_mode mode,
346 struct clock_event_device *evt)
347{
348 unsigned long flags;
349 unsigned int v;
350
351 /* Lapic used as dummy for broadcast ? */
352 if (evt->features & CLOCK_EVT_FEAT_DUMMY)
353 return;
354
355 local_irq_save(flags);
356
357 switch (mode) {
358 case CLOCK_EVT_MODE_PERIODIC:
359 case CLOCK_EVT_MODE_ONESHOT:
360 __setup_APIC_LVTT(calibration_result,
361 mode != CLOCK_EVT_MODE_PERIODIC, 1);
362 break;
363 case CLOCK_EVT_MODE_UNUSED:
364 case CLOCK_EVT_MODE_SHUTDOWN:
365 v = apic_read(APIC_LVTT);
366 v |= (APIC_LVT_MASKED | LOCAL_TIMER_VECTOR);
367 apic_write(APIC_LVTT, v);
368 break;
369 case CLOCK_EVT_MODE_RESUME:
370 /* Nothing to do here */
371 break;
372 }
373
374 local_irq_restore(flags);
375}
376
377/*
378 * Local APIC timer broadcast function
379 */
380static void lapic_timer_broadcast(cpumask_t mask)
381{
382#ifdef CONFIG_SMP
383 send_IPI_mask(mask, LOCAL_TIMER_VECTOR);
384#endif
385}
386
Thomas Gleixner0e078e22008-01-30 13:30:20 +0100387/*
388 * Setup the local APIC timer for this CPU. Copy the initilized values
389 * of the boot CPU and register the clock event in the framework.
390 */
391static void setup_APIC_timer(void)
Fernando Luis VazquezCao8339e9f2007-05-02 19:27:17 +0200392{
Thomas Gleixner0e078e22008-01-30 13:30:20 +0100393 struct clock_event_device *levt = &__get_cpu_var(lapic_events);
394
395 memcpy(levt, &lapic_clockevent, sizeof(*levt));
396 levt->cpumask = cpumask_of_cpu(smp_processor_id());
397
398 clockevents_register_device(levt);
Fernando Luis VazquezCao8339e9f2007-05-02 19:27:17 +0200399}
400
Thomas Gleixner0e078e22008-01-30 13:30:20 +0100401/*
402 * In this function we calibrate APIC bus clocks to the external
403 * timer. Unfortunately we cannot use jiffies and the timer irq
404 * to calibrate, since some later bootup code depends on getting
405 * the first irq? Ugh.
406 *
407 * We want to do the calibration only once since we
408 * want to have local timer irqs syncron. CPUs connected
409 * by the same APIC bus have the very same bus frequency.
410 * And we want to have irqs off anyways, no accidental
411 * APIC irq that way.
412 */
413
414#define TICK_COUNT 100000000
415
Cyrill Gorcunov89b3b1f2008-07-15 21:02:54 +0400416static int __init calibrate_APIC_clock(void)
Fernando Luis VazquezCao8339e9f2007-05-02 19:27:17 +0200417{
Thomas Gleixner0e078e22008-01-30 13:30:20 +0100418 unsigned apic, apic_start;
419 unsigned long tsc, tsc_start;
420 int result;
Fernando Luis VazquezCao8339e9f2007-05-02 19:27:17 +0200421
Thomas Gleixner0e078e22008-01-30 13:30:20 +0100422 local_irq_disable();
Fernando Luis VazquezCao8339e9f2007-05-02 19:27:17 +0200423
Thomas Gleixner0e078e22008-01-30 13:30:20 +0100424 /*
425 * Put whatever arbitrary (but long enough) timeout
426 * value into the APIC clock, we just want to get the
427 * counter running for calibration.
428 *
429 * No interrupt enable !
430 */
431 __setup_APIC_LVTT(250000000, 0, 0);
432
433 apic_start = apic_read(APIC_TMCCT);
434#ifdef CONFIG_X86_PM_TIMER
435 if (apic_calibrate_pmtmr && pmtmr_ioport) {
436 pmtimer_wait(5000); /* 5ms wait */
437 apic = apic_read(APIC_TMCCT);
438 result = (apic_start - apic) * 1000L / 5;
439 } else
440#endif
441 {
442 rdtscll(tsc_start);
443
444 do {
445 apic = apic_read(APIC_TMCCT);
446 rdtscll(tsc);
447 } while ((tsc - tsc_start) < TICK_COUNT &&
448 (apic_start - apic) < TICK_COUNT);
449
450 result = (apic_start - apic) * 1000L * tsc_khz /
451 (tsc - tsc_start);
452 }
453
454 local_irq_enable();
455
456 printk(KERN_DEBUG "APIC timer calibration result %d\n", result);
457
458 printk(KERN_INFO "Detected %d.%03d MHz APIC timer.\n",
459 result / 1000 / 1000, result / 1000 % 1000);
460
461 /* Calculate the scaled math multiplication factor */
Akinobu Mita877084f2008-04-19 23:55:16 +0900462 lapic_clockevent.mult = div_sc(result, NSEC_PER_SEC,
463 lapic_clockevent.shift);
Thomas Gleixner0e078e22008-01-30 13:30:20 +0100464 lapic_clockevent.max_delta_ns =
465 clockevent_delta2ns(0x7FFFFF, &lapic_clockevent);
466 lapic_clockevent.min_delta_ns =
467 clockevent_delta2ns(0xF, &lapic_clockevent);
468
Cyrill Gorcunovf07f4f92008-08-15 13:51:21 +0200469 calibration_result = (result * APIC_DIVISOR) / HZ;
Cyrill Gorcunov89b3b1f2008-07-15 21:02:54 +0400470
471 /*
472 * Do a sanity check on the APIC calibration result
473 */
474 if (calibration_result < (1000000 / HZ)) {
475 printk(KERN_WARNING
476 "APIC frequency too slow, disabling apic timer\n");
477 return -1;
478 }
479
480 return 0;
Fernando Luis VazquezCao8339e9f2007-05-02 19:27:17 +0200481}
482
Hiroshi Shimamotoe83a5fd2008-01-30 13:32:35 +0100483/*
484 * Setup the boot APIC
485 *
486 * Calibrate and verify the result.
487 */
Thomas Gleixner0e078e22008-01-30 13:30:20 +0100488void __init setup_boot_APIC_clock(void)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700489{
Thomas Gleixner0e078e22008-01-30 13:30:20 +0100490 /*
Cyrill Gorcunov274cfe52008-08-16 23:21:53 +0400491 * The local apic timer can be disabled via the kernel
492 * commandline or from the CPU detection code. Register the lapic
493 * timer as a dummy clock event source on SMP systems, so the
494 * broadcast mechanism is used. On UP systems simply ignore it.
Thomas Gleixner0e078e22008-01-30 13:30:20 +0100495 */
496 if (disable_apic_timer) {
497 printk(KERN_INFO "Disabling APIC timer\n");
498 /* No broadcast on UP ! */
Thomas Gleixner9d099512008-01-30 13:33:04 +0100499 if (num_possible_cpus() > 1) {
500 lapic_clockevent.mult = 1;
Thomas Gleixner0e078e22008-01-30 13:30:20 +0100501 setup_APIC_timer();
Thomas Gleixner9d099512008-01-30 13:33:04 +0100502 }
Thomas Gleixner0e078e22008-01-30 13:30:20 +0100503 return;
504 }
Thomas Gleixner6935d1f2007-07-21 17:10:17 +0200505
Cyrill Gorcunov274cfe52008-08-16 23:21:53 +0400506 apic_printk(APIC_VERBOSE, "Using local APIC timer interrupts.\n"
507 "calibrating APIC timer ...\n");
508
Cyrill Gorcunov89b3b1f2008-07-15 21:02:54 +0400509 if (calibrate_APIC_clock()) {
Thomas Gleixnerc2b84b32008-01-30 13:33:04 +0100510 /* No broadcast on UP ! */
511 if (num_possible_cpus() > 1)
512 setup_APIC_timer();
513 return;
514 }
515
516 /*
Thomas Gleixner0e078e22008-01-30 13:30:20 +0100517 * If nmi_watchdog is set to IO_APIC, we need the
518 * PIT/HPET going. Otherwise register lapic as a dummy
519 * device.
520 */
521 if (nmi_watchdog != NMI_IO_APIC)
522 lapic_clockevent.features &= ~CLOCK_EVT_FEAT_DUMMY;
523 else
524 printk(KERN_WARNING "APIC timer registered as dummy,"
Cyrill Gorcunov116f5702008-06-24 22:52:04 +0200525 " due to nmi_watchdog=%d!\n", nmi_watchdog);
Thomas Gleixner0e078e22008-01-30 13:30:20 +0100526
Cyrill Gorcunov274cfe52008-08-16 23:21:53 +0400527 /* Setup the lapic or request the broadcast */
Thomas Gleixner0e078e22008-01-30 13:30:20 +0100528 setup_APIC_timer();
Linus Torvalds1da177e2005-04-16 15:20:36 -0700529}
530
Thomas Gleixner0e078e22008-01-30 13:30:20 +0100531void __cpuinit setup_secondary_APIC_clock(void)
532{
Thomas Gleixner0e078e22008-01-30 13:30:20 +0100533 setup_APIC_timer();
534}
535
536/*
537 * The guts of the apic timer interrupt
538 */
539static void local_apic_timer_interrupt(void)
540{
541 int cpu = smp_processor_id();
542 struct clock_event_device *evt = &per_cpu(lapic_events, cpu);
543
544 /*
545 * Normally we should not be here till LAPIC has been initialized but
546 * in some cases like kdump, its possible that there is a pending LAPIC
547 * timer interrupt from previous kernel's context and is delivered in
548 * new kernel the moment interrupts are enabled.
549 *
550 * Interrupts are enabled early and LAPIC is setup much later, hence
551 * its possible that when we get here evt->event_handler is NULL.
552 * Check for event_handler being NULL and discard the interrupt as
553 * spurious.
554 */
555 if (!evt->event_handler) {
556 printk(KERN_WARNING
557 "Spurious LAPIC timer interrupt on cpu %d\n", cpu);
558 /* Switch it off */
559 lapic_timer_setup(CLOCK_EVT_MODE_SHUTDOWN, evt);
560 return;
561 }
562
563 /*
564 * the NMI deadlock-detector uses this.
565 */
566 add_pda(apic_timer_irqs, 1);
567
568 evt->event_handler(evt);
569}
570
571/*
572 * Local APIC timer interrupt. This is the most natural way for doing
573 * local interrupts, but local timer interrupts can be emulated by
574 * broadcast interrupts too. [in case the hw doesn't support APIC timers]
575 *
576 * [ if a single-CPU system runs an SMP kernel then we call the local
577 * interrupt as well. Thus we cannot inline the local irq ... ]
578 */
579void smp_apic_timer_interrupt(struct pt_regs *regs)
580{
581 struct pt_regs *old_regs = set_irq_regs(regs);
582
583 /*
584 * NOTE! We'd better ACK the irq immediately,
585 * because timer handling can be slow.
586 */
587 ack_APIC_irq();
588 /*
589 * update_process_times() expects us to have done irq_enter().
590 * Besides, if we don't timer interrupts ignore the global
591 * interrupt lock, which is the WrongThing (tm) to do.
592 */
593 exit_idle();
594 irq_enter();
595 local_apic_timer_interrupt();
596 irq_exit();
Cyrill Gorcunov274cfe52008-08-16 23:21:53 +0400597
Thomas Gleixner0e078e22008-01-30 13:30:20 +0100598 set_irq_regs(old_regs);
599}
600
601int setup_profiling_timer(unsigned int multiplier)
602{
603 return -EINVAL;
604}
605
606
607/*
608 * Local APIC start and shutdown
609 */
610
611/**
612 * clear_local_APIC - shutdown the local APIC
613 *
614 * This is called, when a CPU is disabled and before rebooting, so the state of
615 * the local APIC has no dangling leftovers. Also used to cleanout any BIOS
616 * leftovers during boot.
617 */
Linus Torvalds1da177e2005-04-16 15:20:36 -0700618void clear_local_APIC(void)
619{
Chuck Ebbert2584a822008-05-20 18:18:12 -0400620 int maxlvt;
Thomas Gleixner0e078e22008-01-30 13:30:20 +0100621 u32 v;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700622
Andi Kleend3432892008-01-30 13:33:17 +0100623 /* APIC hasn't been mapped yet */
624 if (!apic_phys)
625 return;
626
627 maxlvt = lapic_get_maxlvt();
Linus Torvalds1da177e2005-04-16 15:20:36 -0700628 /*
Siddha, Suresh B704fc592006-06-26 13:59:53 +0200629 * Masking an LVT entry can trigger a local APIC error
Linus Torvalds1da177e2005-04-16 15:20:36 -0700630 * if the vector is zero. Mask LVTERR first to prevent this.
631 */
632 if (maxlvt >= 3) {
633 v = ERROR_APIC_VECTOR; /* any non-zero vector will do */
Andi Kleen11a8e772006-01-11 22:46:51 +0100634 apic_write(APIC_LVTERR, v | APIC_LVT_MASKED);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700635 }
636 /*
637 * Careful: we have to set masks only first to deassert
638 * any level-triggered sources.
639 */
640 v = apic_read(APIC_LVTT);
Andi Kleen11a8e772006-01-11 22:46:51 +0100641 apic_write(APIC_LVTT, v | APIC_LVT_MASKED);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700642 v = apic_read(APIC_LVT0);
Andi Kleen11a8e772006-01-11 22:46:51 +0100643 apic_write(APIC_LVT0, v | APIC_LVT_MASKED);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700644 v = apic_read(APIC_LVT1);
Andi Kleen11a8e772006-01-11 22:46:51 +0100645 apic_write(APIC_LVT1, v | APIC_LVT_MASKED);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700646 if (maxlvt >= 4) {
647 v = apic_read(APIC_LVTPC);
Andi Kleen11a8e772006-01-11 22:46:51 +0100648 apic_write(APIC_LVTPC, v | APIC_LVT_MASKED);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700649 }
650
Cyrill Gorcunov67640142008-08-16 23:21:50 +0400651 /* lets not touch this if we didn't frob it */
652#if defined(CONFIG_X86_MCE_P4THERMAL) || defined(X86_MCE_INTEL)
653 if (maxlvt >= 5) {
654 v = apic_read(APIC_LVTTHMR);
655 apic_write(APIC_LVTTHMR, v | APIC_LVT_MASKED);
656 }
657#endif
Linus Torvalds1da177e2005-04-16 15:20:36 -0700658 /*
659 * Clean APIC state for other OSs:
660 */
Andi Kleen11a8e772006-01-11 22:46:51 +0100661 apic_write(APIC_LVTT, APIC_LVT_MASKED);
662 apic_write(APIC_LVT0, APIC_LVT_MASKED);
663 apic_write(APIC_LVT1, APIC_LVT_MASKED);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700664 if (maxlvt >= 3)
Andi Kleen11a8e772006-01-11 22:46:51 +0100665 apic_write(APIC_LVTERR, APIC_LVT_MASKED);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700666 if (maxlvt >= 4)
Andi Kleen11a8e772006-01-11 22:46:51 +0100667 apic_write(APIC_LVTPC, APIC_LVT_MASKED);
Cyrill Gorcunov67640142008-08-16 23:21:50 +0400668
669 /* Integrated APIC (!82489DX) ? */
670 if (lapic_is_integrated()) {
671 if (maxlvt > 3)
672 /* Clear ESR due to Pentium errata 3AP and 11AP */
673 apic_write(APIC_ESR, 0);
674 apic_read(APIC_ESR);
675 }
Linus Torvalds1da177e2005-04-16 15:20:36 -0700676}
677
Thomas Gleixner0e078e22008-01-30 13:30:20 +0100678/**
679 * disable_local_APIC - clear and disable the local APIC
680 */
Linus Torvalds1da177e2005-04-16 15:20:36 -0700681void disable_local_APIC(void)
682{
683 unsigned int value;
684
685 clear_local_APIC();
686
687 /*
688 * Disable APIC (implies clearing of registers
689 * for 82489DX!).
690 */
691 value = apic_read(APIC_SPIV);
692 value &= ~APIC_SPIV_APIC_ENABLED;
Andi Kleen11a8e772006-01-11 22:46:51 +0100693 apic_write(APIC_SPIV, value);
Cyrill Gorcunov990b1832008-08-18 20:45:51 +0400694
695#ifdef CONFIG_X86_32
696 /*
697 * When LAPIC was disabled by the BIOS and enabled by the kernel,
698 * restore the disabled state.
699 */
700 if (enabled_via_apicbase) {
701 unsigned int l, h;
702
703 rdmsr(MSR_IA32_APICBASE, l, h);
704 l &= ~MSR_IA32_APICBASE_ENABLE;
705 wrmsr(MSR_IA32_APICBASE, l, h);
706 }
707#endif
Linus Torvalds1da177e2005-04-16 15:20:36 -0700708}
709
Hiroshi Shimamoto9b7711f2007-10-19 18:21:11 -0700710void lapic_shutdown(void)
711{
712 unsigned long flags;
713
714 if (!cpu_has_apic)
715 return;
716
717 local_irq_save(flags);
718
719 disable_local_APIC();
720
721 local_irq_restore(flags);
722}
723
Linus Torvalds1da177e2005-04-16 15:20:36 -0700724/*
725 * This is to verify that we're looking at a real local APIC.
726 * Check these against your board if the CPUs aren't getting
727 * started for no apparent reason.
728 */
729int __init verify_local_APIC(void)
730{
731 unsigned int reg0, reg1;
732
733 /*
734 * The version register is read-only in a real APIC.
735 */
736 reg0 = apic_read(APIC_LVR);
737 apic_printk(APIC_DEBUG, "Getting VERSION: %x\n", reg0);
738 apic_write(APIC_LVR, reg0 ^ APIC_LVR_MASK);
739 reg1 = apic_read(APIC_LVR);
740 apic_printk(APIC_DEBUG, "Getting VERSION: %x\n", reg1);
741
742 /*
743 * The two version reads above should print the same
744 * numbers. If the second one is different, then we
745 * poke at a non-APIC.
746 */
747 if (reg1 != reg0)
748 return 0;
749
750 /*
751 * Check if the version looks reasonably.
752 */
753 reg1 = GET_APIC_VERSION(reg0);
754 if (reg1 == 0x00 || reg1 == 0xff)
755 return 0;
Thomas Gleixner37e650c2008-01-30 13:30:14 +0100756 reg1 = lapic_get_maxlvt();
Linus Torvalds1da177e2005-04-16 15:20:36 -0700757 if (reg1 < 0x02 || reg1 == 0xff)
758 return 0;
759
760 /*
761 * The ID register is read/write in a real APIC.
762 */
Suresh Siddha2d7a66d2008-07-11 14:24:19 -0700763 reg0 = apic_read(APIC_ID);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700764 apic_printk(APIC_DEBUG, "Getting ID: %x\n", reg0);
765 apic_write(APIC_ID, reg0 ^ APIC_ID_MASK);
Suresh Siddha2d7a66d2008-07-11 14:24:19 -0700766 reg1 = apic_read(APIC_ID);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700767 apic_printk(APIC_DEBUG, "Getting ID: %x\n", reg1);
768 apic_write(APIC_ID, reg0);
769 if (reg1 != (reg0 ^ APIC_ID_MASK))
770 return 0;
771
772 /*
773 * The next two are just to see if we have sane values.
774 * They're only really relevant if we're in Virtual Wire
775 * compatibility mode, but most boxes are anymore.
776 */
777 reg0 = apic_read(APIC_LVT0);
Thomas Gleixner0e078e22008-01-30 13:30:20 +0100778 apic_printk(APIC_DEBUG, "Getting LVT0: %x\n", reg0);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700779 reg1 = apic_read(APIC_LVT1);
780 apic_printk(APIC_DEBUG, "Getting LVT1: %x\n", reg1);
781
782 return 1;
783}
784
Thomas Gleixner0e078e22008-01-30 13:30:20 +0100785/**
786 * sync_Arb_IDs - synchronize APIC bus arbitration IDs
787 */
Linus Torvalds1da177e2005-04-16 15:20:36 -0700788void __init sync_Arb_IDs(void)
789{
Cyrill Gorcunov296cb952008-08-15 13:51:23 +0200790 /*
791 * Unsupported on P4 - see Intel Dev. Manual Vol. 3, Ch. 8.6.1 And not
792 * needed on AMD.
793 */
794 if (modern_apic() || boot_cpu_data.x86_vendor == X86_VENDOR_AMD)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700795 return;
796
797 /*
798 * Wait for idle.
799 */
800 apic_wait_icr_idle();
801
802 apic_printk(APIC_DEBUG, "Synchronizing Arb IDs.\n");
Cyrill Gorcunov6f6da972008-08-15 23:05:19 +0400803 apic_write(APIC_ICR, APIC_DEST_ALLINC |
804 APIC_INT_LEVELTRIG | APIC_DM_INIT);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700805}
806
Linus Torvalds1da177e2005-04-16 15:20:36 -0700807/*
808 * An initial setup of the virtual wire mode.
809 */
810void __init init_bsp_APIC(void)
811{
Andi Kleen11a8e772006-01-11 22:46:51 +0100812 unsigned int value;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700813
814 /*
815 * Don't do the setup now if we have a SMP BIOS as the
816 * through-I/O-APIC virtual wire mode might be active.
817 */
818 if (smp_found_config || !cpu_has_apic)
819 return;
820
Linus Torvalds1da177e2005-04-16 15:20:36 -0700821 /*
822 * Do not trust the local APIC being empty at bootup.
823 */
824 clear_local_APIC();
825
826 /*
827 * Enable APIC.
828 */
829 value = apic_read(APIC_SPIV);
830 value &= ~APIC_VECTOR_MASK;
831 value |= APIC_SPIV_APIC_ENABLED;
Cyrill Gorcunov638c0412008-08-15 23:05:18 +0400832
833#ifdef CONFIG_X86_32
834 /* This bit is reserved on P4/Xeon and should be cleared */
835 if ((boot_cpu_data.x86_vendor == X86_VENDOR_INTEL) &&
836 (boot_cpu_data.x86 == 15))
837 value &= ~APIC_SPIV_FOCUS_DISABLED;
838 else
839#endif
840 value |= APIC_SPIV_FOCUS_DISABLED;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700841 value |= SPURIOUS_APIC_VECTOR;
Andi Kleen11a8e772006-01-11 22:46:51 +0100842 apic_write(APIC_SPIV, value);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700843
844 /*
845 * Set up the virtual wire mode.
846 */
Andi Kleen11a8e772006-01-11 22:46:51 +0100847 apic_write(APIC_LVT0, APIC_DM_EXTINT);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700848 value = APIC_DM_NMI;
Cyrill Gorcunov638c0412008-08-15 23:05:18 +0400849 if (!lapic_is_integrated()) /* 82489DX */
850 value |= APIC_LVT_LEVEL_TRIGGER;
Andi Kleen11a8e772006-01-11 22:46:51 +0100851 apic_write(APIC_LVT1, value);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700852}
853
Thomas Gleixner0e078e22008-01-30 13:30:20 +0100854/**
855 * setup_local_APIC - setup the local APIC
856 */
857void __cpuinit setup_local_APIC(void)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700858{
Andi Kleen739f33b2008-01-30 13:30:40 +0100859 unsigned int value;
Vivek Goyalda7ed9f2006-03-25 16:31:16 +0100860 int i, j;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700861
Jack Steinerac23d4e2008-03-28 14:12:16 -0500862 preempt_disable();
Linus Torvalds1da177e2005-04-16 15:20:36 -0700863 value = apic_read(APIC_LVR);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700864
Andi Kleenfe7414a2006-09-26 10:52:30 +0200865 BUILD_BUG_ON((SPURIOUS_APIC_VECTOR & 0x0f) != 0x0f);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700866
867 /*
868 * Double-check whether this APIC is really registered.
869 * This is meaningless in clustered apic mode, so we skip it.
870 */
871 if (!apic_id_registered())
872 BUG();
873
874 /*
875 * Intel recommends to set DFR, LDR and TPR before enabling
876 * an APIC. See e.g. "AP-388 82489DX User's Manual" (Intel
877 * document number 292116). So here it goes...
878 */
879 init_apic_ldr();
880
881 /*
882 * Set Task Priority to 'accept all'. We never change this
883 * later on.
884 */
885 value = apic_read(APIC_TASKPRI);
886 value &= ~APIC_TPRI_MASK;
Andi Kleen11a8e772006-01-11 22:46:51 +0100887 apic_write(APIC_TASKPRI, value);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700888
889 /*
Vivek Goyalda7ed9f2006-03-25 16:31:16 +0100890 * After a crash, we no longer service the interrupts and a pending
891 * interrupt from previous kernel might still have ISR bit set.
892 *
893 * Most probably by now CPU has serviced that pending interrupt and
894 * it might not have done the ack_APIC_irq() because it thought,
895 * interrupt came from i8259 as ExtInt. LAPIC did not get EOI so it
896 * does not clear the ISR bit and cpu thinks it has already serivced
897 * the interrupt. Hence a vector might get locked. It was noticed
898 * for timer irq (vector 0x31). Issue an extra EOI to clear ISR.
899 */
900 for (i = APIC_ISR_NR - 1; i >= 0; i--) {
901 value = apic_read(APIC_ISR + i*0x10);
902 for (j = 31; j >= 0; j--) {
903 if (value & (1<<j))
904 ack_APIC_irq();
905 }
906 }
907
908 /*
Linus Torvalds1da177e2005-04-16 15:20:36 -0700909 * Now that we are all set up, enable the APIC
910 */
911 value = apic_read(APIC_SPIV);
912 value &= ~APIC_VECTOR_MASK;
913 /*
914 * Enable APIC
915 */
916 value |= APIC_SPIV_APIC_ENABLED;
917
Andi Kleen3f14c742006-09-26 10:52:29 +0200918 /* We always use processor focus */
919
Linus Torvalds1da177e2005-04-16 15:20:36 -0700920 /*
921 * Set spurious IRQ vector
922 */
923 value |= SPURIOUS_APIC_VECTOR;
Andi Kleen11a8e772006-01-11 22:46:51 +0100924 apic_write(APIC_SPIV, value);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700925
926 /*
927 * Set up LVT0, LVT1:
928 *
929 * set up through-local-APIC on the BP's LINT0. This is not
930 * strictly necessary in pure symmetric-IO mode, but sometimes
931 * we delegate interrupts to the 8259A.
932 */
933 /*
934 * TODO: set up through-local-APIC from through-I/O-APIC? --macro
935 */
936 value = apic_read(APIC_LVT0) & APIC_LVT_MASKED;
Andi Kleena8fcf1a2006-09-26 10:52:30 +0200937 if (!smp_processor_id() && !value) {
Linus Torvalds1da177e2005-04-16 15:20:36 -0700938 value = APIC_DM_EXTINT;
Chris Wrightbc1d99c2007-10-12 23:04:23 +0200939 apic_printk(APIC_VERBOSE, "enabled ExtINT on CPU#%d\n",
940 smp_processor_id());
Linus Torvalds1da177e2005-04-16 15:20:36 -0700941 } else {
942 value = APIC_DM_EXTINT | APIC_LVT_MASKED;
Chris Wrightbc1d99c2007-10-12 23:04:23 +0200943 apic_printk(APIC_VERBOSE, "masked ExtINT on CPU#%d\n",
944 smp_processor_id());
Linus Torvalds1da177e2005-04-16 15:20:36 -0700945 }
Andi Kleen11a8e772006-01-11 22:46:51 +0100946 apic_write(APIC_LVT0, value);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700947
948 /*
949 * only the BP should see the LINT1 NMI signal, obviously.
950 */
951 if (!smp_processor_id())
952 value = APIC_DM_NMI;
953 else
954 value = APIC_DM_NMI | APIC_LVT_MASKED;
Andi Kleen11a8e772006-01-11 22:46:51 +0100955 apic_write(APIC_LVT1, value);
Jack Steinerac23d4e2008-03-28 14:12:16 -0500956 preempt_enable();
Andi Kleen739f33b2008-01-30 13:30:40 +0100957}
Linus Torvalds1da177e2005-04-16 15:20:36 -0700958
Ingo Molnara4928cf2008-04-23 13:20:56 +0200959static void __cpuinit lapic_setup_esr(void)
Andi Kleen739f33b2008-01-30 13:30:40 +0100960{
961 unsigned maxlvt = lapic_get_maxlvt();
962
963 apic_write(APIC_LVTERR, ERROR_APIC_VECTOR);
Yinghai Lu1c695242008-01-30 13:30:39 +0100964 /*
Andi Kleen739f33b2008-01-30 13:30:40 +0100965 * spec says clear errors after enabling vector.
Yinghai Lu1c695242008-01-30 13:30:39 +0100966 */
Andi Kleen739f33b2008-01-30 13:30:40 +0100967 if (maxlvt > 3)
968 apic_write(APIC_ESR, 0);
969}
Yinghai Lu1c695242008-01-30 13:30:39 +0100970
Andi Kleen739f33b2008-01-30 13:30:40 +0100971void __cpuinit end_local_APIC_setup(void)
972{
973 lapic_setup_esr();
Don Zickusf2802e72006-09-26 10:52:26 +0200974 setup_apic_nmi_watchdog(NULL);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700975 apic_pm_activate();
976}
977
Suresh Siddha6e1cb382008-07-10 11:16:58 -0700978void check_x2apic(void)
979{
980 int msr, msr2;
981
982 rdmsr(MSR_IA32_APICBASE, msr, msr2);
983
984 if (msr & X2APIC_ENABLE) {
985 printk("x2apic enabled by BIOS, switching to x2apic ops\n");
986 x2apic_preenabled = x2apic = 1;
987 apic_ops = &x2apic_ops;
988 }
989}
990
991void enable_x2apic(void)
992{
993 int msr, msr2;
994
995 rdmsr(MSR_IA32_APICBASE, msr, msr2);
996 if (!(msr & X2APIC_ENABLE)) {
997 printk("Enabling x2apic\n");
998 wrmsr(MSR_IA32_APICBASE, msr | X2APIC_ENABLE, 0);
999 }
1000}
1001
1002void enable_IR_x2apic(void)
1003{
1004#ifdef CONFIG_INTR_REMAP
1005 int ret;
1006 unsigned long flags;
1007
1008 if (!cpu_has_x2apic)
1009 return;
1010
1011 if (!x2apic_preenabled && disable_x2apic) {
1012 printk(KERN_INFO
1013 "Skipped enabling x2apic and Interrupt-remapping "
1014 "because of nox2apic\n");
1015 return;
1016 }
1017
1018 if (x2apic_preenabled && disable_x2apic)
1019 panic("Bios already enabled x2apic, can't enforce nox2apic");
1020
1021 if (!x2apic_preenabled && skip_ioapic_setup) {
1022 printk(KERN_INFO
1023 "Skipped enabling x2apic and Interrupt-remapping "
1024 "because of skipping io-apic setup\n");
1025 return;
1026 }
1027
1028 ret = dmar_table_init();
1029 if (ret) {
1030 printk(KERN_INFO
1031 "dmar_table_init() failed with %d:\n", ret);
1032
1033 if (x2apic_preenabled)
1034 panic("x2apic enabled by bios. But IR enabling failed");
1035 else
1036 printk(KERN_INFO
1037 "Not enabling x2apic,Intr-remapping\n");
1038 return;
1039 }
1040
1041 local_irq_save(flags);
1042 mask_8259A();
1043 save_mask_IO_APIC_setup();
1044
1045 ret = enable_intr_remapping(1);
1046
1047 if (ret && x2apic_preenabled) {
1048 local_irq_restore(flags);
1049 panic("x2apic enabled by bios. But IR enabling failed");
1050 }
1051
1052 if (ret)
1053 goto end;
1054
1055 if (!x2apic) {
1056 x2apic = 1;
1057 apic_ops = &x2apic_ops;
1058 enable_x2apic();
1059 }
1060end:
1061 if (ret)
1062 /*
1063 * IR enabling failed
1064 */
1065 restore_IO_APIC_setup();
1066 else
1067 reinit_intr_remapped_IO_APIC(x2apic_preenabled);
1068
1069 unmask_8259A();
1070 local_irq_restore(flags);
1071
1072 if (!ret) {
1073 if (!x2apic_preenabled)
1074 printk(KERN_INFO
1075 "Enabled x2apic and interrupt-remapping\n");
1076 else
1077 printk(KERN_INFO
1078 "Enabled Interrupt-remapping\n");
1079 } else
1080 printk(KERN_ERR
1081 "Failed to enable Interrupt-remapping and x2apic\n");
1082#else
1083 if (!cpu_has_x2apic)
1084 return;
1085
1086 if (x2apic_preenabled)
1087 panic("x2apic enabled prior OS handover,"
1088 " enable CONFIG_INTR_REMAP");
1089
1090 printk(KERN_INFO "Enable CONFIG_INTR_REMAP for enabling intr-remapping "
1091 " and x2apic\n");
1092#endif
1093
1094 return;
1095}
1096
Thomas Gleixner0e078e22008-01-30 13:30:20 +01001097/*
1098 * Detect and enable local APICs on non-SMP boards.
1099 * Original code written by Keir Fraser.
1100 * On AMD64 we trust the BIOS - if it says no APIC it is likely
1101 * not correctly set up (usually the APIC timer won't work etc.)
1102 */
1103static int __init detect_init_APIC(void)
1104{
1105 if (!cpu_has_apic) {
1106 printk(KERN_INFO "No local APIC present\n");
1107 return -1;
1108 }
1109
1110 mp_lapic_addr = APIC_DEFAULT_PHYS_BASE;
Glauber de Oliveira Costac70dcb72008-03-19 14:25:58 -03001111 boot_cpu_physical_apicid = 0;
Thomas Gleixner0e078e22008-01-30 13:30:20 +01001112 return 0;
1113}
1114
Yinghai Lu8643f9d2008-02-19 03:21:06 -08001115void __init early_init_lapic_mapping(void)
1116{
Thomas Gleixner431ee792008-05-12 15:43:35 +02001117 unsigned long phys_addr;
Yinghai Lu8643f9d2008-02-19 03:21:06 -08001118
1119 /*
1120 * If no local APIC can be found then go out
1121 * : it means there is no mpatable and MADT
1122 */
1123 if (!smp_found_config)
1124 return;
1125
Thomas Gleixner431ee792008-05-12 15:43:35 +02001126 phys_addr = mp_lapic_addr;
Yinghai Lu8643f9d2008-02-19 03:21:06 -08001127
Thomas Gleixner431ee792008-05-12 15:43:35 +02001128 set_fixmap_nocache(FIX_APIC_BASE, phys_addr);
Yinghai Lu8643f9d2008-02-19 03:21:06 -08001129 apic_printk(APIC_VERBOSE, "mapped APIC to %16lx (%16lx)\n",
Thomas Gleixner431ee792008-05-12 15:43:35 +02001130 APIC_BASE, phys_addr);
Yinghai Lu8643f9d2008-02-19 03:21:06 -08001131
1132 /*
1133 * Fetch the APIC ID of the BSP in case we have a
1134 * default configuration (or the MP table is broken).
1135 */
Yinghai Lu4c9961d2008-07-11 18:44:16 -07001136 boot_cpu_physical_apicid = read_apic_id();
Yinghai Lu8643f9d2008-02-19 03:21:06 -08001137}
1138
Thomas Gleixner0e078e22008-01-30 13:30:20 +01001139/**
1140 * init_apic_mappings - initialize APIC mappings
1141 */
1142void __init init_apic_mappings(void)
1143{
Suresh Siddha6e1cb382008-07-10 11:16:58 -07001144 if (x2apic) {
Yinghai Lu4c9961d2008-07-11 18:44:16 -07001145 boot_cpu_physical_apicid = read_apic_id();
Suresh Siddha6e1cb382008-07-10 11:16:58 -07001146 return;
1147 }
1148
Thomas Gleixner0e078e22008-01-30 13:30:20 +01001149 /*
1150 * If no local APIC can be found then set up a fake all
1151 * zeroes page to simulate the local APIC and another
1152 * one for the IO-APIC.
1153 */
1154 if (!smp_found_config && detect_init_APIC()) {
1155 apic_phys = (unsigned long) alloc_bootmem_pages(PAGE_SIZE);
1156 apic_phys = __pa(apic_phys);
1157 } else
1158 apic_phys = mp_lapic_addr;
1159
1160 set_fixmap_nocache(FIX_APIC_BASE, apic_phys);
1161 apic_printk(APIC_VERBOSE, "mapped APIC to %16lx (%16lx)\n",
1162 APIC_BASE, apic_phys);
1163
Thomas Gleixner0e078e22008-01-30 13:30:20 +01001164 /*
1165 * Fetch the APIC ID of the BSP in case we have a
1166 * default configuration (or the MP table is broken).
1167 */
Yinghai Lu4c9961d2008-07-11 18:44:16 -07001168 boot_cpu_physical_apicid = read_apic_id();
Thomas Gleixner0e078e22008-01-30 13:30:20 +01001169}
1170
1171/*
1172 * This initializes the IO-APIC and APIC hardware if this is
1173 * a UP kernel.
1174 */
1175int __init APIC_init_uniprocessor(void)
1176{
1177 if (disable_apic) {
1178 printk(KERN_INFO "Apic disabled\n");
1179 return -1;
1180 }
1181 if (!cpu_has_apic) {
1182 disable_apic = 1;
1183 printk(KERN_INFO "Apic disabled by BIOS\n");
1184 return -1;
1185 }
1186
Suresh Siddha6e1cb382008-07-10 11:16:58 -07001187 enable_IR_x2apic();
1188 setup_apic_routing();
1189
Thomas Gleixner0e078e22008-01-30 13:30:20 +01001190 verify_local_APIC();
1191
Glauber Costab5841762008-05-28 13:38:28 -03001192 connect_bsp_APIC();
1193
Jack Steinerb6df1b82008-06-19 21:51:05 -05001194 physid_set_mask_of_physid(boot_cpu_physical_apicid, &phys_cpu_present_map);
Glauber de Oliveira Costac70dcb72008-03-19 14:25:58 -03001195 apic_write(APIC_ID, SET_APIC_ID(boot_cpu_physical_apicid));
Thomas Gleixner0e078e22008-01-30 13:30:20 +01001196
1197 setup_local_APIC();
1198
Andi Kleen739f33b2008-01-30 13:30:40 +01001199 /*
1200 * Now enable IO-APICs, actually call clear_IO_APIC
1201 * We need clear_IO_APIC before enabling vector on BP
1202 */
1203 if (!skip_ioapic_setup && nr_ioapics)
1204 enable_IO_APIC();
1205
Maciej W. Rozyckiacae7d92008-06-06 03:27:49 +01001206 if (!smp_found_config || skip_ioapic_setup || !nr_ioapics)
1207 localise_nmi_watchdog();
Andi Kleen739f33b2008-01-30 13:30:40 +01001208 end_local_APIC_setup();
1209
Thomas Gleixner0e078e22008-01-30 13:30:20 +01001210 if (smp_found_config && !skip_ioapic_setup && nr_ioapics)
1211 setup_IO_APIC();
1212 else
1213 nr_ioapics = 0;
1214 setup_boot_APIC_clock();
1215 check_nmi_watchdog();
1216 return 0;
1217}
1218
1219/*
1220 * Local APIC interrupts
1221 */
1222
1223/*
1224 * This interrupt should _never_ happen with our APIC/SMP architecture
1225 */
1226asmlinkage void smp_spurious_interrupt(void)
1227{
1228 unsigned int v;
1229 exit_idle();
1230 irq_enter();
1231 /*
1232 * Check if this really is a spurious interrupt and ACK it
1233 * if it is a vectored one. Just in case...
1234 * Spurious interrupts should not be ACKed.
1235 */
1236 v = apic_read(APIC_ISR + ((SPURIOUS_APIC_VECTOR & ~0x1f) >> 1));
1237 if (v & (1 << (SPURIOUS_APIC_VECTOR & 0x1f)))
1238 ack_APIC_irq();
1239
1240 add_pda(irq_spurious_count, 1);
1241 irq_exit();
1242}
1243
1244/*
1245 * This interrupt should never happen with our APIC/SMP architecture
1246 */
1247asmlinkage void smp_error_interrupt(void)
1248{
1249 unsigned int v, v1;
1250
1251 exit_idle();
1252 irq_enter();
1253 /* First tickle the hardware, only then report what went on. -- REW */
1254 v = apic_read(APIC_ESR);
1255 apic_write(APIC_ESR, 0);
1256 v1 = apic_read(APIC_ESR);
1257 ack_APIC_irq();
1258 atomic_inc(&irq_err_count);
1259
1260 /* Here is what the APIC error bits mean:
1261 0: Send CS error
1262 1: Receive CS error
1263 2: Send accept error
1264 3: Receive accept error
1265 4: Reserved
1266 5: Send illegal vector
1267 6: Received illegal vector
1268 7: Illegal register address
1269 */
1270 printk(KERN_DEBUG "APIC error on CPU%d: %02x(%02x)\n",
1271 smp_processor_id(), v , v1);
1272 irq_exit();
1273}
1274
Glauber Costab5841762008-05-28 13:38:28 -03001275/**
1276 * * connect_bsp_APIC - attach the APIC to the interrupt system
1277 * */
1278void __init connect_bsp_APIC(void)
1279{
1280 enable_apic_mode();
1281}
1282
Cyrill Gorcunov274cfe52008-08-16 23:21:53 +04001283/**
1284 * disconnect_bsp_APIC - detach the APIC from the interrupt system
1285 * @virt_wire_setup: indicates, whether virtual wire mode is selected
1286 *
1287 * Virtual wire mode is necessary to deliver legacy interrupts even when the
1288 * APIC is disabled.
1289 */
Thomas Gleixner0e078e22008-01-30 13:30:20 +01001290void disconnect_bsp_APIC(int virt_wire_setup)
1291{
1292 /* Go back to Virtual Wire compatibility mode */
1293 unsigned long value;
1294
1295 /* For the spurious interrupt use vector F, and enable it */
1296 value = apic_read(APIC_SPIV);
1297 value &= ~APIC_VECTOR_MASK;
1298 value |= APIC_SPIV_APIC_ENABLED;
1299 value |= 0xf;
1300 apic_write(APIC_SPIV, value);
1301
1302 if (!virt_wire_setup) {
1303 /*
1304 * For LVT0 make it edge triggered, active high,
1305 * external and enabled
1306 */
1307 value = apic_read(APIC_LVT0);
1308 value &= ~(APIC_MODE_MASK | APIC_SEND_PENDING |
1309 APIC_INPUT_POLARITY | APIC_LVT_REMOTE_IRR |
1310 APIC_LVT_LEVEL_TRIGGER | APIC_LVT_MASKED);
1311 value |= APIC_LVT_REMOTE_IRR | APIC_SEND_PENDING;
1312 value = SET_APIC_DELIVERY_MODE(value, APIC_MODE_EXTINT);
1313 apic_write(APIC_LVT0, value);
1314 } else {
1315 /* Disable LVT0 */
1316 apic_write(APIC_LVT0, APIC_LVT_MASKED);
1317 }
1318
1319 /* For LVT1 make it edge triggered, active high, nmi and enabled */
1320 value = apic_read(APIC_LVT1);
1321 value &= ~(APIC_MODE_MASK | APIC_SEND_PENDING |
1322 APIC_INPUT_POLARITY | APIC_LVT_REMOTE_IRR |
1323 APIC_LVT_LEVEL_TRIGGER | APIC_LVT_MASKED);
1324 value |= APIC_LVT_REMOTE_IRR | APIC_SEND_PENDING;
1325 value = SET_APIC_DELIVERY_MODE(value, APIC_MODE_NMI);
1326 apic_write(APIC_LVT1, value);
1327}
1328
Alexey Starikovskiybe8a5682008-03-27 23:56:19 +03001329void __cpuinit generic_processor_info(int apicid, int version)
1330{
1331 int cpu;
1332 cpumask_t tmp_map;
1333
1334 if (num_processors >= NR_CPUS) {
1335 printk(KERN_WARNING "WARNING: NR_CPUS limit of %i reached."
1336 " Processor ignored.\n", NR_CPUS);
1337 return;
1338 }
1339
1340 if (num_processors >= maxcpus) {
1341 printk(KERN_WARNING "WARNING: maxcpus limit of %i reached."
1342 " Processor ignored.\n", maxcpus);
1343 return;
1344 }
1345
1346 num_processors++;
1347 cpus_complement(tmp_map, cpu_present_map);
1348 cpu = first_cpu(tmp_map);
1349
1350 physid_set(apicid, phys_cpu_present_map);
1351 if (apicid == boot_cpu_physical_apicid) {
1352 /*
1353 * x86_bios_cpu_apicid is required to have processors listed
1354 * in same order as logical cpu numbers. Hence the first
1355 * entry is BSP, and so on.
1356 */
1357 cpu = 0;
1358 }
Yinghai Lue0da3362008-06-08 18:29:22 -07001359 if (apicid > max_physical_apicid)
1360 max_physical_apicid = apicid;
1361
Alexey Starikovskiybe8a5682008-03-27 23:56:19 +03001362 /* are we being called early in kernel startup? */
Mike Travis23ca4bb2008-05-12 21:21:12 +02001363 if (early_per_cpu_ptr(x86_cpu_to_apicid)) {
1364 u16 *cpu_to_apicid = early_per_cpu_ptr(x86_cpu_to_apicid);
1365 u16 *bios_cpu_apicid = early_per_cpu_ptr(x86_bios_cpu_apicid);
Alexey Starikovskiybe8a5682008-03-27 23:56:19 +03001366
1367 cpu_to_apicid[cpu] = apicid;
1368 bios_cpu_apicid[cpu] = apicid;
1369 } else {
1370 per_cpu(x86_cpu_to_apicid, cpu) = apicid;
1371 per_cpu(x86_bios_cpu_apicid, cpu) = apicid;
1372 }
1373
1374 cpu_set(cpu, cpu_possible_map);
1375 cpu_set(cpu, cpu_present_map);
1376}
1377
Suresh Siddha0c81c742008-07-10 11:16:48 -07001378int hard_smp_processor_id(void)
1379{
1380 return read_apic_id();
1381}
1382
Thomas Gleixner0e078e22008-01-30 13:30:20 +01001383/*
1384 * Power management
1385 */
Linus Torvalds1da177e2005-04-16 15:20:36 -07001386#ifdef CONFIG_PM
1387
1388static struct {
Cyrill Gorcunov274cfe52008-08-16 23:21:53 +04001389 /*
1390 * 'active' is true if the local APIC was enabled by us and
1391 * not the BIOS; this signifies that we are also responsible
1392 * for disabling it before entering apm/acpi suspend
1393 */
Linus Torvalds1da177e2005-04-16 15:20:36 -07001394 int active;
1395 /* r/w apic fields */
1396 unsigned int apic_id;
1397 unsigned int apic_taskpri;
1398 unsigned int apic_ldr;
1399 unsigned int apic_dfr;
1400 unsigned int apic_spiv;
1401 unsigned int apic_lvtt;
1402 unsigned int apic_lvtpc;
1403 unsigned int apic_lvt0;
1404 unsigned int apic_lvt1;
1405 unsigned int apic_lvterr;
1406 unsigned int apic_tmict;
1407 unsigned int apic_tdcr;
1408 unsigned int apic_thmr;
1409} apic_pm_state;
1410
Pavel Machek0b9c33a2005-04-16 15:25:31 -07001411static int lapic_suspend(struct sys_device *dev, pm_message_t state)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001412{
1413 unsigned long flags;
Karsten Wiesef990fff2006-12-07 02:14:11 +01001414 int maxlvt;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001415
1416 if (!apic_pm_state.active)
1417 return 0;
1418
Thomas Gleixner37e650c2008-01-30 13:30:14 +01001419 maxlvt = lapic_get_maxlvt();
Karsten Wiesef990fff2006-12-07 02:14:11 +01001420
Suresh Siddha2d7a66d2008-07-11 14:24:19 -07001421 apic_pm_state.apic_id = apic_read(APIC_ID);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001422 apic_pm_state.apic_taskpri = apic_read(APIC_TASKPRI);
1423 apic_pm_state.apic_ldr = apic_read(APIC_LDR);
1424 apic_pm_state.apic_dfr = apic_read(APIC_DFR);
1425 apic_pm_state.apic_spiv = apic_read(APIC_SPIV);
1426 apic_pm_state.apic_lvtt = apic_read(APIC_LVTT);
Karsten Wiesef990fff2006-12-07 02:14:11 +01001427 if (maxlvt >= 4)
1428 apic_pm_state.apic_lvtpc = apic_read(APIC_LVTPC);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001429 apic_pm_state.apic_lvt0 = apic_read(APIC_LVT0);
1430 apic_pm_state.apic_lvt1 = apic_read(APIC_LVT1);
1431 apic_pm_state.apic_lvterr = apic_read(APIC_LVTERR);
1432 apic_pm_state.apic_tmict = apic_read(APIC_TMICT);
1433 apic_pm_state.apic_tdcr = apic_read(APIC_TDCR);
Cyrill Gorcunov24968cf2008-08-16 23:21:52 +04001434#if defined(CONFIG_X86_MCE_P4THERMAL) || defined(CONFIG_X86_MCE_INTEL)
Karsten Wiesef990fff2006-12-07 02:14:11 +01001435 if (maxlvt >= 5)
1436 apic_pm_state.apic_thmr = apic_read(APIC_LVTTHMR);
1437#endif
Cyrill Gorcunov24968cf2008-08-16 23:21:52 +04001438
Fernando Luis Vázquez Cao2b94ab22006-09-26 10:52:33 +02001439 local_irq_save(flags);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001440 disable_local_APIC();
1441 local_irq_restore(flags);
1442 return 0;
1443}
1444
1445static int lapic_resume(struct sys_device *dev)
1446{
1447 unsigned int l, h;
1448 unsigned long flags;
Karsten Wiesef990fff2006-12-07 02:14:11 +01001449 int maxlvt;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001450
1451 if (!apic_pm_state.active)
1452 return 0;
1453
Thomas Gleixner37e650c2008-01-30 13:30:14 +01001454 maxlvt = lapic_get_maxlvt();
Karsten Wiesef990fff2006-12-07 02:14:11 +01001455
Linus Torvalds1da177e2005-04-16 15:20:36 -07001456 local_irq_save(flags);
Cyrill Gorcunov92206c92008-08-16 23:21:51 +04001457
1458#ifdef CONFIG_X86_64
1459 if (x2apic)
1460 enable_x2apic();
1461 else
1462#endif
Yinghai Lud5e629a2008-08-17 21:12:27 -07001463 {
Cyrill Gorcunov92206c92008-08-16 23:21:51 +04001464 /*
1465 * Make sure the APICBASE points to the right address
1466 *
1467 * FIXME! This will be wrong if we ever support suspend on
1468 * SMP! We'll need to do this as part of the CPU restore!
1469 */
Suresh Siddha6e1cb382008-07-10 11:16:58 -07001470 rdmsr(MSR_IA32_APICBASE, l, h);
1471 l &= ~MSR_IA32_APICBASE_BASE;
1472 l |= MSR_IA32_APICBASE_ENABLE | mp_lapic_addr;
1473 wrmsr(MSR_IA32_APICBASE, l, h);
Yinghai Lud5e629a2008-08-17 21:12:27 -07001474 }
Suresh Siddha6e1cb382008-07-10 11:16:58 -07001475
Linus Torvalds1da177e2005-04-16 15:20:36 -07001476 apic_write(APIC_LVTERR, ERROR_APIC_VECTOR | APIC_LVT_MASKED);
1477 apic_write(APIC_ID, apic_pm_state.apic_id);
1478 apic_write(APIC_DFR, apic_pm_state.apic_dfr);
1479 apic_write(APIC_LDR, apic_pm_state.apic_ldr);
1480 apic_write(APIC_TASKPRI, apic_pm_state.apic_taskpri);
1481 apic_write(APIC_SPIV, apic_pm_state.apic_spiv);
1482 apic_write(APIC_LVT0, apic_pm_state.apic_lvt0);
1483 apic_write(APIC_LVT1, apic_pm_state.apic_lvt1);
Cyrill Gorcunov92206c92008-08-16 23:21:51 +04001484#if defined(CONFIG_X86_MCE_P4THERMAL) || defined(CONFIG_X86_MCE_INTEL)
Karsten Wiesef990fff2006-12-07 02:14:11 +01001485 if (maxlvt >= 5)
1486 apic_write(APIC_LVTTHMR, apic_pm_state.apic_thmr);
1487#endif
1488 if (maxlvt >= 4)
1489 apic_write(APIC_LVTPC, apic_pm_state.apic_lvtpc);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001490 apic_write(APIC_LVTT, apic_pm_state.apic_lvtt);
1491 apic_write(APIC_TDCR, apic_pm_state.apic_tdcr);
1492 apic_write(APIC_TMICT, apic_pm_state.apic_tmict);
1493 apic_write(APIC_ESR, 0);
1494 apic_read(APIC_ESR);
1495 apic_write(APIC_LVTERR, apic_pm_state.apic_lvterr);
1496 apic_write(APIC_ESR, 0);
1497 apic_read(APIC_ESR);
Cyrill Gorcunov92206c92008-08-16 23:21:51 +04001498
Linus Torvalds1da177e2005-04-16 15:20:36 -07001499 local_irq_restore(flags);
Cyrill Gorcunov92206c92008-08-16 23:21:51 +04001500
Linus Torvalds1da177e2005-04-16 15:20:36 -07001501 return 0;
1502}
1503
Cyrill Gorcunov274cfe52008-08-16 23:21:53 +04001504/*
1505 * This device has no shutdown method - fully functioning local APICs
1506 * are needed on every CPU up until machine_halt/restart/poweroff.
1507 */
1508
Linus Torvalds1da177e2005-04-16 15:20:36 -07001509static struct sysdev_class lapic_sysclass = {
Kay Sieversaf5ca3f2007-12-20 02:09:39 +01001510 .name = "lapic",
Linus Torvalds1da177e2005-04-16 15:20:36 -07001511 .resume = lapic_resume,
1512 .suspend = lapic_suspend,
1513};
1514
1515static struct sys_device device_lapic = {
Hiroshi Shimamotoe83a5fd2008-01-30 13:32:35 +01001516 .id = 0,
1517 .cls = &lapic_sysclass,
Linus Torvalds1da177e2005-04-16 15:20:36 -07001518};
1519
Ashok Raje6982c62005-06-25 14:54:58 -07001520static void __cpuinit apic_pm_activate(void)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001521{
1522 apic_pm_state.active = 1;
1523}
1524
1525static int __init init_lapic_sysfs(void)
1526{
1527 int error;
Hiroshi Shimamotoe83a5fd2008-01-30 13:32:35 +01001528
Linus Torvalds1da177e2005-04-16 15:20:36 -07001529 if (!cpu_has_apic)
1530 return 0;
1531 /* XXX: remove suspend/resume procs if !apic_pm_state.active? */
Hiroshi Shimamotoe83a5fd2008-01-30 13:32:35 +01001532
Linus Torvalds1da177e2005-04-16 15:20:36 -07001533 error = sysdev_class_register(&lapic_sysclass);
1534 if (!error)
1535 error = sysdev_register(&device_lapic);
1536 return error;
1537}
1538device_initcall(init_lapic_sysfs);
1539
1540#else /* CONFIG_PM */
1541
1542static void apic_pm_activate(void) { }
1543
1544#endif /* CONFIG_PM */
1545
Linus Torvalds1da177e2005-04-16 15:20:36 -07001546/*
Vojtech Pavlikf8bf3c62006-06-26 13:58:23 +02001547 * apic_is_clustered_box() -- Check if we can expect good TSC
Linus Torvalds1da177e2005-04-16 15:20:36 -07001548 *
1549 * Thus far, the major user of this is IBM's Summit2 series:
1550 *
Linus Torvalds637029c2006-02-27 20:41:56 -08001551 * Clustered boxes may have unsynced TSC problems if they are
Linus Torvalds1da177e2005-04-16 15:20:36 -07001552 * multi-chassis. Use available data to take a good guess.
1553 * If in doubt, go HPET.
1554 */
Vojtech Pavlikf8bf3c62006-06-26 13:58:23 +02001555__cpuinit int apic_is_clustered_box(void)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001556{
1557 int i, clusters, zeros;
1558 unsigned id;
Yinghai Lu322850a2008-02-23 21:48:42 -08001559 u16 *bios_cpu_apicid;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001560 DECLARE_BITMAP(clustermap, NUM_APIC_CLUSTERS);
1561
Yinghai Lu322850a2008-02-23 21:48:42 -08001562 /*
1563 * there is not this kind of box with AMD CPU yet.
1564 * Some AMD box with quadcore cpu and 8 sockets apicid
1565 * will be [4, 0x23] or [8, 0x27] could be thought to
Yinghai Luf8fffa42008-02-24 21:36:28 -08001566 * vsmp box still need checking...
Yinghai Lu322850a2008-02-23 21:48:42 -08001567 */
Ravikiran G Thirumalai1cb68482008-03-20 00:45:08 -07001568 if ((boot_cpu_data.x86_vendor == X86_VENDOR_AMD) && !is_vsmp_box())
Yinghai Lu322850a2008-02-23 21:48:42 -08001569 return 0;
1570
Mike Travis23ca4bb2008-05-12 21:21:12 +02001571 bios_cpu_apicid = early_per_cpu_ptr(x86_bios_cpu_apicid);
Suresh Siddha376ec332005-05-16 21:53:32 -07001572 bitmap_zero(clustermap, NUM_APIC_CLUSTERS);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001573
1574 for (i = 0; i < NR_CPUS; i++) {
travis@sgi.come8c10ef2008-01-30 13:33:12 +01001575 /* are we being called early in kernel startup? */
Mike Travis693e3c52008-01-30 13:33:14 +01001576 if (bios_cpu_apicid) {
1577 id = bios_cpu_apicid[i];
travis@sgi.come8c10ef2008-01-30 13:33:12 +01001578 }
1579 else if (i < nr_cpu_ids) {
1580 if (cpu_present(i))
1581 id = per_cpu(x86_bios_cpu_apicid, i);
1582 else
1583 continue;
1584 }
1585 else
1586 break;
1587
Linus Torvalds1da177e2005-04-16 15:20:36 -07001588 if (id != BAD_APICID)
1589 __set_bit(APIC_CLUSTERID(id), clustermap);
1590 }
1591
1592 /* Problem: Partially populated chassis may not have CPUs in some of
1593 * the APIC clusters they have been allocated. Only present CPUs have
travis@sgi.com602a54a2008-01-30 13:33:21 +01001594 * x86_bios_cpu_apicid entries, thus causing zeroes in the bitmap.
1595 * Since clusters are allocated sequentially, count zeros only if
1596 * they are bounded by ones.
Linus Torvalds1da177e2005-04-16 15:20:36 -07001597 */
1598 clusters = 0;
1599 zeros = 0;
1600 for (i = 0; i < NUM_APIC_CLUSTERS; i++) {
1601 if (test_bit(i, clustermap)) {
1602 clusters += 1 + zeros;
1603 zeros = 0;
1604 } else
1605 ++zeros;
1606 }
1607
Ravikiran G Thirumalai1cb68482008-03-20 00:45:08 -07001608 /* ScaleMP vSMPowered boxes have one cluster per board and TSCs are
1609 * not guaranteed to be synced between boards
1610 */
1611 if (is_vsmp_box() && clusters > 1)
1612 return 1;
1613
Linus Torvalds1da177e2005-04-16 15:20:36 -07001614 /*
Vojtech Pavlikf8bf3c62006-06-26 13:58:23 +02001615 * If clusters > 2, then should be multi-chassis.
Linus Torvalds1da177e2005-04-16 15:20:36 -07001616 * May have to revisit this when multi-core + hyperthreaded CPUs come
1617 * out, but AFAIK this will work even for them.
1618 */
1619 return (clusters > 2);
1620}
1621
Suresh Siddha6e1cb382008-07-10 11:16:58 -07001622static __init int setup_nox2apic(char *str)
1623{
1624 disable_x2apic = 1;
1625 clear_cpu_cap(&boot_cpu_data, X86_FEATURE_X2APIC);
1626 return 0;
1627}
1628early_param("nox2apic", setup_nox2apic);
1629
1630
Linus Torvalds1da177e2005-04-16 15:20:36 -07001631/*
Thomas Gleixner0e078e22008-01-30 13:30:20 +01001632 * APIC command line parameters
Linus Torvalds1da177e2005-04-16 15:20:36 -07001633 */
Thomas Gleixner0e078e22008-01-30 13:30:20 +01001634static int __init apic_set_verbosity(char *str)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001635{
Thomas Gleixner0e078e22008-01-30 13:30:20 +01001636 if (str == NULL) {
1637 skip_ioapic_setup = 0;
1638 ioapic_force = 1;
1639 return 0;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001640 }
Thomas Gleixner0e078e22008-01-30 13:30:20 +01001641 if (strcmp("debug", str) == 0)
1642 apic_verbosity = APIC_DEBUG;
1643 else if (strcmp("verbose", str) == 0)
1644 apic_verbosity = APIC_VERBOSE;
1645 else {
1646 printk(KERN_WARNING "APIC Verbosity level %s not recognised"
1647 " use apic=verbose or apic=debug\n", str);
1648 return -EINVAL;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001649 }
1650
Linus Torvalds1da177e2005-04-16 15:20:36 -07001651 return 0;
1652}
Thomas Gleixner0e078e22008-01-30 13:30:20 +01001653early_param("apic", apic_set_verbosity);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001654
Thomas Gleixner6935d1f2007-07-21 17:10:17 +02001655static __init int setup_disableapic(char *str)
1656{
Linus Torvalds1da177e2005-04-16 15:20:36 -07001657 disable_apic = 1;
Yinghai Lu9175fc02008-07-21 01:38:14 -07001658 setup_clear_cpu_cap(X86_FEATURE_APIC);
Andi Kleen2c8c0e62006-09-26 10:52:32 +02001659 return 0;
1660}
1661early_param("disableapic", setup_disableapic);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001662
Andi Kleen2c8c0e62006-09-26 10:52:32 +02001663/* same as disableapic, for compatibility */
Thomas Gleixner6935d1f2007-07-21 17:10:17 +02001664static __init int setup_nolapic(char *str)
1665{
Andi Kleen2c8c0e62006-09-26 10:52:32 +02001666 return setup_disableapic(str);
Thomas Gleixner6935d1f2007-07-21 17:10:17 +02001667}
Andi Kleen2c8c0e62006-09-26 10:52:32 +02001668early_param("nolapic", setup_nolapic);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001669
Linus Torvalds2e7c2832007-03-23 11:32:31 -07001670static int __init parse_lapic_timer_c2_ok(char *arg)
1671{
1672 local_apic_timer_c2_ok = 1;
1673 return 0;
1674}
1675early_param("lapic_timer_c2_ok", parse_lapic_timer_c2_ok);
1676
Cyrill Gorcunov36fef092008-08-15 13:51:20 +02001677static int __init parse_disable_apic_timer(char *arg)
Thomas Gleixner6935d1f2007-07-21 17:10:17 +02001678{
Linus Torvalds1da177e2005-04-16 15:20:36 -07001679 disable_apic_timer = 1;
Cyrill Gorcunov36fef092008-08-15 13:51:20 +02001680 return 0;
Thomas Gleixner6935d1f2007-07-21 17:10:17 +02001681}
Cyrill Gorcunov36fef092008-08-15 13:51:20 +02001682early_param("noapictimer", parse_disable_apic_timer);
1683
1684static int __init parse_nolapic_timer(char *arg)
1685{
1686 disable_apic_timer = 1;
1687 return 0;
1688}
1689early_param("nolapic_timer", parse_nolapic_timer);
Andi Kleen73dea472006-02-03 21:50:50 +01001690
Andi Kleen0c3749c2006-02-03 21:51:41 +01001691static __init int setup_apicpmtimer(char *s)
1692{
1693 apic_calibrate_pmtmr = 1;
Andi Kleen7fd67842006-02-16 23:42:07 +01001694 notsc_setup(NULL);
Thomas Gleixnerb8ce3352007-10-12 23:04:07 +02001695 return 0;
Andi Kleen0c3749c2006-02-03 21:51:41 +01001696}
1697__setup("apicpmtimer", setup_apicpmtimer);
1698
Yinghai Lu1e934dd2008-02-22 13:37:26 -08001699static int __init lapic_insert_resource(void)
1700{
1701 if (!apic_phys)
1702 return -1;
1703
1704 /* Put local APIC into the resource map. */
1705 lapic_resource.start = apic_phys;
1706 lapic_resource.end = lapic_resource.start + PAGE_SIZE - 1;
1707 insert_resource(&iomem_resource, &lapic_resource);
1708
1709 return 0;
1710}
1711
1712/*
1713 * need call insert after e820_reserve_resources()
1714 * that is using request_resource
1715 */
1716late_initcall(lapic_insert_resource);