#include <linux/cpumask.h>
#include <linux/pm.h>
#include <asm/alternative.h>
#include <asm/cpufeature.h>
#include <asm/processor.h>
#include <asm/apicdef.h>
#include <linux/atomic.h>
#include <asm/fixmap.h>
#include <asm/mpspec.h>
#include <asm/msr.h>
Go to the source code of this file.
#define apic_driver |
( |
|
sym | ) |
|
Value:
__section(.apicdrivers) = { &sym }
Definition at line 411 of file apic.h.
#define apic_drivers |
( |
|
sym1, |
|
|
|
sym2 |
|
) |
| |
Value:
__section(.apicdrivers) = { &sym1, &sym2 }
Definition at line 416 of file apic.h.
#define apic_printk |
( |
|
v, |
|
|
|
s, |
|
|
|
a... |
|
) |
| |
Value:
Definition at line 31 of file apic.h.
#define ARCH_APICTIMER_STOPS_ON_C3 1 |
#define DEFAULT_TRAMPOLINE_PHYS_HIGH 0x469 |
#define DEFAULT_TRAMPOLINE_PHYS_LOW 0x467 |
#define local_apic_timer_c2_ok 1 |