summaryrefslogtreecommitdiffstats
path: root/cpukit/score/cpu/powerpc/rtems
diff options
context:
space:
mode:
authorSebastian Huber <sebastian.huber@embedded-brains.de>2016-06-07 22:09:12 +0200
committerSebastian Huber <sebastian.huber@embedded-brains.de>2016-06-08 15:48:02 +0200
commit987ea1a9d3581cac67e454a021420a4e5f320887 (patch)
treea301c38a146eaf9e05633f921237db5ef98116f3 /cpukit/score/cpu/powerpc/rtems
parentscore: Delete dead copy and paste code (diff)
downloadrtems-987ea1a9d3581cac67e454a021420a4e5f320887.tar.bz2
powerpc: Define bitmap defines to FALSE
Diffstat (limited to 'cpukit/score/cpu/powerpc/rtems')
-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.