Remove reference to the Alpha architecture.

This commit is contained in:
Wilko Bulte 2006-05-15 20:51:53 +00:00
parent 631af821b0
commit 49d6fadab6
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=158621
2 changed files with 3 additions and 5 deletions

View file

@ -493,9 +493,7 @@ using the remote debug feature, with a connection to the serial
console port on the target machine.
Currently only available on the
.Em i386
and
.Em Alpha
architectures.
architecture.
.It Cm help
Print a short summary of the available commands and command
abbreviations.

View file

@ -39,7 +39,7 @@ kernel implements symmetric multi-processor support.
Support for multi-processor systems is present for all Tier-1
architectures on
.Fx .
Currently, this includes alpha, amd64, i386, ia64, and sparc64.
Currently, this includes 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
@ -104,6 +104,6 @@ in
.Bsx .
.Pp
.Fx 5.0
also introduced support for SMP on the alpha, ia64, and sparc64 architectures.
also introduced support for SMP on the ia64, and sparc64 architectures.
.Sh AUTHORS
.An Steve Passe Aq fsmp@FreeBSD.org