summaryrefslogtreecommitdiff
path: root/community
diff options
context:
space:
mode:
authorThomas Schwinge <thomas@codesourcery.com>2013-04-07 18:28:11 +0200
committerThomas Schwinge <thomas@codesourcery.com>2013-04-07 18:28:11 +0200
commit325d3600adae1a2da62f9a24ac34ad2b47a22f97 (patch)
treef0637c13c8aec0d0793f7d2498f5e2237e693c4b /community
parentacab07dfc9df44d6d54e03c701a90b5d6f537fcd (diff)
parent6c7d45e4631784d0e077e806521a736da6b0266e (diff)
Merge remote-tracking branch 'fp/master'
Conflicts: hurd.mdwn hurd/debugging/rpctrace.mdwn open_issues/clock_gettime.mdwn open_issues/time.mdwn
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