Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1160947 > unrolled thread
| Started by | Huang Rui <ray.huang@amd.com> |
|---|---|
| First post | 2015-06-09 05:30 +0200 |
| Last post | 2015-06-09 05:30 +0200 |
| Articles | 1 — 1 participant |
Back to article view | Back to linux.kernel
This discussion starts older than the indexed window; earlier articles aren't shown. The article labeled Started by
below is the oldest one visible, not the original post.
[PATCH v2 4/4] x86, mwaitt: add documents of delay option Huang Rui <ray.huang@amd.com> - 2015-06-09 05:30 +0200
| From | Huang Rui <ray.huang@amd.com> |
|---|---|
| Date | 2015-06-09 05:30 +0200 |
| Subject | [PATCH v2 4/4] x86, mwaitt: add documents of delay option |
| Message-ID | <pzioF-2w4-5@gated-at.bofh.it> |
This patch adds a description in the kerenel parameters documentation
for "delay=" method. The default case is TSC delay.
Signed-off-by: Huang Rui <ray.huang@amd.com>
---
Documentation/kernel-parameters.txt | 7 +++++++
1 file changed, 7 insertions(+)
diff --git a/Documentation/kernel-parameters.txt b/Documentation/kernel-parameters.txt
index 89ebe00..deca146 100644
--- a/Documentation/kernel-parameters.txt
+++ b/Documentation/kernel-parameters.txt
@@ -867,6 +867,13 @@ bytes respectively. Such letter suffixes can also be entirely omitted.
Defaults to the default architecture's huge page size
if not specified.
+ delay= [X86]
+ Format: { "tsc", "loop", "mwaitx" }
+ tsc use tsc delay method
+ loop use loop delay method
+ mwaitx use mwaitx delay method
+ default: tsc.
+
dhash_entries= [KNL]
Set number of hash buckets for dentry cache.
--
1.7.9.5
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Back to top | Article view | linux.kernel
csiph-web