diff options
| author | Ingo Molnar <mingo@elte.hu> | 2009-02-17 06:33:20 -0500 |
|---|---|---|
| committer | Ingo Molnar <mingo@elte.hu> | 2009-02-17 07:13:25 -0500 |
| commit | 7d01d32d3b9becd6deba318b718db3d9fc181d23 (patch) | |
| tree | 70f866bac39065812cd81d298a9bf16e8b60a449 /arch/x86/oprofile/nmi_int.c | |
| parent | c1eeb2de41d7015678bdd412b48a5f071b84e29a (diff) | |
x86, apic: fix build fallout of genapic changes
- make oprofile build
- select X86_X2APIC from X86_UV - it relies on it
- export genapic for oprofile modular build
Signed-off-by: Ingo Molnar <mingo@elte.hu>
Diffstat (limited to 'arch/x86/oprofile/nmi_int.c')
| -rw-r--r-- | arch/x86/oprofile/nmi_int.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/x86/oprofile/nmi_int.c b/arch/x86/oprofile/nmi_int.c index 202864ad49a7..a32a5c7a8ef6 100644 --- a/arch/x86/oprofile/nmi_int.c +++ b/arch/x86/oprofile/nmi_int.c | |||
| @@ -19,7 +19,7 @@ | |||
| 19 | #include <linux/cpu.h> | 19 | #include <linux/cpu.h> |
| 20 | #include <asm/nmi.h> | 20 | #include <asm/nmi.h> |
| 21 | #include <asm/msr.h> | 21 | #include <asm/msr.h> |
| 22 | #include <asm/apic.h> | 22 | #include <asm/genapic.h> |
| 23 | 23 | ||
| 24 | #include "op_counter.h" | 24 | #include "op_counter.h" |
| 25 | #include "op_x86_model.h" | 25 | #include "op_x86_model.h" |
