summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSamuel Thibault <samuel.thibault@ens-lyon.org>2011-02-22 00:02:52 +0100
committerSamuel Thibault <samuel.thibault@ens-lyon.org>2011-02-22 00:02:52 +0100
commitc2f0db59675065f3eb5984096c32951019934f5b (patch)
treeff3b6a0ca259d883d6267c45a85844d9a05c6e29
parent7dd4adb5612fa6042d421e8d436a0c7b4facfb22 (diff)
mention that plan is Xen SMP support first
-rw-r--r--hurd/faq/smp.mdwn2
1 files changed, 1 insertions, 1 deletions
diff --git a/hurd/faq/smp.mdwn b/hurd/faq/smp.mdwn
index 953784da..e48b6b66 100644
--- a/hurd/faq/smp.mdwn
+++ b/hurd/faq/smp.mdwn
@@ -12,6 +12,6 @@ License|/fdl]]."]]"""]]
The Hurd servers themselves are multithreaded, so they should be able to take benefit of the parallelism brought by SMP/Multicore boxes. This has however never been tested yet because of the following.
-Mach used to be running on SMP boxes like the [[http://en.wikipedia.org/wiki/Intel_iPSC/860 | iPSC 860]], so has an infrastructure for running on them. It has however not (yet) been ported to nowadays' SMP standards like ACPI etc.
+Mach used to be running on SMP boxes like the [[http://en.wikipedia.org/wiki/Intel_iPSC/860 | iPSC 860]], so has an infrastructure for running on them. It has however not (yet) been ported to nowadays' SMP standards like ACPI etc. The plan is to try Xen SMP support first.
That is why for now GNU/Hurd will only uses one logical processor (i.e. one core or one thread, depending on the socket type).