summaryrefslogtreecommitdiffstats
path: root/c/src/exec/score/cpu/powerpc/other_cpu/c_isr.inl
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>1999-12-02 13:54:30 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>1999-12-02 13:54:30 +0000
commit5554279677d4457c837dcbafdd194f09d9605971 (patch)
tree9fa3f2710e35f72cef07f315ae808a34344bcbfc /c/src/exec/score/cpu/powerpc/other_cpu/c_isr.inl
parentRemoved debugging printfs. (diff)
downloadrtems-5554279677d4457c837dcbafdd194f09d9605971.tar.bz2
Merged of mcp750 and mvme2307 BSP by Eric Valette <valette@crf.canon.fr>.
As part of this effort, the mpc750 libcpu code is now shared with the ppc6xx.
Diffstat (limited to 'c/src/exec/score/cpu/powerpc/other_cpu/c_isr.inl')
-rw-r--r--c/src/exec/score/cpu/powerpc/other_cpu/c_isr.inl4
1 files changed, 0 insertions, 4 deletions
diff --git a/c/src/exec/score/cpu/powerpc/other_cpu/c_isr.inl b/c/src/exec/score/cpu/powerpc/other_cpu/c_isr.inl
deleted file mode 100644
index 706d4f7e4f..0000000000
--- a/c/src/exec/score/cpu/powerpc/other_cpu/c_isr.inl
+++ /dev/null
@@ -1,4 +0,0 @@
-RTEMS_INLINE_ROUTINE boolean _ISR_Is_in_progress( void )
-{
- return (_ISR_Nest_level != 0);
-}