summaryrefslogtreecommitdiffstats
path: root/cpu_supplement/powerpc.rst
diff options
context:
space:
mode:
authorJoel Sherrill <joel@rtems.org>2016-10-28 13:07:04 -0500
committerJoel Sherrill <joel@rtems.org>2016-10-28 13:10:22 -0500
commit0c978901d082c88a74f269ddf184438300c58213 (patch)
tree42919a9cc0036deb544dc7b0216f6920c72009cf /cpu_supplement/powerpc.rst
parentRemove the old files. (diff)
downloadrtems-docs-0c978901d082c88a74f269ddf184438300c58213.tar.bz2
powerpc, sparc, sparc64: Correct tables
Diffstat (limited to 'cpu_supplement/powerpc.rst')
-rw-r--r--cpu_supplement/powerpc.rst16
1 files changed, 8 insertions, 8 deletions
diff --git a/cpu_supplement/powerpc.rst b/cpu_supplement/powerpc.rst
index 5204ebc..3c5eb5c 100644
--- a/cpu_supplement/powerpc.rst
+++ b/cpu_supplement/powerpc.rst
@@ -373,14 +373,14 @@ architecture does not require the processor to generate alignment exceptions.
The following table lists the alignment requirements for a variety of data
accesses:
-+--------------+-----------------------+
-| Data Type | Alignment Requirement |
-+--------------+-----------------------+
-| byte | 1 |
-| half-word | 2 |
-| word | 4 |
-| doubleword | 8 |
-+--------------+-----------------------+
+============== ======================
+Data Type Alignment Requirement
+============== ======================
+byte 1
+half-word 2
+word 4
+doubleword 8
+============== ======================
Doubleword load and store operations are only available in PowerPC CPU models
which are sixty-four bit implementations.