From 987ea1a9d3581cac67e454a021420a4e5f320887 Mon Sep 17 00:00:00 2001 From: Sebastian Huber Date: Tue, 7 Jun 2016 22:09:12 +0200 Subject: powerpc: Define bitmap defines to FALSE --- cpukit/score/cpu/powerpc/rtems/score/cpu.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'cpukit/score/cpu/powerpc/rtems') diff --git a/cpukit/score/cpu/powerpc/rtems/score/cpu.h b/cpukit/score/cpu/powerpc/rtems/score/cpu.h index 0f5c8d81ea..287f73d0ef 100644 --- a/cpukit/score/cpu/powerpc/rtems/score/cpu.h +++ b/cpukit/score/cpu/powerpc/rtems/score/cpu.h @@ -920,6 +920,10 @@ void _CPU_Context_Initialize( #ifndef ASM /* Bitfield handler macros */ +#define CPU_USE_GENERIC_BITFIELD_CODE FALSE + +#define CPU_USE_GENERIC_BITFIELD_DATA FALSE + /* * This routine sets _output to the bit number of the first bit * set in _value. _value is of CPU dependent type Priority_bit_map_Word. -- cgit v1.2.3