forked from Imagelibrary/rtems
BSPDIR=/opt/rtems/powerpc-rtems/mcp750/lib/include
CPUDIR=/opt/rtems/powerpc-rtems/include
cd $BSPDIR
find . -name "*.h" | while read f
do
if [ -r ${CPUDIR}/${f} ] ; then
echo Conflict on ${f}
fi
done
This commit is contained in:
@@ -1,3 +1,8 @@
|
||||
2002-07-26 Joel Sherrill <joel@OARcorp.com>
|
||||
|
||||
* intr_NOTIMES.t: Per PR258, changed single @ to double @ in email
|
||||
address to make texinfo happy.
|
||||
|
||||
2002-06-28 Joel Sherrill <joel@OARcorp.com>
|
||||
|
||||
* intr_NOTIMES.t: Per PR70 incorporate the posting by
|
||||
|
||||
@@ -145,7 +145,7 @@ MC68xxx CPU models with separate interrupt stacks:
|
||||
|
||||
@section CPU Models Without VBR and RAM at 0
|
||||
|
||||
This is from a post by Zoltan Kocsi <zoltan@bendor.com.au> and is
|
||||
This is from a post by Zoltan Kocsi <zoltan@@bendor.com.au> and is
|
||||
a nice trick in certain situations. In his words:
|
||||
|
||||
I think somebody on this list asked about the interupt vector
|
||||
|
||||
Reference in New Issue
Block a user