[rtems commit] powerpc: Define bitmap defines to FALSE

Sebastian Huber sebh at rtems.org
Thu Jun 9 08:49:38 UTC 2016


Module:    rtems
Branch:    master
Commit:    987ea1a9d3581cac67e454a021420a4e5f320887
Changeset: http://git.rtems.org/rtems/commit/?id=987ea1a9d3581cac67e454a021420a4e5f320887

Author:    Sebastian Huber <sebastian.huber at embedded-brains.de>
Date:      Tue Jun  7 22:09:12 2016 +0200

powerpc: Define bitmap defines to FALSE

---

 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.



More information about the vc mailing list