blob: 99d18b8976a5a1ccd792d5f983006d10cec43410 [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
84static struct clock_event_device lapic_clockevent = {
85 .name = "lapic",
86 .features = CLOCK_EVT_FEAT_PERIODIC | CLOCK_EVT_FEAT_ONESHOT
87 | CLOCK_EVT_FEAT_C3STOP | CLOCK_EVT_FEAT_DUMMY,
88 .shift = 32,
89 .set_mode = lapic_timer_setup,
90 .set_next_event = lapic_next_event,
91 .broadcast = lapic_timer_broadcast,
92 .rating = 100,
93 .irq = -1,
94};
95static DEFINE_PER_CPU(struct clock_event_device, lapic_events);
96
Andi Kleend3432892008-01-30 13:33:17 +010097static unsigned long apic_phys;
98
Alexey Starikovskiy3f530702008-03-27 23:55:47 +030099unsigned long mp_lapic_addr;
100
Alexey Starikovskiybe8a5682008-03-27 23:56:19 +0300101unsigned int __cpuinitdata maxcpus = NR_CPUS;
Thomas Gleixner0e078e22008-01-30 13:30:20 +0100102/*
103 * Get the LAPIC version
104 */
105static inline int lapic_get_version(void)
106{
107 return GET_APIC_VERSION(apic_read(APIC_LVR));
108}
109
110/*
111 * Check, if the APIC is integrated or a seperate chip
112 */
113static inline int lapic_is_integrated(void)
114{
115 return 1;
116}
117
118/*
119 * Check, whether this is a modern or a first generation APIC
120 */
121static int modern_apic(void)
122{
123 /* AMD systems use old APIC versions, so check the CPU */
124 if (boot_cpu_data.x86_vendor == X86_VENDOR_AMD &&
125 boot_cpu_data.x86 >= 0xf)
126 return 1;
127 return lapic_get_version() >= 0x14;
128}
129
Suresh Siddha1b374e42008-07-10 11:16:49 -0700130void xapic_wait_icr_idle(void)
Thomas Gleixner0e078e22008-01-30 13:30:20 +0100131{
132 while (apic_read(APIC_ICR) & APIC_ICR_BUSY)
133 cpu_relax();
134}
135
Suresh Siddha1b374e42008-07-10 11:16:49 -0700136u32 safe_xapic_wait_icr_idle(void)
Thomas Gleixner0e078e22008-01-30 13:30:20 +0100137{
138 u32 send_status;
139 int timeout;
140
141 timeout = 0;
142 do {
143 send_status = apic_read(APIC_ICR) & APIC_ICR_BUSY;
144 if (!send_status)
145 break;
146 udelay(100);
147 } while (timeout++ < 1000);
148
149 return send_status;
150}
151
Suresh Siddha1b374e42008-07-10 11:16:49 -0700152void xapic_icr_write(u32 low, u32 id)
153{
Cyrill Gorcunoved4e5ec2008-08-15 13:51:20 +0200154 apic_write(APIC_ICR2, SET_APIC_DEST_FIELD(id));
Suresh Siddha1b374e42008-07-10 11:16:49 -0700155 apic_write(APIC_ICR, low);
156}
157
158u64 xapic_icr_read(void)
159{
160 u32 icr1, icr2;
161
162 icr2 = apic_read(APIC_ICR2);
163 icr1 = apic_read(APIC_ICR);
164
165 return (icr1 | ((u64)icr2 << 32));
166}
167
168static struct apic_ops xapic_ops = {
169 .read = native_apic_mem_read,
170 .write = native_apic_mem_write,
Suresh Siddha1b374e42008-07-10 11:16:49 -0700171 .icr_read = xapic_icr_read,
172 .icr_write = xapic_icr_write,
173 .wait_icr_idle = xapic_wait_icr_idle,
174 .safe_wait_icr_idle = safe_xapic_wait_icr_idle,
175};
176
177struct apic_ops __read_mostly *apic_ops = &xapic_ops;
178
179EXPORT_SYMBOL_GPL(apic_ops);
180
Suresh Siddha13c88fb2008-07-10 11:16:52 -0700181static void x2apic_wait_icr_idle(void)
182{
183 /* no need to wait for icr idle in x2apic */
184 return;
185}
186
187static u32 safe_x2apic_wait_icr_idle(void)
188{
189 /* no need to wait for icr idle in x2apic */
190 return 0;
191}
192
193void x2apic_icr_write(u32 low, u32 id)
194{
195 wrmsrl(APIC_BASE_MSR + (APIC_ICR >> 4), ((__u64) id) << 32 | low);
196}
197
198u64 x2apic_icr_read(void)
199{
200 unsigned long val;
201
202 rdmsrl(APIC_BASE_MSR + (APIC_ICR >> 4), val);
203 return val;
204}
205
206static struct apic_ops x2apic_ops = {
207 .read = native_apic_msr_read,
208 .write = native_apic_msr_write,
Suresh Siddha13c88fb2008-07-10 11:16:52 -0700209 .icr_read = x2apic_icr_read,
210 .icr_write = x2apic_icr_write,
211 .wait_icr_idle = x2apic_wait_icr_idle,
212 .safe_wait_icr_idle = safe_x2apic_wait_icr_idle,
213};
214
Thomas Gleixner0e078e22008-01-30 13:30:20 +0100215/**
216 * enable_NMI_through_LVT0 - enable NMI through local vector table 0
217 */
Jan Beuliche9427102008-01-30 13:31:24 +0100218void __cpuinit enable_NMI_through_LVT0(void)
Thomas Gleixner0e078e22008-01-30 13:30:20 +0100219{
220 unsigned int v;
221
222 /* unmask and set to NMI */
223 v = APIC_DM_NMI;
Cyrill Gorcunovd4c63ec2008-07-24 13:52:29 +0200224
225 /* Level triggered for 82489DX (32bit mode) */
226 if (!lapic_is_integrated())
227 v |= APIC_LVT_LEVEL_TRIGGER;
228
Thomas Gleixner0e078e22008-01-30 13:30:20 +0100229 apic_write(APIC_LVT0, v);
230}
231
232/**
233 * lapic_get_maxlvt - get the maximum number of local vector table entries
234 */
235int lapic_get_maxlvt(void)
236{
Cyrill Gorcunov36a028d2008-07-24 13:52:28 +0200237 unsigned int v;
Thomas Gleixner0e078e22008-01-30 13:30:20 +0100238
239 v = apic_read(APIC_LVR);
Cyrill Gorcunov36a028d2008-07-24 13:52:28 +0200240 /*
241 * - we always have APIC integrated on 64bit mode
242 * - 82489DXs do not report # of LVT entries
243 */
244 return APIC_INTEGRATED(GET_APIC_VERSION(v)) ? GET_APIC_MAXLVT(v) : 2;
Thomas Gleixner0e078e22008-01-30 13:30:20 +0100245}
246
Cyrill Gorcunovf07f4f92008-08-15 13:51:21 +0200247/* Clock divisor is set to 1 */
248#define APIC_DIVISOR 1
249
Thomas Gleixner0e078e22008-01-30 13:30:20 +0100250/*
251 * This function sets up the local APIC timer, with a timeout of
252 * 'clocks' APIC bus clock. During calibration we actually call
253 * this function twice on the boot CPU, once with a bogus timeout
254 * value, second time for real. The other (noncalibrating) CPUs
255 * call this function only once, with the real, calibrated value.
256 *
257 * We do reads before writes even if unnecessary, to get around the
258 * P5 APIC double write bug.
259 */
260
261static void __setup_APIC_LVTT(unsigned int clocks, int oneshot, int irqen)
262{
263 unsigned int lvtt_value, tmp_value;
264
265 lvtt_value = LOCAL_TIMER_VECTOR;
266 if (!oneshot)
267 lvtt_value |= APIC_LVT_TIMER_PERIODIC;
Cyrill Gorcunovf07f4f92008-08-15 13:51:21 +0200268 if (!lapic_is_integrated())
269 lvtt_value |= SET_APIC_TIMER_BASE(APIC_TIMER_BASE_DIV);
270
Thomas Gleixner0e078e22008-01-30 13:30:20 +0100271 if (!irqen)
272 lvtt_value |= APIC_LVT_MASKED;
273
274 apic_write(APIC_LVTT, lvtt_value);
275
276 /*
277 * Divide PICLK by 16
278 */
279 tmp_value = apic_read(APIC_TDCR);
280 apic_write(APIC_TDCR, (tmp_value
281 & ~(APIC_TDR_DIV_1 | APIC_TDR_DIV_TMBASE))
282 | APIC_TDR_DIV_16);
283
284 if (!oneshot)
Cyrill Gorcunovf07f4f92008-08-15 13:51:21 +0200285 apic_write(APIC_TMICT, clocks / APIC_DIVISOR);
Thomas Gleixner0e078e22008-01-30 13:30:20 +0100286}
287
288/*
Robert Richter7b83dae2008-01-30 13:30:40 +0100289 * Setup extended LVT, AMD specific (K8, family 10h)
290 *
291 * Vector mappings are hard coded. On K8 only offset 0 (APIC500) and
292 * MCE interrupts are supported. Thus MCE offset must be set to 0.
Thomas Gleixner0e078e22008-01-30 13:30:20 +0100293 */
Robert Richter7b83dae2008-01-30 13:30:40 +0100294
295#define APIC_EILVT_LVTOFF_MCE 0
296#define APIC_EILVT_LVTOFF_IBS 1
297
298static void setup_APIC_eilvt(u8 lvt_off, u8 vector, u8 msg_type, u8 mask)
Thomas Gleixner0e078e22008-01-30 13:30:20 +0100299{
Robert Richter7b83dae2008-01-30 13:30:40 +0100300 unsigned long reg = (lvt_off << 4) + APIC_EILVT0;
Thomas Gleixner0e078e22008-01-30 13:30:20 +0100301 unsigned int v = (mask << 16) | (msg_type << 8) | vector;
302
303 apic_write(reg, v);
304}
305
Robert Richter7b83dae2008-01-30 13:30:40 +0100306u8 setup_APIC_eilvt_mce(u8 vector, u8 msg_type, u8 mask)
307{
308 setup_APIC_eilvt(APIC_EILVT_LVTOFF_MCE, vector, msg_type, mask);
309 return APIC_EILVT_LVTOFF_MCE;
310}
311
312u8 setup_APIC_eilvt_ibs(u8 vector, u8 msg_type, u8 mask)
313{
314 setup_APIC_eilvt(APIC_EILVT_LVTOFF_IBS, vector, msg_type, mask);
315 return APIC_EILVT_LVTOFF_IBS;
316}
317
Thomas Gleixner0e078e22008-01-30 13:30:20 +0100318/*
319 * Program the next event, relative to now
320 */
Thomas Gleixnerba7eda42007-10-12 23:04:07 +0200321static int lapic_next_event(unsigned long delta,
322 struct clock_event_device *evt)
323{
324 apic_write(APIC_TMICT, delta);
325 return 0;
326}
327
Thomas Gleixner0e078e22008-01-30 13:30:20 +0100328/*
329 * Setup the lapic timer in periodic or oneshot mode
330 */
Thomas Gleixnerba7eda42007-10-12 23:04:07 +0200331static void lapic_timer_setup(enum clock_event_mode mode,
332 struct clock_event_device *evt)
333{
334 unsigned long flags;
335 unsigned int v;
336
337 /* Lapic used as dummy for broadcast ? */
338 if (evt->features & CLOCK_EVT_FEAT_DUMMY)
339 return;
340
341 local_irq_save(flags);
342
343 switch (mode) {
344 case CLOCK_EVT_MODE_PERIODIC:
345 case CLOCK_EVT_MODE_ONESHOT:
346 __setup_APIC_LVTT(calibration_result,
347 mode != CLOCK_EVT_MODE_PERIODIC, 1);
348 break;
349 case CLOCK_EVT_MODE_UNUSED:
350 case CLOCK_EVT_MODE_SHUTDOWN:
351 v = apic_read(APIC_LVTT);
352 v |= (APIC_LVT_MASKED | LOCAL_TIMER_VECTOR);
353 apic_write(APIC_LVTT, v);
354 break;
355 case CLOCK_EVT_MODE_RESUME:
356 /* Nothing to do here */
357 break;
358 }
359
360 local_irq_restore(flags);
361}
362
363/*
364 * Local APIC timer broadcast function
365 */
366static void lapic_timer_broadcast(cpumask_t mask)
367{
368#ifdef CONFIG_SMP
369 send_IPI_mask(mask, LOCAL_TIMER_VECTOR);
370#endif
371}
372
Thomas Gleixner0e078e22008-01-30 13:30:20 +0100373/*
374 * Setup the local APIC timer for this CPU. Copy the initilized values
375 * of the boot CPU and register the clock event in the framework.
376 */
377static void setup_APIC_timer(void)
Fernando Luis VazquezCao8339e9f2007-05-02 19:27:17 +0200378{
Thomas Gleixner0e078e22008-01-30 13:30:20 +0100379 struct clock_event_device *levt = &__get_cpu_var(lapic_events);
380
381 memcpy(levt, &lapic_clockevent, sizeof(*levt));
382 levt->cpumask = cpumask_of_cpu(smp_processor_id());
383
384 clockevents_register_device(levt);
Fernando Luis VazquezCao8339e9f2007-05-02 19:27:17 +0200385}
386
Thomas Gleixner0e078e22008-01-30 13:30:20 +0100387/*
388 * In this function we calibrate APIC bus clocks to the external
389 * timer. Unfortunately we cannot use jiffies and the timer irq
390 * to calibrate, since some later bootup code depends on getting
391 * the first irq? Ugh.
392 *
393 * We want to do the calibration only once since we
394 * want to have local timer irqs syncron. CPUs connected
395 * by the same APIC bus have the very same bus frequency.
396 * And we want to have irqs off anyways, no accidental
397 * APIC irq that way.
398 */
399
400#define TICK_COUNT 100000000
401
Cyrill Gorcunov89b3b1f2008-07-15 21:02:54 +0400402static int __init calibrate_APIC_clock(void)
Fernando Luis VazquezCao8339e9f2007-05-02 19:27:17 +0200403{
Thomas Gleixner0e078e22008-01-30 13:30:20 +0100404 unsigned apic, apic_start;
405 unsigned long tsc, tsc_start;
406 int result;
Fernando Luis VazquezCao8339e9f2007-05-02 19:27:17 +0200407
Thomas Gleixner0e078e22008-01-30 13:30:20 +0100408 local_irq_disable();
Fernando Luis VazquezCao8339e9f2007-05-02 19:27:17 +0200409
Thomas Gleixner0e078e22008-01-30 13:30:20 +0100410 /*
411 * Put whatever arbitrary (but long enough) timeout
412 * value into the APIC clock, we just want to get the
413 * counter running for calibration.
414 *
415 * No interrupt enable !
416 */
417 __setup_APIC_LVTT(250000000, 0, 0);
418
419 apic_start = apic_read(APIC_TMCCT);
420#ifdef CONFIG_X86_PM_TIMER
421 if (apic_calibrate_pmtmr && pmtmr_ioport) {
422 pmtimer_wait(5000); /* 5ms wait */
423 apic = apic_read(APIC_TMCCT);
424 result = (apic_start - apic) * 1000L / 5;
425 } else
426#endif
427 {
428 rdtscll(tsc_start);
429
430 do {
431 apic = apic_read(APIC_TMCCT);
432 rdtscll(tsc);
433 } while ((tsc - tsc_start) < TICK_COUNT &&
434 (apic_start - apic) < TICK_COUNT);
435
436 result = (apic_start - apic) * 1000L * tsc_khz /
437 (tsc - tsc_start);
438 }
439
440 local_irq_enable();
441
442 printk(KERN_DEBUG "APIC timer calibration result %d\n", result);
443
444 printk(KERN_INFO "Detected %d.%03d MHz APIC timer.\n",
445 result / 1000 / 1000, result / 1000 % 1000);
446
447 /* Calculate the scaled math multiplication factor */
Akinobu Mita877084f2008-04-19 23:55:16 +0900448 lapic_clockevent.mult = div_sc(result, NSEC_PER_SEC,
449 lapic_clockevent.shift);
Thomas Gleixner0e078e22008-01-30 13:30:20 +0100450 lapic_clockevent.max_delta_ns =
451 clockevent_delta2ns(0x7FFFFF, &lapic_clockevent);
452 lapic_clockevent.min_delta_ns =
453 clockevent_delta2ns(0xF, &lapic_clockevent);
454
Cyrill Gorcunovf07f4f92008-08-15 13:51:21 +0200455 calibration_result = (result * APIC_DIVISOR) / HZ;
Cyrill Gorcunov89b3b1f2008-07-15 21:02:54 +0400456
457 /*
458 * Do a sanity check on the APIC calibration result
459 */
460 if (calibration_result < (1000000 / HZ)) {
461 printk(KERN_WARNING
462 "APIC frequency too slow, disabling apic timer\n");
463 return -1;
464 }
465
466 return 0;
Fernando Luis VazquezCao8339e9f2007-05-02 19:27:17 +0200467}
468
Hiroshi Shimamotoe83a5fd2008-01-30 13:32:35 +0100469/*
470 * Setup the boot APIC
471 *
472 * Calibrate and verify the result.
473 */
Thomas Gleixner0e078e22008-01-30 13:30:20 +0100474void __init setup_boot_APIC_clock(void)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700475{
Thomas Gleixner0e078e22008-01-30 13:30:20 +0100476 /*
477 * The local apic timer can be disabled via the kernel commandline.
478 * Register the lapic timer as a dummy clock event source on SMP
479 * systems, so the broadcast mechanism is used. On UP systems simply
480 * ignore it.
481 */
482 if (disable_apic_timer) {
483 printk(KERN_INFO "Disabling APIC timer\n");
484 /* No broadcast on UP ! */
Thomas Gleixner9d099512008-01-30 13:33:04 +0100485 if (num_possible_cpus() > 1) {
486 lapic_clockevent.mult = 1;
Thomas Gleixner0e078e22008-01-30 13:30:20 +0100487 setup_APIC_timer();
Thomas Gleixner9d099512008-01-30 13:33:04 +0100488 }
Thomas Gleixner0e078e22008-01-30 13:30:20 +0100489 return;
490 }
Thomas Gleixner6935d1f2007-07-21 17:10:17 +0200491
Thomas Gleixner0e078e22008-01-30 13:30:20 +0100492 printk(KERN_INFO "Using local APIC timer interrupts.\n");
Cyrill Gorcunov89b3b1f2008-07-15 21:02:54 +0400493 if (calibrate_APIC_clock()) {
Thomas Gleixnerc2b84b32008-01-30 13:33:04 +0100494 /* No broadcast on UP ! */
495 if (num_possible_cpus() > 1)
496 setup_APIC_timer();
497 return;
498 }
499
500 /*
Thomas Gleixner0e078e22008-01-30 13:30:20 +0100501 * If nmi_watchdog is set to IO_APIC, we need the
502 * PIT/HPET going. Otherwise register lapic as a dummy
503 * device.
504 */
505 if (nmi_watchdog != NMI_IO_APIC)
506 lapic_clockevent.features &= ~CLOCK_EVT_FEAT_DUMMY;
507 else
508 printk(KERN_WARNING "APIC timer registered as dummy,"
Cyrill Gorcunov116f5702008-06-24 22:52:04 +0200509 " due to nmi_watchdog=%d!\n", nmi_watchdog);
Thomas Gleixner0e078e22008-01-30 13:30:20 +0100510
511 setup_APIC_timer();
Linus Torvalds1da177e2005-04-16 15:20:36 -0700512}
513
Thomas Gleixner0e078e22008-01-30 13:30:20 +0100514void __cpuinit setup_secondary_APIC_clock(void)
515{
Thomas Gleixner0e078e22008-01-30 13:30:20 +0100516 setup_APIC_timer();
517}
518
519/*
520 * The guts of the apic timer interrupt
521 */
522static void local_apic_timer_interrupt(void)
523{
524 int cpu = smp_processor_id();
525 struct clock_event_device *evt = &per_cpu(lapic_events, cpu);
526
527 /*
528 * Normally we should not be here till LAPIC has been initialized but
529 * in some cases like kdump, its possible that there is a pending LAPIC
530 * timer interrupt from previous kernel's context and is delivered in
531 * new kernel the moment interrupts are enabled.
532 *
533 * Interrupts are enabled early and LAPIC is setup much later, hence
534 * its possible that when we get here evt->event_handler is NULL.
535 * Check for event_handler being NULL and discard the interrupt as
536 * spurious.
537 */
538 if (!evt->event_handler) {
539 printk(KERN_WARNING
540 "Spurious LAPIC timer interrupt on cpu %d\n", cpu);
541 /* Switch it off */
542 lapic_timer_setup(CLOCK_EVT_MODE_SHUTDOWN, evt);
543 return;
544 }
545
546 /*
547 * the NMI deadlock-detector uses this.
548 */
549 add_pda(apic_timer_irqs, 1);
550
551 evt->event_handler(evt);
552}
553
554/*
555 * Local APIC timer interrupt. This is the most natural way for doing
556 * local interrupts, but local timer interrupts can be emulated by
557 * broadcast interrupts too. [in case the hw doesn't support APIC timers]
558 *
559 * [ if a single-CPU system runs an SMP kernel then we call the local
560 * interrupt as well. Thus we cannot inline the local irq ... ]
561 */
562void smp_apic_timer_interrupt(struct pt_regs *regs)
563{
564 struct pt_regs *old_regs = set_irq_regs(regs);
565
566 /*
567 * NOTE! We'd better ACK the irq immediately,
568 * because timer handling can be slow.
569 */
570 ack_APIC_irq();
571 /*
572 * update_process_times() expects us to have done irq_enter().
573 * Besides, if we don't timer interrupts ignore the global
574 * interrupt lock, which is the WrongThing (tm) to do.
575 */
576 exit_idle();
577 irq_enter();
578 local_apic_timer_interrupt();
579 irq_exit();
580 set_irq_regs(old_regs);
581}
582
583int setup_profiling_timer(unsigned int multiplier)
584{
585 return -EINVAL;
586}
587
588
589/*
590 * Local APIC start and shutdown
591 */
592
593/**
594 * clear_local_APIC - shutdown the local APIC
595 *
596 * This is called, when a CPU is disabled and before rebooting, so the state of
597 * the local APIC has no dangling leftovers. Also used to cleanout any BIOS
598 * leftovers during boot.
599 */
Linus Torvalds1da177e2005-04-16 15:20:36 -0700600void clear_local_APIC(void)
601{
Chuck Ebbert2584a822008-05-20 18:18:12 -0400602 int maxlvt;
Thomas Gleixner0e078e22008-01-30 13:30:20 +0100603 u32 v;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700604
Andi Kleend3432892008-01-30 13:33:17 +0100605 /* APIC hasn't been mapped yet */
606 if (!apic_phys)
607 return;
608
609 maxlvt = lapic_get_maxlvt();
Linus Torvalds1da177e2005-04-16 15:20:36 -0700610 /*
Siddha, Suresh B704fc592006-06-26 13:59:53 +0200611 * Masking an LVT entry can trigger a local APIC error
Linus Torvalds1da177e2005-04-16 15:20:36 -0700612 * if the vector is zero. Mask LVTERR first to prevent this.
613 */
614 if (maxlvt >= 3) {
615 v = ERROR_APIC_VECTOR; /* any non-zero vector will do */
Andi Kleen11a8e772006-01-11 22:46:51 +0100616 apic_write(APIC_LVTERR, v | APIC_LVT_MASKED);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700617 }
618 /*
619 * Careful: we have to set masks only first to deassert
620 * any level-triggered sources.
621 */
622 v = apic_read(APIC_LVTT);
Andi Kleen11a8e772006-01-11 22:46:51 +0100623 apic_write(APIC_LVTT, v | APIC_LVT_MASKED);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700624 v = apic_read(APIC_LVT0);
Andi Kleen11a8e772006-01-11 22:46:51 +0100625 apic_write(APIC_LVT0, v | APIC_LVT_MASKED);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700626 v = apic_read(APIC_LVT1);
Andi Kleen11a8e772006-01-11 22:46:51 +0100627 apic_write(APIC_LVT1, v | APIC_LVT_MASKED);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700628 if (maxlvt >= 4) {
629 v = apic_read(APIC_LVTPC);
Andi Kleen11a8e772006-01-11 22:46:51 +0100630 apic_write(APIC_LVTPC, v | APIC_LVT_MASKED);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700631 }
632
633 /*
634 * Clean APIC state for other OSs:
635 */
Andi Kleen11a8e772006-01-11 22:46:51 +0100636 apic_write(APIC_LVTT, APIC_LVT_MASKED);
637 apic_write(APIC_LVT0, APIC_LVT_MASKED);
638 apic_write(APIC_LVT1, APIC_LVT_MASKED);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700639 if (maxlvt >= 3)
Andi Kleen11a8e772006-01-11 22:46:51 +0100640 apic_write(APIC_LVTERR, APIC_LVT_MASKED);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700641 if (maxlvt >= 4)
Andi Kleen11a8e772006-01-11 22:46:51 +0100642 apic_write(APIC_LVTPC, APIC_LVT_MASKED);
Andi Kleen5a40b7c2005-09-12 18:49:24 +0200643 apic_write(APIC_ESR, 0);
644 apic_read(APIC_ESR);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700645}
646
Thomas Gleixner0e078e22008-01-30 13:30:20 +0100647/**
648 * disable_local_APIC - clear and disable the local APIC
649 */
Linus Torvalds1da177e2005-04-16 15:20:36 -0700650void disable_local_APIC(void)
651{
652 unsigned int value;
653
654 clear_local_APIC();
655
656 /*
657 * Disable APIC (implies clearing of registers
658 * for 82489DX!).
659 */
660 value = apic_read(APIC_SPIV);
661 value &= ~APIC_SPIV_APIC_ENABLED;
Andi Kleen11a8e772006-01-11 22:46:51 +0100662 apic_write(APIC_SPIV, value);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700663}
664
Hiroshi Shimamoto9b7711f2007-10-19 18:21:11 -0700665void lapic_shutdown(void)
666{
667 unsigned long flags;
668
669 if (!cpu_has_apic)
670 return;
671
672 local_irq_save(flags);
673
674 disable_local_APIC();
675
676 local_irq_restore(flags);
677}
678
Linus Torvalds1da177e2005-04-16 15:20:36 -0700679/*
680 * This is to verify that we're looking at a real local APIC.
681 * Check these against your board if the CPUs aren't getting
682 * started for no apparent reason.
683 */
684int __init verify_local_APIC(void)
685{
686 unsigned int reg0, reg1;
687
688 /*
689 * The version register is read-only in a real APIC.
690 */
691 reg0 = apic_read(APIC_LVR);
692 apic_printk(APIC_DEBUG, "Getting VERSION: %x\n", reg0);
693 apic_write(APIC_LVR, reg0 ^ APIC_LVR_MASK);
694 reg1 = apic_read(APIC_LVR);
695 apic_printk(APIC_DEBUG, "Getting VERSION: %x\n", reg1);
696
697 /*
698 * The two version reads above should print the same
699 * numbers. If the second one is different, then we
700 * poke at a non-APIC.
701 */
702 if (reg1 != reg0)
703 return 0;
704
705 /*
706 * Check if the version looks reasonably.
707 */
708 reg1 = GET_APIC_VERSION(reg0);
709 if (reg1 == 0x00 || reg1 == 0xff)
710 return 0;
Thomas Gleixner37e650c2008-01-30 13:30:14 +0100711 reg1 = lapic_get_maxlvt();
Linus Torvalds1da177e2005-04-16 15:20:36 -0700712 if (reg1 < 0x02 || reg1 == 0xff)
713 return 0;
714
715 /*
716 * The ID register is read/write in a real APIC.
717 */
Suresh Siddha2d7a66d2008-07-11 14:24:19 -0700718 reg0 = apic_read(APIC_ID);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700719 apic_printk(APIC_DEBUG, "Getting ID: %x\n", reg0);
720 apic_write(APIC_ID, reg0 ^ APIC_ID_MASK);
Suresh Siddha2d7a66d2008-07-11 14:24:19 -0700721 reg1 = apic_read(APIC_ID);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700722 apic_printk(APIC_DEBUG, "Getting ID: %x\n", reg1);
723 apic_write(APIC_ID, reg0);
724 if (reg1 != (reg0 ^ APIC_ID_MASK))
725 return 0;
726
727 /*
728 * The next two are just to see if we have sane values.
729 * They're only really relevant if we're in Virtual Wire
730 * compatibility mode, but most boxes are anymore.
731 */
732 reg0 = apic_read(APIC_LVT0);
Thomas Gleixner0e078e22008-01-30 13:30:20 +0100733 apic_printk(APIC_DEBUG, "Getting LVT0: %x\n", reg0);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700734 reg1 = apic_read(APIC_LVT1);
735 apic_printk(APIC_DEBUG, "Getting LVT1: %x\n", reg1);
736
737 return 1;
738}
739
Thomas Gleixner0e078e22008-01-30 13:30:20 +0100740/**
741 * sync_Arb_IDs - synchronize APIC bus arbitration IDs
742 */
Linus Torvalds1da177e2005-04-16 15:20:36 -0700743void __init sync_Arb_IDs(void)
744{
Cyrill Gorcunov296cb952008-08-15 13:51:23 +0200745 /*
746 * Unsupported on P4 - see Intel Dev. Manual Vol. 3, Ch. 8.6.1 And not
747 * needed on AMD.
748 */
749 if (modern_apic() || boot_cpu_data.x86_vendor == X86_VENDOR_AMD)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700750 return;
751
752 /*
753 * Wait for idle.
754 */
755 apic_wait_icr_idle();
756
757 apic_printk(APIC_DEBUG, "Synchronizing Arb IDs.\n");
Cyrill Gorcunov6f6da972008-08-15 23:05:19 +0400758 apic_write(APIC_ICR, APIC_DEST_ALLINC |
759 APIC_INT_LEVELTRIG | APIC_DM_INIT);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700760}
761
Linus Torvalds1da177e2005-04-16 15:20:36 -0700762/*
763 * An initial setup of the virtual wire mode.
764 */
765void __init init_bsp_APIC(void)
766{
Andi Kleen11a8e772006-01-11 22:46:51 +0100767 unsigned int value;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700768
769 /*
770 * Don't do the setup now if we have a SMP BIOS as the
771 * through-I/O-APIC virtual wire mode might be active.
772 */
773 if (smp_found_config || !cpu_has_apic)
774 return;
775
Linus Torvalds1da177e2005-04-16 15:20:36 -0700776 /*
777 * Do not trust the local APIC being empty at bootup.
778 */
779 clear_local_APIC();
780
781 /*
782 * Enable APIC.
783 */
784 value = apic_read(APIC_SPIV);
785 value &= ~APIC_VECTOR_MASK;
786 value |= APIC_SPIV_APIC_ENABLED;
Cyrill Gorcunov638c0412008-08-15 23:05:18 +0400787
788#ifdef CONFIG_X86_32
789 /* This bit is reserved on P4/Xeon and should be cleared */
790 if ((boot_cpu_data.x86_vendor == X86_VENDOR_INTEL) &&
791 (boot_cpu_data.x86 == 15))
792 value &= ~APIC_SPIV_FOCUS_DISABLED;
793 else
794#endif
795 value |= APIC_SPIV_FOCUS_DISABLED;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700796 value |= SPURIOUS_APIC_VECTOR;
Andi Kleen11a8e772006-01-11 22:46:51 +0100797 apic_write(APIC_SPIV, value);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700798
799 /*
800 * Set up the virtual wire mode.
801 */
Andi Kleen11a8e772006-01-11 22:46:51 +0100802 apic_write(APIC_LVT0, APIC_DM_EXTINT);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700803 value = APIC_DM_NMI;
Cyrill Gorcunov638c0412008-08-15 23:05:18 +0400804 if (!lapic_is_integrated()) /* 82489DX */
805 value |= APIC_LVT_LEVEL_TRIGGER;
Andi Kleen11a8e772006-01-11 22:46:51 +0100806 apic_write(APIC_LVT1, value);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700807}
808
Thomas Gleixner0e078e22008-01-30 13:30:20 +0100809/**
810 * setup_local_APIC - setup the local APIC
811 */
812void __cpuinit setup_local_APIC(void)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700813{
Andi Kleen739f33b2008-01-30 13:30:40 +0100814 unsigned int value;
Vivek Goyalda7ed9f2006-03-25 16:31:16 +0100815 int i, j;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700816
Jack Steinerac23d4e2008-03-28 14:12:16 -0500817 preempt_disable();
Linus Torvalds1da177e2005-04-16 15:20:36 -0700818 value = apic_read(APIC_LVR);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700819
Andi Kleenfe7414a2006-09-26 10:52:30 +0200820 BUILD_BUG_ON((SPURIOUS_APIC_VECTOR & 0x0f) != 0x0f);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700821
822 /*
823 * Double-check whether this APIC is really registered.
824 * This is meaningless in clustered apic mode, so we skip it.
825 */
826 if (!apic_id_registered())
827 BUG();
828
829 /*
830 * Intel recommends to set DFR, LDR and TPR before enabling
831 * an APIC. See e.g. "AP-388 82489DX User's Manual" (Intel
832 * document number 292116). So here it goes...
833 */
834 init_apic_ldr();
835
836 /*
837 * Set Task Priority to 'accept all'. We never change this
838 * later on.
839 */
840 value = apic_read(APIC_TASKPRI);
841 value &= ~APIC_TPRI_MASK;
Andi Kleen11a8e772006-01-11 22:46:51 +0100842 apic_write(APIC_TASKPRI, value);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700843
844 /*
Vivek Goyalda7ed9f2006-03-25 16:31:16 +0100845 * After a crash, we no longer service the interrupts and a pending
846 * interrupt from previous kernel might still have ISR bit set.
847 *
848 * Most probably by now CPU has serviced that pending interrupt and
849 * it might not have done the ack_APIC_irq() because it thought,
850 * interrupt came from i8259 as ExtInt. LAPIC did not get EOI so it
851 * does not clear the ISR bit and cpu thinks it has already serivced
852 * the interrupt. Hence a vector might get locked. It was noticed
853 * for timer irq (vector 0x31). Issue an extra EOI to clear ISR.
854 */
855 for (i = APIC_ISR_NR - 1; i >= 0; i--) {
856 value = apic_read(APIC_ISR + i*0x10);
857 for (j = 31; j >= 0; j--) {
858 if (value & (1<<j))
859 ack_APIC_irq();
860 }
861 }
862
863 /*
Linus Torvalds1da177e2005-04-16 15:20:36 -0700864 * Now that we are all set up, enable the APIC
865 */
866 value = apic_read(APIC_SPIV);
867 value &= ~APIC_VECTOR_MASK;
868 /*
869 * Enable APIC
870 */
871 value |= APIC_SPIV_APIC_ENABLED;
872
Andi Kleen3f14c742006-09-26 10:52:29 +0200873 /* We always use processor focus */
874
Linus Torvalds1da177e2005-04-16 15:20:36 -0700875 /*
876 * Set spurious IRQ vector
877 */
878 value |= SPURIOUS_APIC_VECTOR;
Andi Kleen11a8e772006-01-11 22:46:51 +0100879 apic_write(APIC_SPIV, value);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700880
881 /*
882 * Set up LVT0, LVT1:
883 *
884 * set up through-local-APIC on the BP's LINT0. This is not
885 * strictly necessary in pure symmetric-IO mode, but sometimes
886 * we delegate interrupts to the 8259A.
887 */
888 /*
889 * TODO: set up through-local-APIC from through-I/O-APIC? --macro
890 */
891 value = apic_read(APIC_LVT0) & APIC_LVT_MASKED;
Andi Kleena8fcf1a2006-09-26 10:52:30 +0200892 if (!smp_processor_id() && !value) {
Linus Torvalds1da177e2005-04-16 15:20:36 -0700893 value = APIC_DM_EXTINT;
Chris Wrightbc1d99c2007-10-12 23:04:23 +0200894 apic_printk(APIC_VERBOSE, "enabled ExtINT on CPU#%d\n",
895 smp_processor_id());
Linus Torvalds1da177e2005-04-16 15:20:36 -0700896 } else {
897 value = APIC_DM_EXTINT | APIC_LVT_MASKED;
Chris Wrightbc1d99c2007-10-12 23:04:23 +0200898 apic_printk(APIC_VERBOSE, "masked ExtINT on CPU#%d\n",
899 smp_processor_id());
Linus Torvalds1da177e2005-04-16 15:20:36 -0700900 }
Andi Kleen11a8e772006-01-11 22:46:51 +0100901 apic_write(APIC_LVT0, value);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700902
903 /*
904 * only the BP should see the LINT1 NMI signal, obviously.
905 */
906 if (!smp_processor_id())
907 value = APIC_DM_NMI;
908 else
909 value = APIC_DM_NMI | APIC_LVT_MASKED;
Andi Kleen11a8e772006-01-11 22:46:51 +0100910 apic_write(APIC_LVT1, value);
Jack Steinerac23d4e2008-03-28 14:12:16 -0500911 preempt_enable();
Andi Kleen739f33b2008-01-30 13:30:40 +0100912}
Linus Torvalds1da177e2005-04-16 15:20:36 -0700913
Ingo Molnara4928cf2008-04-23 13:20:56 +0200914static void __cpuinit lapic_setup_esr(void)
Andi Kleen739f33b2008-01-30 13:30:40 +0100915{
916 unsigned maxlvt = lapic_get_maxlvt();
917
918 apic_write(APIC_LVTERR, ERROR_APIC_VECTOR);
Yinghai Lu1c695242008-01-30 13:30:39 +0100919 /*
Andi Kleen739f33b2008-01-30 13:30:40 +0100920 * spec says clear errors after enabling vector.
Yinghai Lu1c695242008-01-30 13:30:39 +0100921 */
Andi Kleen739f33b2008-01-30 13:30:40 +0100922 if (maxlvt > 3)
923 apic_write(APIC_ESR, 0);
924}
Yinghai Lu1c695242008-01-30 13:30:39 +0100925
Andi Kleen739f33b2008-01-30 13:30:40 +0100926void __cpuinit end_local_APIC_setup(void)
927{
928 lapic_setup_esr();
Don Zickusf2802e72006-09-26 10:52:26 +0200929 setup_apic_nmi_watchdog(NULL);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700930 apic_pm_activate();
931}
932
Suresh Siddha6e1cb382008-07-10 11:16:58 -0700933void check_x2apic(void)
934{
935 int msr, msr2;
936
937 rdmsr(MSR_IA32_APICBASE, msr, msr2);
938
939 if (msr & X2APIC_ENABLE) {
940 printk("x2apic enabled by BIOS, switching to x2apic ops\n");
941 x2apic_preenabled = x2apic = 1;
942 apic_ops = &x2apic_ops;
943 }
944}
945
946void enable_x2apic(void)
947{
948 int msr, msr2;
949
950 rdmsr(MSR_IA32_APICBASE, msr, msr2);
951 if (!(msr & X2APIC_ENABLE)) {
952 printk("Enabling x2apic\n");
953 wrmsr(MSR_IA32_APICBASE, msr | X2APIC_ENABLE, 0);
954 }
955}
956
957void enable_IR_x2apic(void)
958{
959#ifdef CONFIG_INTR_REMAP
960 int ret;
961 unsigned long flags;
962
963 if (!cpu_has_x2apic)
964 return;
965
966 if (!x2apic_preenabled && disable_x2apic) {
967 printk(KERN_INFO
968 "Skipped enabling x2apic and Interrupt-remapping "
969 "because of nox2apic\n");
970 return;
971 }
972
973 if (x2apic_preenabled && disable_x2apic)
974 panic("Bios already enabled x2apic, can't enforce nox2apic");
975
976 if (!x2apic_preenabled && skip_ioapic_setup) {
977 printk(KERN_INFO
978 "Skipped enabling x2apic and Interrupt-remapping "
979 "because of skipping io-apic setup\n");
980 return;
981 }
982
983 ret = dmar_table_init();
984 if (ret) {
985 printk(KERN_INFO
986 "dmar_table_init() failed with %d:\n", ret);
987
988 if (x2apic_preenabled)
989 panic("x2apic enabled by bios. But IR enabling failed");
990 else
991 printk(KERN_INFO
992 "Not enabling x2apic,Intr-remapping\n");
993 return;
994 }
995
996 local_irq_save(flags);
997 mask_8259A();
998 save_mask_IO_APIC_setup();
999
1000 ret = enable_intr_remapping(1);
1001
1002 if (ret && x2apic_preenabled) {
1003 local_irq_restore(flags);
1004 panic("x2apic enabled by bios. But IR enabling failed");
1005 }
1006
1007 if (ret)
1008 goto end;
1009
1010 if (!x2apic) {
1011 x2apic = 1;
1012 apic_ops = &x2apic_ops;
1013 enable_x2apic();
1014 }
1015end:
1016 if (ret)
1017 /*
1018 * IR enabling failed
1019 */
1020 restore_IO_APIC_setup();
1021 else
1022 reinit_intr_remapped_IO_APIC(x2apic_preenabled);
1023
1024 unmask_8259A();
1025 local_irq_restore(flags);
1026
1027 if (!ret) {
1028 if (!x2apic_preenabled)
1029 printk(KERN_INFO
1030 "Enabled x2apic and interrupt-remapping\n");
1031 else
1032 printk(KERN_INFO
1033 "Enabled Interrupt-remapping\n");
1034 } else
1035 printk(KERN_ERR
1036 "Failed to enable Interrupt-remapping and x2apic\n");
1037#else
1038 if (!cpu_has_x2apic)
1039 return;
1040
1041 if (x2apic_preenabled)
1042 panic("x2apic enabled prior OS handover,"
1043 " enable CONFIG_INTR_REMAP");
1044
1045 printk(KERN_INFO "Enable CONFIG_INTR_REMAP for enabling intr-remapping "
1046 " and x2apic\n");
1047#endif
1048
1049 return;
1050}
1051
Thomas Gleixner0e078e22008-01-30 13:30:20 +01001052/*
1053 * Detect and enable local APICs on non-SMP boards.
1054 * Original code written by Keir Fraser.
1055 * On AMD64 we trust the BIOS - if it says no APIC it is likely
1056 * not correctly set up (usually the APIC timer won't work etc.)
1057 */
1058static int __init detect_init_APIC(void)
1059{
1060 if (!cpu_has_apic) {
1061 printk(KERN_INFO "No local APIC present\n");
1062 return -1;
1063 }
1064
1065 mp_lapic_addr = APIC_DEFAULT_PHYS_BASE;
Glauber de Oliveira Costac70dcb72008-03-19 14:25:58 -03001066 boot_cpu_physical_apicid = 0;
Thomas Gleixner0e078e22008-01-30 13:30:20 +01001067 return 0;
1068}
1069
Yinghai Lu8643f9d2008-02-19 03:21:06 -08001070void __init early_init_lapic_mapping(void)
1071{
Thomas Gleixner431ee792008-05-12 15:43:35 +02001072 unsigned long phys_addr;
Yinghai Lu8643f9d2008-02-19 03:21:06 -08001073
1074 /*
1075 * If no local APIC can be found then go out
1076 * : it means there is no mpatable and MADT
1077 */
1078 if (!smp_found_config)
1079 return;
1080
Thomas Gleixner431ee792008-05-12 15:43:35 +02001081 phys_addr = mp_lapic_addr;
Yinghai Lu8643f9d2008-02-19 03:21:06 -08001082
Thomas Gleixner431ee792008-05-12 15:43:35 +02001083 set_fixmap_nocache(FIX_APIC_BASE, phys_addr);
Yinghai Lu8643f9d2008-02-19 03:21:06 -08001084 apic_printk(APIC_VERBOSE, "mapped APIC to %16lx (%16lx)\n",
Thomas Gleixner431ee792008-05-12 15:43:35 +02001085 APIC_BASE, phys_addr);
Yinghai Lu8643f9d2008-02-19 03:21:06 -08001086
1087 /*
1088 * Fetch the APIC ID of the BSP in case we have a
1089 * default configuration (or the MP table is broken).
1090 */
Yinghai Lu4c9961d2008-07-11 18:44:16 -07001091 boot_cpu_physical_apicid = read_apic_id();
Yinghai Lu8643f9d2008-02-19 03:21:06 -08001092}
1093
Thomas Gleixner0e078e22008-01-30 13:30:20 +01001094/**
1095 * init_apic_mappings - initialize APIC mappings
1096 */
1097void __init init_apic_mappings(void)
1098{
Suresh Siddha6e1cb382008-07-10 11:16:58 -07001099 if (x2apic) {
Yinghai Lu4c9961d2008-07-11 18:44:16 -07001100 boot_cpu_physical_apicid = read_apic_id();
Suresh Siddha6e1cb382008-07-10 11:16:58 -07001101 return;
1102 }
1103
Thomas Gleixner0e078e22008-01-30 13:30:20 +01001104 /*
1105 * If no local APIC can be found then set up a fake all
1106 * zeroes page to simulate the local APIC and another
1107 * one for the IO-APIC.
1108 */
1109 if (!smp_found_config && detect_init_APIC()) {
1110 apic_phys = (unsigned long) alloc_bootmem_pages(PAGE_SIZE);
1111 apic_phys = __pa(apic_phys);
1112 } else
1113 apic_phys = mp_lapic_addr;
1114
1115 set_fixmap_nocache(FIX_APIC_BASE, apic_phys);
1116 apic_printk(APIC_VERBOSE, "mapped APIC to %16lx (%16lx)\n",
1117 APIC_BASE, apic_phys);
1118
Thomas Gleixner0e078e22008-01-30 13:30:20 +01001119 /*
1120 * Fetch the APIC ID of the BSP in case we have a
1121 * default configuration (or the MP table is broken).
1122 */
Yinghai Lu4c9961d2008-07-11 18:44:16 -07001123 boot_cpu_physical_apicid = read_apic_id();
Thomas Gleixner0e078e22008-01-30 13:30:20 +01001124}
1125
1126/*
1127 * This initializes the IO-APIC and APIC hardware if this is
1128 * a UP kernel.
1129 */
1130int __init APIC_init_uniprocessor(void)
1131{
1132 if (disable_apic) {
1133 printk(KERN_INFO "Apic disabled\n");
1134 return -1;
1135 }
1136 if (!cpu_has_apic) {
1137 disable_apic = 1;
1138 printk(KERN_INFO "Apic disabled by BIOS\n");
1139 return -1;
1140 }
1141
Suresh Siddha6e1cb382008-07-10 11:16:58 -07001142 enable_IR_x2apic();
1143 setup_apic_routing();
1144
Thomas Gleixner0e078e22008-01-30 13:30:20 +01001145 verify_local_APIC();
1146
Glauber Costab5841762008-05-28 13:38:28 -03001147 connect_bsp_APIC();
1148
Jack Steinerb6df1b82008-06-19 21:51:05 -05001149 physid_set_mask_of_physid(boot_cpu_physical_apicid, &phys_cpu_present_map);
Glauber de Oliveira Costac70dcb72008-03-19 14:25:58 -03001150 apic_write(APIC_ID, SET_APIC_ID(boot_cpu_physical_apicid));
Thomas Gleixner0e078e22008-01-30 13:30:20 +01001151
1152 setup_local_APIC();
1153
Andi Kleen739f33b2008-01-30 13:30:40 +01001154 /*
1155 * Now enable IO-APICs, actually call clear_IO_APIC
1156 * We need clear_IO_APIC before enabling vector on BP
1157 */
1158 if (!skip_ioapic_setup && nr_ioapics)
1159 enable_IO_APIC();
1160
Maciej W. Rozyckiacae7d92008-06-06 03:27:49 +01001161 if (!smp_found_config || skip_ioapic_setup || !nr_ioapics)
1162 localise_nmi_watchdog();
Andi Kleen739f33b2008-01-30 13:30:40 +01001163 end_local_APIC_setup();
1164
Thomas Gleixner0e078e22008-01-30 13:30:20 +01001165 if (smp_found_config && !skip_ioapic_setup && nr_ioapics)
1166 setup_IO_APIC();
1167 else
1168 nr_ioapics = 0;
1169 setup_boot_APIC_clock();
1170 check_nmi_watchdog();
1171 return 0;
1172}
1173
1174/*
1175 * Local APIC interrupts
1176 */
1177
1178/*
1179 * This interrupt should _never_ happen with our APIC/SMP architecture
1180 */
1181asmlinkage void smp_spurious_interrupt(void)
1182{
1183 unsigned int v;
1184 exit_idle();
1185 irq_enter();
1186 /*
1187 * Check if this really is a spurious interrupt and ACK it
1188 * if it is a vectored one. Just in case...
1189 * Spurious interrupts should not be ACKed.
1190 */
1191 v = apic_read(APIC_ISR + ((SPURIOUS_APIC_VECTOR & ~0x1f) >> 1));
1192 if (v & (1 << (SPURIOUS_APIC_VECTOR & 0x1f)))
1193 ack_APIC_irq();
1194
1195 add_pda(irq_spurious_count, 1);
1196 irq_exit();
1197}
1198
1199/*
1200 * This interrupt should never happen with our APIC/SMP architecture
1201 */
1202asmlinkage void smp_error_interrupt(void)
1203{
1204 unsigned int v, v1;
1205
1206 exit_idle();
1207 irq_enter();
1208 /* First tickle the hardware, only then report what went on. -- REW */
1209 v = apic_read(APIC_ESR);
1210 apic_write(APIC_ESR, 0);
1211 v1 = apic_read(APIC_ESR);
1212 ack_APIC_irq();
1213 atomic_inc(&irq_err_count);
1214
1215 /* Here is what the APIC error bits mean:
1216 0: Send CS error
1217 1: Receive CS error
1218 2: Send accept error
1219 3: Receive accept error
1220 4: Reserved
1221 5: Send illegal vector
1222 6: Received illegal vector
1223 7: Illegal register address
1224 */
1225 printk(KERN_DEBUG "APIC error on CPU%d: %02x(%02x)\n",
1226 smp_processor_id(), v , v1);
1227 irq_exit();
1228}
1229
Glauber Costab5841762008-05-28 13:38:28 -03001230/**
1231 * * connect_bsp_APIC - attach the APIC to the interrupt system
1232 * */
1233void __init connect_bsp_APIC(void)
1234{
1235 enable_apic_mode();
1236}
1237
Thomas Gleixner0e078e22008-01-30 13:30:20 +01001238void disconnect_bsp_APIC(int virt_wire_setup)
1239{
1240 /* Go back to Virtual Wire compatibility mode */
1241 unsigned long value;
1242
1243 /* For the spurious interrupt use vector F, and enable it */
1244 value = apic_read(APIC_SPIV);
1245 value &= ~APIC_VECTOR_MASK;
1246 value |= APIC_SPIV_APIC_ENABLED;
1247 value |= 0xf;
1248 apic_write(APIC_SPIV, value);
1249
1250 if (!virt_wire_setup) {
1251 /*
1252 * For LVT0 make it edge triggered, active high,
1253 * external and enabled
1254 */
1255 value = apic_read(APIC_LVT0);
1256 value &= ~(APIC_MODE_MASK | APIC_SEND_PENDING |
1257 APIC_INPUT_POLARITY | APIC_LVT_REMOTE_IRR |
1258 APIC_LVT_LEVEL_TRIGGER | APIC_LVT_MASKED);
1259 value |= APIC_LVT_REMOTE_IRR | APIC_SEND_PENDING;
1260 value = SET_APIC_DELIVERY_MODE(value, APIC_MODE_EXTINT);
1261 apic_write(APIC_LVT0, value);
1262 } else {
1263 /* Disable LVT0 */
1264 apic_write(APIC_LVT0, APIC_LVT_MASKED);
1265 }
1266
1267 /* For LVT1 make it edge triggered, active high, nmi and enabled */
1268 value = apic_read(APIC_LVT1);
1269 value &= ~(APIC_MODE_MASK | APIC_SEND_PENDING |
1270 APIC_INPUT_POLARITY | APIC_LVT_REMOTE_IRR |
1271 APIC_LVT_LEVEL_TRIGGER | APIC_LVT_MASKED);
1272 value |= APIC_LVT_REMOTE_IRR | APIC_SEND_PENDING;
1273 value = SET_APIC_DELIVERY_MODE(value, APIC_MODE_NMI);
1274 apic_write(APIC_LVT1, value);
1275}
1276
Alexey Starikovskiybe8a5682008-03-27 23:56:19 +03001277void __cpuinit generic_processor_info(int apicid, int version)
1278{
1279 int cpu;
1280 cpumask_t tmp_map;
1281
1282 if (num_processors >= NR_CPUS) {
1283 printk(KERN_WARNING "WARNING: NR_CPUS limit of %i reached."
1284 " Processor ignored.\n", NR_CPUS);
1285 return;
1286 }
1287
1288 if (num_processors >= maxcpus) {
1289 printk(KERN_WARNING "WARNING: maxcpus limit of %i reached."
1290 " Processor ignored.\n", maxcpus);
1291 return;
1292 }
1293
1294 num_processors++;
1295 cpus_complement(tmp_map, cpu_present_map);
1296 cpu = first_cpu(tmp_map);
1297
1298 physid_set(apicid, phys_cpu_present_map);
1299 if (apicid == boot_cpu_physical_apicid) {
1300 /*
1301 * x86_bios_cpu_apicid is required to have processors listed
1302 * in same order as logical cpu numbers. Hence the first
1303 * entry is BSP, and so on.
1304 */
1305 cpu = 0;
1306 }
Yinghai Lue0da3362008-06-08 18:29:22 -07001307 if (apicid > max_physical_apicid)
1308 max_physical_apicid = apicid;
1309
Alexey Starikovskiybe8a5682008-03-27 23:56:19 +03001310 /* are we being called early in kernel startup? */
Mike Travis23ca4bb2008-05-12 21:21:12 +02001311 if (early_per_cpu_ptr(x86_cpu_to_apicid)) {
1312 u16 *cpu_to_apicid = early_per_cpu_ptr(x86_cpu_to_apicid);
1313 u16 *bios_cpu_apicid = early_per_cpu_ptr(x86_bios_cpu_apicid);
Alexey Starikovskiybe8a5682008-03-27 23:56:19 +03001314
1315 cpu_to_apicid[cpu] = apicid;
1316 bios_cpu_apicid[cpu] = apicid;
1317 } else {
1318 per_cpu(x86_cpu_to_apicid, cpu) = apicid;
1319 per_cpu(x86_bios_cpu_apicid, cpu) = apicid;
1320 }
1321
1322 cpu_set(cpu, cpu_possible_map);
1323 cpu_set(cpu, cpu_present_map);
1324}
1325
Suresh Siddha0c81c742008-07-10 11:16:48 -07001326int hard_smp_processor_id(void)
1327{
1328 return read_apic_id();
1329}
1330
Thomas Gleixner0e078e22008-01-30 13:30:20 +01001331/*
1332 * Power management
1333 */
Linus Torvalds1da177e2005-04-16 15:20:36 -07001334#ifdef CONFIG_PM
1335
1336static struct {
1337 /* 'active' is true if the local APIC was enabled by us and
1338 not the BIOS; this signifies that we are also responsible
1339 for disabling it before entering apm/acpi suspend */
1340 int active;
1341 /* r/w apic fields */
1342 unsigned int apic_id;
1343 unsigned int apic_taskpri;
1344 unsigned int apic_ldr;
1345 unsigned int apic_dfr;
1346 unsigned int apic_spiv;
1347 unsigned int apic_lvtt;
1348 unsigned int apic_lvtpc;
1349 unsigned int apic_lvt0;
1350 unsigned int apic_lvt1;
1351 unsigned int apic_lvterr;
1352 unsigned int apic_tmict;
1353 unsigned int apic_tdcr;
1354 unsigned int apic_thmr;
1355} apic_pm_state;
1356
Pavel Machek0b9c33a2005-04-16 15:25:31 -07001357static int lapic_suspend(struct sys_device *dev, pm_message_t state)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001358{
1359 unsigned long flags;
Karsten Wiesef990fff2006-12-07 02:14:11 +01001360 int maxlvt;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001361
1362 if (!apic_pm_state.active)
1363 return 0;
1364
Thomas Gleixner37e650c2008-01-30 13:30:14 +01001365 maxlvt = lapic_get_maxlvt();
Karsten Wiesef990fff2006-12-07 02:14:11 +01001366
Suresh Siddha2d7a66d2008-07-11 14:24:19 -07001367 apic_pm_state.apic_id = apic_read(APIC_ID);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001368 apic_pm_state.apic_taskpri = apic_read(APIC_TASKPRI);
1369 apic_pm_state.apic_ldr = apic_read(APIC_LDR);
1370 apic_pm_state.apic_dfr = apic_read(APIC_DFR);
1371 apic_pm_state.apic_spiv = apic_read(APIC_SPIV);
1372 apic_pm_state.apic_lvtt = apic_read(APIC_LVTT);
Karsten Wiesef990fff2006-12-07 02:14:11 +01001373 if (maxlvt >= 4)
1374 apic_pm_state.apic_lvtpc = apic_read(APIC_LVTPC);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001375 apic_pm_state.apic_lvt0 = apic_read(APIC_LVT0);
1376 apic_pm_state.apic_lvt1 = apic_read(APIC_LVT1);
1377 apic_pm_state.apic_lvterr = apic_read(APIC_LVTERR);
1378 apic_pm_state.apic_tmict = apic_read(APIC_TMICT);
1379 apic_pm_state.apic_tdcr = apic_read(APIC_TDCR);
Karsten Wiesef990fff2006-12-07 02:14:11 +01001380#ifdef CONFIG_X86_MCE_INTEL
1381 if (maxlvt >= 5)
1382 apic_pm_state.apic_thmr = apic_read(APIC_LVTTHMR);
1383#endif
Fernando Luis Vázquez Cao2b94ab22006-09-26 10:52:33 +02001384 local_irq_save(flags);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001385 disable_local_APIC();
1386 local_irq_restore(flags);
1387 return 0;
1388}
1389
1390static int lapic_resume(struct sys_device *dev)
1391{
1392 unsigned int l, h;
1393 unsigned long flags;
Karsten Wiesef990fff2006-12-07 02:14:11 +01001394 int maxlvt;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001395
1396 if (!apic_pm_state.active)
1397 return 0;
1398
Thomas Gleixner37e650c2008-01-30 13:30:14 +01001399 maxlvt = lapic_get_maxlvt();
Karsten Wiesef990fff2006-12-07 02:14:11 +01001400
Linus Torvalds1da177e2005-04-16 15:20:36 -07001401 local_irq_save(flags);
Suresh Siddha6e1cb382008-07-10 11:16:58 -07001402 if (!x2apic) {
1403 rdmsr(MSR_IA32_APICBASE, l, h);
1404 l &= ~MSR_IA32_APICBASE_BASE;
1405 l |= MSR_IA32_APICBASE_ENABLE | mp_lapic_addr;
1406 wrmsr(MSR_IA32_APICBASE, l, h);
1407 } else
1408 enable_x2apic();
1409
Linus Torvalds1da177e2005-04-16 15:20:36 -07001410 apic_write(APIC_LVTERR, ERROR_APIC_VECTOR | APIC_LVT_MASKED);
1411 apic_write(APIC_ID, apic_pm_state.apic_id);
1412 apic_write(APIC_DFR, apic_pm_state.apic_dfr);
1413 apic_write(APIC_LDR, apic_pm_state.apic_ldr);
1414 apic_write(APIC_TASKPRI, apic_pm_state.apic_taskpri);
1415 apic_write(APIC_SPIV, apic_pm_state.apic_spiv);
1416 apic_write(APIC_LVT0, apic_pm_state.apic_lvt0);
1417 apic_write(APIC_LVT1, apic_pm_state.apic_lvt1);
Karsten Wiesef990fff2006-12-07 02:14:11 +01001418#ifdef CONFIG_X86_MCE_INTEL
1419 if (maxlvt >= 5)
1420 apic_write(APIC_LVTTHMR, apic_pm_state.apic_thmr);
1421#endif
1422 if (maxlvt >= 4)
1423 apic_write(APIC_LVTPC, apic_pm_state.apic_lvtpc);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001424 apic_write(APIC_LVTT, apic_pm_state.apic_lvtt);
1425 apic_write(APIC_TDCR, apic_pm_state.apic_tdcr);
1426 apic_write(APIC_TMICT, apic_pm_state.apic_tmict);
1427 apic_write(APIC_ESR, 0);
1428 apic_read(APIC_ESR);
1429 apic_write(APIC_LVTERR, apic_pm_state.apic_lvterr);
1430 apic_write(APIC_ESR, 0);
1431 apic_read(APIC_ESR);
1432 local_irq_restore(flags);
1433 return 0;
1434}
1435
1436static struct sysdev_class lapic_sysclass = {
Kay Sieversaf5ca3f2007-12-20 02:09:39 +01001437 .name = "lapic",
Linus Torvalds1da177e2005-04-16 15:20:36 -07001438 .resume = lapic_resume,
1439 .suspend = lapic_suspend,
1440};
1441
1442static struct sys_device device_lapic = {
Hiroshi Shimamotoe83a5fd2008-01-30 13:32:35 +01001443 .id = 0,
1444 .cls = &lapic_sysclass,
Linus Torvalds1da177e2005-04-16 15:20:36 -07001445};
1446
Ashok Raje6982c62005-06-25 14:54:58 -07001447static void __cpuinit apic_pm_activate(void)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001448{
1449 apic_pm_state.active = 1;
1450}
1451
1452static int __init init_lapic_sysfs(void)
1453{
1454 int error;
Hiroshi Shimamotoe83a5fd2008-01-30 13:32:35 +01001455
Linus Torvalds1da177e2005-04-16 15:20:36 -07001456 if (!cpu_has_apic)
1457 return 0;
1458 /* XXX: remove suspend/resume procs if !apic_pm_state.active? */
Hiroshi Shimamotoe83a5fd2008-01-30 13:32:35 +01001459
Linus Torvalds1da177e2005-04-16 15:20:36 -07001460 error = sysdev_class_register(&lapic_sysclass);
1461 if (!error)
1462 error = sysdev_register(&device_lapic);
1463 return error;
1464}
1465device_initcall(init_lapic_sysfs);
1466
1467#else /* CONFIG_PM */
1468
1469static void apic_pm_activate(void) { }
1470
1471#endif /* CONFIG_PM */
1472
Linus Torvalds1da177e2005-04-16 15:20:36 -07001473/*
Vojtech Pavlikf8bf3c62006-06-26 13:58:23 +02001474 * apic_is_clustered_box() -- Check if we can expect good TSC
Linus Torvalds1da177e2005-04-16 15:20:36 -07001475 *
1476 * Thus far, the major user of this is IBM's Summit2 series:
1477 *
Linus Torvalds637029c2006-02-27 20:41:56 -08001478 * Clustered boxes may have unsynced TSC problems if they are
Linus Torvalds1da177e2005-04-16 15:20:36 -07001479 * multi-chassis. Use available data to take a good guess.
1480 * If in doubt, go HPET.
1481 */
Vojtech Pavlikf8bf3c62006-06-26 13:58:23 +02001482__cpuinit int apic_is_clustered_box(void)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001483{
1484 int i, clusters, zeros;
1485 unsigned id;
Yinghai Lu322850a2008-02-23 21:48:42 -08001486 u16 *bios_cpu_apicid;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001487 DECLARE_BITMAP(clustermap, NUM_APIC_CLUSTERS);
1488
Yinghai Lu322850a2008-02-23 21:48:42 -08001489 /*
1490 * there is not this kind of box with AMD CPU yet.
1491 * Some AMD box with quadcore cpu and 8 sockets apicid
1492 * will be [4, 0x23] or [8, 0x27] could be thought to
Yinghai Luf8fffa42008-02-24 21:36:28 -08001493 * vsmp box still need checking...
Yinghai Lu322850a2008-02-23 21:48:42 -08001494 */
Ravikiran G Thirumalai1cb68482008-03-20 00:45:08 -07001495 if ((boot_cpu_data.x86_vendor == X86_VENDOR_AMD) && !is_vsmp_box())
Yinghai Lu322850a2008-02-23 21:48:42 -08001496 return 0;
1497
Mike Travis23ca4bb2008-05-12 21:21:12 +02001498 bios_cpu_apicid = early_per_cpu_ptr(x86_bios_cpu_apicid);
Suresh Siddha376ec332005-05-16 21:53:32 -07001499 bitmap_zero(clustermap, NUM_APIC_CLUSTERS);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001500
1501 for (i = 0; i < NR_CPUS; i++) {
travis@sgi.come8c10ef2008-01-30 13:33:12 +01001502 /* are we being called early in kernel startup? */
Mike Travis693e3c52008-01-30 13:33:14 +01001503 if (bios_cpu_apicid) {
1504 id = bios_cpu_apicid[i];
travis@sgi.come8c10ef2008-01-30 13:33:12 +01001505 }
1506 else if (i < nr_cpu_ids) {
1507 if (cpu_present(i))
1508 id = per_cpu(x86_bios_cpu_apicid, i);
1509 else
1510 continue;
1511 }
1512 else
1513 break;
1514
Linus Torvalds1da177e2005-04-16 15:20:36 -07001515 if (id != BAD_APICID)
1516 __set_bit(APIC_CLUSTERID(id), clustermap);
1517 }
1518
1519 /* Problem: Partially populated chassis may not have CPUs in some of
1520 * the APIC clusters they have been allocated. Only present CPUs have
travis@sgi.com602a54a2008-01-30 13:33:21 +01001521 * x86_bios_cpu_apicid entries, thus causing zeroes in the bitmap.
1522 * Since clusters are allocated sequentially, count zeros only if
1523 * they are bounded by ones.
Linus Torvalds1da177e2005-04-16 15:20:36 -07001524 */
1525 clusters = 0;
1526 zeros = 0;
1527 for (i = 0; i < NUM_APIC_CLUSTERS; i++) {
1528 if (test_bit(i, clustermap)) {
1529 clusters += 1 + zeros;
1530 zeros = 0;
1531 } else
1532 ++zeros;
1533 }
1534
Ravikiran G Thirumalai1cb68482008-03-20 00:45:08 -07001535 /* ScaleMP vSMPowered boxes have one cluster per board and TSCs are
1536 * not guaranteed to be synced between boards
1537 */
1538 if (is_vsmp_box() && clusters > 1)
1539 return 1;
1540
Linus Torvalds1da177e2005-04-16 15:20:36 -07001541 /*
Vojtech Pavlikf8bf3c62006-06-26 13:58:23 +02001542 * If clusters > 2, then should be multi-chassis.
Linus Torvalds1da177e2005-04-16 15:20:36 -07001543 * May have to revisit this when multi-core + hyperthreaded CPUs come
1544 * out, but AFAIK this will work even for them.
1545 */
1546 return (clusters > 2);
1547}
1548
Suresh Siddha6e1cb382008-07-10 11:16:58 -07001549static __init int setup_nox2apic(char *str)
1550{
1551 disable_x2apic = 1;
1552 clear_cpu_cap(&boot_cpu_data, X86_FEATURE_X2APIC);
1553 return 0;
1554}
1555early_param("nox2apic", setup_nox2apic);
1556
1557
Linus Torvalds1da177e2005-04-16 15:20:36 -07001558/*
Thomas Gleixner0e078e22008-01-30 13:30:20 +01001559 * APIC command line parameters
Linus Torvalds1da177e2005-04-16 15:20:36 -07001560 */
Thomas Gleixner0e078e22008-01-30 13:30:20 +01001561static int __init apic_set_verbosity(char *str)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001562{
Thomas Gleixner0e078e22008-01-30 13:30:20 +01001563 if (str == NULL) {
1564 skip_ioapic_setup = 0;
1565 ioapic_force = 1;
1566 return 0;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001567 }
Thomas Gleixner0e078e22008-01-30 13:30:20 +01001568 if (strcmp("debug", str) == 0)
1569 apic_verbosity = APIC_DEBUG;
1570 else if (strcmp("verbose", str) == 0)
1571 apic_verbosity = APIC_VERBOSE;
1572 else {
1573 printk(KERN_WARNING "APIC Verbosity level %s not recognised"
1574 " use apic=verbose or apic=debug\n", str);
1575 return -EINVAL;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001576 }
1577
Linus Torvalds1da177e2005-04-16 15:20:36 -07001578 return 0;
1579}
Thomas Gleixner0e078e22008-01-30 13:30:20 +01001580early_param("apic", apic_set_verbosity);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001581
Thomas Gleixner6935d1f2007-07-21 17:10:17 +02001582static __init int setup_disableapic(char *str)
1583{
Linus Torvalds1da177e2005-04-16 15:20:36 -07001584 disable_apic = 1;
Yinghai Lu9175fc02008-07-21 01:38:14 -07001585 setup_clear_cpu_cap(X86_FEATURE_APIC);
Andi Kleen2c8c0e62006-09-26 10:52:32 +02001586 return 0;
1587}
1588early_param("disableapic", setup_disableapic);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001589
Andi Kleen2c8c0e62006-09-26 10:52:32 +02001590/* same as disableapic, for compatibility */
Thomas Gleixner6935d1f2007-07-21 17:10:17 +02001591static __init int setup_nolapic(char *str)
1592{
Andi Kleen2c8c0e62006-09-26 10:52:32 +02001593 return setup_disableapic(str);
Thomas Gleixner6935d1f2007-07-21 17:10:17 +02001594}
Andi Kleen2c8c0e62006-09-26 10:52:32 +02001595early_param("nolapic", setup_nolapic);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001596
Linus Torvalds2e7c2832007-03-23 11:32:31 -07001597static int __init parse_lapic_timer_c2_ok(char *arg)
1598{
1599 local_apic_timer_c2_ok = 1;
1600 return 0;
1601}
1602early_param("lapic_timer_c2_ok", parse_lapic_timer_c2_ok);
1603
Cyrill Gorcunov36fef092008-08-15 13:51:20 +02001604static int __init parse_disable_apic_timer(char *arg)
Thomas Gleixner6935d1f2007-07-21 17:10:17 +02001605{
Linus Torvalds1da177e2005-04-16 15:20:36 -07001606 disable_apic_timer = 1;
Cyrill Gorcunov36fef092008-08-15 13:51:20 +02001607 return 0;
Thomas Gleixner6935d1f2007-07-21 17:10:17 +02001608}
Cyrill Gorcunov36fef092008-08-15 13:51:20 +02001609early_param("noapictimer", parse_disable_apic_timer);
1610
1611static int __init parse_nolapic_timer(char *arg)
1612{
1613 disable_apic_timer = 1;
1614 return 0;
1615}
1616early_param("nolapic_timer", parse_nolapic_timer);
Andi Kleen73dea472006-02-03 21:50:50 +01001617
Andi Kleen0c3749c2006-02-03 21:51:41 +01001618static __init int setup_apicpmtimer(char *s)
1619{
1620 apic_calibrate_pmtmr = 1;
Andi Kleen7fd67842006-02-16 23:42:07 +01001621 notsc_setup(NULL);
Thomas Gleixnerb8ce3352007-10-12 23:04:07 +02001622 return 0;
Andi Kleen0c3749c2006-02-03 21:51:41 +01001623}
1624__setup("apicpmtimer", setup_apicpmtimer);
1625
Yinghai Lu1e934dd2008-02-22 13:37:26 -08001626static int __init lapic_insert_resource(void)
1627{
1628 if (!apic_phys)
1629 return -1;
1630
1631 /* Put local APIC into the resource map. */
1632 lapic_resource.start = apic_phys;
1633 lapic_resource.end = lapic_resource.start + PAGE_SIZE - 1;
1634 insert_resource(&iomem_resource, &lapic_resource);
1635
1636 return 0;
1637}
1638
1639/*
1640 * need call insert after e820_reserve_resources()
1641 * that is using request_resource
1642 */
1643late_initcall(lapic_insert_resource);