forked from Imagelibrary/rtems
(PPC_Set_decrementer): Remove.
This commit is contained in:
@@ -1066,15 +1066,6 @@ void _CPU_Fatal_error(
|
|||||||
uint32_t _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
|
* Routines to access the time base register
|
||||||
*/
|
*/
|
||||||
|
|||||||
Reference in New Issue
Block a user