summaryrefslogtreecommitdiffstats
path: root/cpukit/score/cpu/powerpc/rtems/old-exceptions/cpu.h
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2005-02-15 14:37:50 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2005-02-15 14:37:50 +0000
commit7dd7982f942372fa5e4c52a0de5e16a8a33839f0 (patch)
treed163e00855ea992ada204e36e835777ca3f0547b /cpukit/score/cpu/powerpc/rtems/old-exceptions/cpu.h
parent(PPC_Set_decrementer, PPC_Get_decrementer): Remove. (diff)
downloadrtems-7dd7982f942372fa5e4c52a0de5e16a8a33839f0.tar.bz2
(PPC_Set_decrementer): Remove.
Diffstat (limited to 'cpukit/score/cpu/powerpc/rtems/old-exceptions/cpu.h')
-rw-r--r--cpukit/score/cpu/powerpc/rtems/old-exceptions/cpu.h9
1 files changed, 0 insertions, 9 deletions
diff --git a/cpukit/score/cpu/powerpc/rtems/old-exceptions/cpu.h b/cpukit/score/cpu/powerpc/rtems/old-exceptions/cpu.h
index 854cb9f0d2..7663da5c4a 100644
--- a/cpukit/score/cpu/powerpc/rtems/old-exceptions/cpu.h
+++ b/cpukit/score/cpu/powerpc/rtems/old-exceptions/cpu.h
@@ -1067,15 +1067,6 @@ void _CPU_Fatal_error(
);
/*
- * Routines to access the decrementer register
- */
-
-#define PPC_Set_decrementer( _clicks ) \
- do { \
- asm volatile( "mtdec %0" : "=r" ((_clicks)) : "r" ((_clicks)) ); \
- } while (0)
-
-/*
* Routines to access the time base register
*/