summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libbsp/powerpc/shared/irq
diff options
context:
space:
mode:
authorTill Straumann <strauman@slac.stanford.edu>2007-12-11 05:38:44 +0000
committerTill Straumann <strauman@slac.stanford.edu>2007-12-11 05:38:44 +0000
commit3aff05fbd3dc851abe1a77f34bc3f3f7194e6461 (patch)
tree792cb4c2118d5510524a4cfddd2152d8a6498993 /c/src/lib/libbsp/powerpc/shared/irq
parent2007-12-10 Till Straumann <strauman@slac.stanford.edu> (diff)
downloadrtems-3aff05fbd3dc851abe1a77f34bc3f3f7194e6461.tar.bz2
2007-12-10 Till Straumann <strauman@slac.stanford.edu>
* shared/vectors/README.deprecated, shared/irq/README.deprecated: added READMEs stating that certain files should not be copy/paste/modified when creating new BSPs. New BSPs are encouraged to use the new library under libcpu/powerpc/new-exceptions/bspsupport.
Diffstat (limited to 'c/src/lib/libbsp/powerpc/shared/irq')
-rw-r--r--c/src/lib/libbsp/powerpc/shared/irq/README.deprecated17
1 files changed, 17 insertions, 0 deletions
diff --git a/c/src/lib/libbsp/powerpc/shared/irq/README.deprecated b/c/src/lib/libbsp/powerpc/shared/irq/README.deprecated
new file mode 100644
index 0000000000..6a898f150d
--- /dev/null
+++ b/c/src/lib/libbsp/powerpc/shared/irq/README.deprecated
@@ -0,0 +1,17 @@
+The files:
+
+ irq.c, irq_asm.S
+
+in this directory are DEPRECATED.
+
+DO NOT COPY/MODIFY FOR NEW BSPs
+
+as this has created major maintenance headache.
+Consider using the library in
+
+libcpu/powercp/new-exceptions/bspsupport/
+
+which implements the same functionality in a
+(hopefully) generic way.
+
+T.S., 12/2007