From 7dd7982f942372fa5e4c52a0de5e16a8a33839f0 Mon Sep 17 00:00:00 2001 From: Ralf Corsepius Date: Tue, 15 Feb 2005 14:37:50 +0000 Subject: (PPC_Set_decrementer): Remove. --- cpukit/score/cpu/powerpc/rtems/old-exceptions/cpu.h | 9 --------- 1 file changed, 9 deletions(-) (limited to 'cpukit/score/cpu/powerpc/rtems/old-exceptions/cpu.h') 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 @@ -1066,15 +1066,6 @@ void _CPU_Fatal_error( uint32_t _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 */ -- cgit v1.2.3