summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libbsp/powerpc/mvme3100/startup/bspstart.c
diff options
context:
space:
mode:
authorTill Straumann <strauman@slac.stanford.edu>2008-07-18 19:09:30 +0000
committerTill Straumann <strauman@slac.stanford.edu>2008-07-18 19:09:30 +0000
commite620c556a36e510fff3b57b4945ce92bf80bb243 (patch)
tree82f297a9e10462f3d4f2dea5c1d3c0fd1966ad9e /c/src/lib/libbsp/powerpc/mvme3100/startup/bspstart.c
parent2008-07-18 Joel Sherrill <joel.sherrill@oarcorp.com> (diff)
downloadrtems-e620c556a36e510fff3b57b4945ce92bf80bb243.tar.bz2
2008-07-18 Till Straumann <strauman@slac.stanford.edu>
* startup/bspstart.c: removed warning about SPRG0 now being used for IRQ mask; this BSP is OK.
Diffstat (limited to '')
-rw-r--r--c/src/lib/libbsp/powerpc/mvme3100/startup/bspstart.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/c/src/lib/libbsp/powerpc/mvme3100/startup/bspstart.c b/c/src/lib/libbsp/powerpc/mvme3100/startup/bspstart.c
index b3d309c828..08f049486a 100644
--- a/c/src/lib/libbsp/powerpc/mvme3100/startup/bspstart.c
+++ b/c/src/lib/libbsp/powerpc/mvme3100/startup/bspstart.c
@@ -19,8 +19,6 @@
* $Id$
*/
-#warning The interrupt disable mask is now stored in SPRG0, please verify that this is compatible to this BSP (see also bootcard.c).
-
#include <string.h>
#include <stdlib.h>