diff options
author | Ingo Molnar <mingo@elte.hu> | 2008-12-13 03:00:03 -0500 |
---|---|---|
committer | Ingo Molnar <mingo@elte.hu> | 2008-12-14 14:30:48 -0500 |
commit | ee06094f8279e1312fc0a31591320cc7b6f0ab1e (patch) | |
tree | aecf8f2177b2398e4db8df68a9705009b31a8ef7 /arch/x86/Kconfig | |
parent | 9b194e831fb2c322ed81a373e49620f34edc2778 (diff) |
perfcounters: restructure x86 counter math
Impact: restructure code
Change counter math from absolute values to clear delta logic.
We try to extract elapsed deltas from the raw hw counter - and put
that into the generic counter.
Signed-off-by: Ingo Molnar <mingo@elte.hu>
Diffstat (limited to 'arch/x86/Kconfig')
-rw-r--r-- | arch/x86/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/x86/Kconfig b/arch/x86/Kconfig index f2fdc1867241..fe94490bab61 100644 --- a/arch/x86/Kconfig +++ b/arch/x86/Kconfig | |||
@@ -643,7 +643,7 @@ config X86_UP_IOAPIC | |||
643 | config X86_LOCAL_APIC | 643 | config X86_LOCAL_APIC |
644 | def_bool y | 644 | def_bool y |
645 | depends on X86_64 || (X86_32 && (X86_UP_APIC || (SMP && !X86_VOYAGER) || X86_GENERICARCH)) | 645 | depends on X86_64 || (X86_32 && (X86_UP_APIC || (SMP && !X86_VOYAGER) || X86_GENERICARCH)) |
646 | select HAVE_PERF_COUNTERS | 646 | select HAVE_PERF_COUNTERS if (!M386 && !M486) |
647 | 647 | ||
648 | config X86_IO_APIC | 648 | config X86_IO_APIC |
649 | def_bool y | 649 | def_bool y |