[PATCH 2/8] powerpc: Define bitmap defines to FALSE
Sebastian Huber
sebastian.huber at embedded-brains.de
Wed Jun 8 13:57:58 UTC 2016
---
cpukit/score/cpu/powerpc/rtems/score/cpu.h | 4 ++++
1 file changed, 4 insertions(+)
diff --git a/cpukit/score/cpu/powerpc/rtems/score/cpu.h b/cpukit/score/cpu/powerpc/rtems/score/cpu.h
index 0f5c8d8..287f73d 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.
--
1.8.4.5
More information about the devel
mailing list