From 18e29faf9898a4011e042daaa75bc30a7b56ffdd Mon Sep 17 00:00:00 2001 From: Sebastian Huber Date: Wed, 8 Jun 2016 10:10:40 +0200 Subject: score: Delete CPU_USE_GENERIC_BITFIELD_DATA Rename __log2table into _Bitfield_Leading_zeros since it acually returns the count of leading zeros of an 8-bit integer. The value for zero is a bit odd. Provide it unconditionally. --- cpukit/score/cpu/sparc64/rtems/score/cpu.h | 1 - 1 file changed, 1 deletion(-) (limited to 'cpukit/score/cpu/sparc64') diff --git a/cpukit/score/cpu/sparc64/rtems/score/cpu.h b/cpukit/score/cpu/sparc64/rtems/score/cpu.h index a669c54436..d2fc81fd45 100644 --- a/cpukit/score/cpu/sparc64/rtems/score/cpu.h +++ b/cpukit/score/cpu/sparc64/rtems/score/cpu.h @@ -891,7 +891,6 @@ void _CPU_Context_Initialize( #if ( SPARC_HAS_BITSCAN == 0 ) #define CPU_USE_GENERIC_BITFIELD_CODE TRUE -#define CPU_USE_GENERIC_BITFIELD_DATA TRUE #else #error "scan instruction not currently supported by RTEMS!!" #endif -- cgit v1.2.3