summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--cpukit/score/cpu/powerpc/rtems/score/cpu.h4
1 files changed, 4 insertions, 0 deletions
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.