diff options
author | Andres Salomon <dilinger@queued.net> | 2007-10-12 17:04:06 -0400 |
---|---|---|
committer | Thomas Gleixner <tglx@inhelltoy.tec.linutronix.de> | 2007-10-12 17:04:06 -0400 |
commit | 83d7384f8d4aa216b49cf9cb286ea743054b119f (patch) | |
tree | 9f56bf83bbbb0dc7056c3dd5e11b1d0ab0d4cefb /Documentation | |
parent | 5fa3a246ea2e1be2ffaa01343bc183c8c0bfa472 (diff) |
x86: Geode Multi-Function General Purpose Timers support
This adds support for Multi-Function General Purpose Timers. It detects the
available timers during southbridge init, and provides an API for allocating
and setting the timers. They're higher resolution than the standard PIT, so
the MFGPTs come in handy for quite a few things.
Note that we never clobber the timers that the BIOS might have opted to use;
we just check for unused timers.
Signed-off-by: Jordan Crouse <jordan.crouse@amd.com>
Signed-off-by: Andres Salomon <dilinger@debian.org>
Cc: Andi Kleen <ak@suse.de>
Cc: Alan Cox <alan@lxorguk.ukuu.org.uk>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Ingo Molnar <mingo@elte.hu>
Signed-off-by: Arjan van de Ven <arjan@linux.intel.com>
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Diffstat (limited to 'Documentation')
-rw-r--r-- | Documentation/kernel-parameters.txt | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Documentation/kernel-parameters.txt b/Documentation/kernel-parameters.txt index a57c1f216b21..2128de6d80ea 100644 --- a/Documentation/kernel-parameters.txt +++ b/Documentation/kernel-parameters.txt | |||
@@ -1160,6 +1160,9 @@ and is between 256 and 4096 characters. It is defined in the file | |||
1160 | 1160 | ||
1161 | nomce [X86-32] Machine Check Exception | 1161 | nomce [X86-32] Machine Check Exception |
1162 | 1162 | ||
1163 | nomfgpt [X86-32] Disable Multi-Function General Purpose | ||
1164 | Timer usage (for AMD Geode machines). | ||
1165 | |||
1163 | noreplace-paravirt [X86-32,PV_OPS] Don't patch paravirt_ops | 1166 | noreplace-paravirt [X86-32,PV_OPS] Don't patch paravirt_ops |
1164 | 1167 | ||
1165 | noreplace-smp [X86-32,SMP] Don't replace SMP instructions | 1168 | noreplace-smp [X86-32,SMP] Don't replace SMP instructions |