mirror of
https://git.rtems.org/rtems-docs/
synced 2025-07-04 20:47:07 +08:00
cpu-supplement: Fix formatting and missing words
This commit is contained in:
parent
9628dfde43
commit
d75b31f1e2
@ -34,10 +34,10 @@ for the values.
|
|||||||
Count Leading Zeroes Instruction
|
Count Leading Zeroes Instruction
|
||||||
--------------------------------
|
--------------------------------
|
||||||
|
|
||||||
The ARMv5 and later has the count leading zeroes ``clz`` instruction which
|
The ARMv5 and later instruction sets have the count leading zeroes ``clz``
|
||||||
could be used to speed up the find first bit operation. The use of this
|
instruction which could be used to speed up the find first bit operation. The
|
||||||
instruction should significantly speed up the scheduling associated with a
|
use of this instruction should significantly speed up the scheduling associated
|
||||||
thread blocking. This is currently not used.
|
with a thread blocking. This is currently not used.
|
||||||
|
|
||||||
Floating Point Unit
|
Floating Point Unit
|
||||||
-------------------
|
-------------------
|
||||||
@ -130,7 +130,7 @@ Memory Model
|
|||||||
============
|
============
|
||||||
|
|
||||||
A flat 32-bit memory model is supported. The board support package must take
|
A flat 32-bit memory model is supported. The board support package must take
|
||||||
care about the MMU if necessary.
|
care of initializing the MMU if necessary.
|
||||||
|
|
||||||
Interrupt Processing
|
Interrupt Processing
|
||||||
====================
|
====================
|
||||||
@ -194,13 +194,13 @@ actions:
|
|||||||
Symmetric Multiprocessing
|
Symmetric Multiprocessing
|
||||||
=========================
|
=========================
|
||||||
|
|
||||||
SMP is supported on ARMv7-A. Available platforms are
|
SMP is supported on ARMv7-A. Available platforms are:
|
||||||
|
|
||||||
- Altera Cyclone V,
|
- Altera Cyclone V
|
||||||
|
|
||||||
- NXP i.MX 7, and
|
- NXP i.MX 7
|
||||||
|
|
||||||
- Xilinx Zynq.
|
- Xilinx Zynq
|
||||||
|
|
||||||
Thread-Local Storage
|
Thread-Local Storage
|
||||||
====================
|
====================
|
||||||
|
Loading…
x
Reference in New Issue
Block a user