diff options
author | ceri <ceri@FreeBSD.org> | 2004-11-29 19:51:50 +0000 |
---|---|---|
committer | ceri <ceri@FreeBSD.org> | 2004-11-29 19:51:50 +0000 |
commit | 5439b7e1cb0fafac78d3c29003737a2574670c30 (patch) | |
tree | eefd57781d9a897fe14509de220a2971ecf2ea4f /share | |
parent | 2c704c1c939caaef42aee39e95af9f73ee1f2729 (diff) | |
download | FreeBSD-src-5439b7e1cb0fafac78d3c29003737a2574670c30.zip FreeBSD-src-5439b7e1cb0fafac78d3c29003737a2574670c30.tar.gz |
Add amd64 to the list of supported platforms.
PR: docs/74529
Submitted by: Jason Bacon <bacon at smithers dot neuro dot mcw dot edu>
Diffstat (limited to 'share')
-rw-r--r-- | share/man/man4/smp.4 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/share/man/man4/smp.4 b/share/man/man4/smp.4 index 81a42d0..28dacfc 100644 --- a/share/man/man4/smp.4 +++ b/share/man/man4/smp.4 @@ -39,7 +39,7 @@ kernel implements symmetric multiprocessor support. Support for multi-processor systems is present for all Tier-1 architectures on .Fx . -Currently, this includes alpha, i386, ia64, and sparc64. +Currently, this includes alpha, amd64, i386, ia64, and sparc64. Support is enabled using .Cd options SMP . It is permissible to use the SMP kernel configuration on non-SMP equipped |