diff options
author | Venkatesh Pallipadi <venki@google.com> | 2010-10-04 20:03:20 -0400 |
---|---|---|
committer | Ingo Molnar <mingo@elte.hu> | 2010-10-18 14:52:25 -0400 |
commit | e82b8e4ea4f3dffe6e7939f90e78da675fcc450e (patch) | |
tree | 116e54691f87d2cb0f2f5df36d1e114624c225d0 /Documentation/kernel-parameters.txt | |
parent | b52bfee445d315549d41eacf2fa7c156e7d153d5 (diff) |
x86: Add IRQ_TIME_ACCOUNTING
This patch adds IRQ_TIME_ACCOUNTING option on x86 and runtime enables it
when TSC is enabled.
This change just enables fine grained irq time accounting, isn't used yet.
Following patches use it for different purposes.
Signed-off-by: Venkatesh Pallipadi <venki@google.com>
Signed-off-by: Peter Zijlstra <a.p.zijlstra@chello.nl>
LKML-Reference: <1286237003-12406-6-git-send-email-venki@google.com>
Signed-off-by: Ingo Molnar <mingo@elte.hu>
Diffstat (limited to 'Documentation/kernel-parameters.txt')
-rw-r--r-- | Documentation/kernel-parameters.txt | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/Documentation/kernel-parameters.txt b/Documentation/kernel-parameters.txt index 8dd7248508a9..ed05a4a0d242 100644 --- a/Documentation/kernel-parameters.txt +++ b/Documentation/kernel-parameters.txt | |||
@@ -2435,6 +2435,10 @@ and is between 256 and 4096 characters. It is defined in the file | |||
2435 | disables clocksource verification at runtime. | 2435 | disables clocksource verification at runtime. |
2436 | Used to enable high-resolution timer mode on older | 2436 | Used to enable high-resolution timer mode on older |
2437 | hardware, and in virtualized environment. | 2437 | hardware, and in virtualized environment. |
2438 | [x86] noirqtime: Do not use TSC to do irq accounting. | ||
2439 | Used to run time disable IRQ_TIME_ACCOUNTING on any | ||
2440 | platforms where RDTSC is slow and this accounting | ||
2441 | can add overhead. | ||
2438 | 2442 | ||
2439 | turbografx.map[2|3]= [HW,JOY] | 2443 | turbografx.map[2|3]= [HW,JOY] |
2440 | TurboGraFX parallel port interface | 2444 | TurboGraFX parallel port interface |