summaryrefslogtreecommitdiff
path: root/hurd/faq/smp.mdwn
diff options
context:
space:
mode:
Diffstat (limited to 'hurd/faq/smp.mdwn')
-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).