Document r280259, initial support for arm64/aarch64.

Add arch.arm64 entity to release.ent.

Sponsored by:	The FreeBSD Foundation
This commit is contained in:
Glen Barber 2015-04-28 18:10:53 +00:00
parent f6267710f6
commit 631bd25479
2 changed files with 5 additions and 0 deletions
release/doc
en_US.ISO8859-1/relnotes
share/xml

View File

@ -861,6 +861,10 @@
driver has been added, which supports <acronym>CPU</acronym>
frequency and voltage control on the Raspberry Pi
<acronym>SOC</acronym>.</para>
<para revision="280259" contrib="sponsor" sponsor="&ff;">Initial
support for the ARM AArch64 architecture has been
added.</para>
</sect2>
</sect1>

View File

@ -70,6 +70,7 @@
<!-- Architecture names -->
<!ENTITY arch.amd64 "amd64">
<!ENTITY arch.arm "arm">
<!ENTITY arch.arm64 "aarch64">
<!ENTITY arch.i386 "i386">
<!ENTITY arch.mips "mips">
<!ENTITY arch.pc98 "pc98">