summaryrefslogtreecommitdiff
path: root/community
diff options
context:
space:
mode:
authorThomas Schwinge <tschwinge@gnu.org>2013-04-07 18:18:44 +0200
committerThomas Schwinge <tschwinge@gnu.org>2013-04-07 18:18:44 +0200
commit6c7d45e4631784d0e077e806521a736da6b0266e (patch)
treef9d3e9ed304e8cdbf72fc77c135781eb49990f6a /community
parentf8ed211a4da23edf469089254b3dace9479bf11f (diff)
IRC.
Diffstat (limited to 'community')
-rw-r--r--community/gsoc/project_ideas/smp.mdwn11
1 files changed, 11 insertions, 0 deletions
diff --git a/community/gsoc/project_ideas/smp.mdwn b/community/gsoc/project_ideas/smp.mdwn
index d9788e56..c6da2c41 100644
--- a/community/gsoc/project_ideas/smp.mdwn
+++ b/community/gsoc/project_ideas/smp.mdwn
@@ -10,6 +10,8 @@ License|/fdl]]."]]"""]]
[[!meta title="SMP"]]
+See also the [[FAQ entry|faq/smp]].
+
# IRC, freenode, #hurd, 2012-09-30
@@ -19,3 +21,12 @@ License|/fdl]]."]]"""]]
## IRC, freenode, #hurd, 2013-01-02
<braunr> i'd like to mentor someone for adding smp to gnumach
+
+
+## IRC, freenode, #hurd, 2013-03-14
+
+ <braunr> but i'm afraid we'll have to fight obscur smp-safety issues
+ <braunr> for one, drivers are much probably not smp safe and would require
+ a big kernel lock
+ <braunr> userspace (such as signal delivery in libc) might be affected too
+ <braunr> smp isn't that easy