From d13f5bcff7e848d6bdcb429442159f50f2ad3313 Mon Sep 17 00:00:00 2001
From: Joel Dahl
Date: Wed, 14 Feb 2007 17:12:44 +0000
Subject: [PATCH] The cpu usage display in top issue only affects M:N threading
and libpthread.
Submitted by: emaste
---
en/projects/ideas/index.sgml | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)
diff --git a/en/projects/ideas/index.sgml b/en/projects/ideas/index.sgml
index da90835869..a7e6aa8a46 100644
--- a/en/projects/ideas/index.sgml
+++ b/en/projects/ideas/index.sgml
@@ -1,6 +1,6 @@
-
+
%developers;
@@ -327,7 +327,8 @@
CPU usage display in top
The current kernel statistics do not know how to calculate the CPU usage
of threaded processes. A volunteer has to understand the current statistics
- model, design a new statistics model and implement it.
+ model, design a new statistics model and implement it. This problem only
+ occurs with M:N threading on libpthread.
Requirements:
- Ability to read and understand foreign C code.