summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libcpu/powerpc/README
diff options
context:
space:
mode:
Diffstat (limited to 'c/src/lib/libcpu/powerpc/README')
-rw-r--r--c/src/lib/libcpu/powerpc/README26
1 files changed, 0 insertions, 26 deletions
diff --git a/c/src/lib/libcpu/powerpc/README b/c/src/lib/libcpu/powerpc/README
deleted file mode 100644
index c5dd8ed58e..0000000000
--- a/c/src/lib/libcpu/powerpc/README
+++ /dev/null
@@ -1,26 +0,0 @@
-This hierarchy contains support routines for some of
-the varied and quite numerous PowerPC processors
-available from IBM and Motorola.
-
-Since these routines can differ amongst different members
-of the PowerPC family, an entry per CPU type is provided.
-
-At this time, support is included for the following PowerPC
-family members using the new exception processing model:
-
- + mpc505
- + mpc5xx (5xx devices other than 505/509)
- + mpc6xx
- + mpc750
- + mpc821
- + mpc823 (uses mpc821 directory)
- + mpc850 (uses mpc860 directory)
- + mpc860
- + mpc8260
- + ppc405
- + ppc440
-
-Note that because of similarities in various family members,
-the mpc823 should be able to use the mpc821 code and the
-mpc850 should be able to use the mpc850 code.
-