From 5817297df3286347d17e358ab81bf4781812bf36 Mon Sep 17 00:00:00 2001 From: Sebastian Huber Date: Fri, 9 Sep 2011 11:02:03 +0000 Subject: 2011-09-09 Sebastian Huber PR 1873/cpukit * score/include/rtems/score/heap.h: Revert previous commit. * sapi/include/confdefs.h: Use proper constants in _Configure_From_workspace(). --- cpukit/score/include/rtems/score/heap.h | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'cpukit/score/include/rtems/score/heap.h') diff --git a/cpukit/score/include/rtems/score/heap.h b/cpukit/score/include/rtems/score/heap.h index 87dc66599e..6eee1c745b 100644 --- a/cpukit/score/include/rtems/score/heap.h +++ b/cpukit/score/include/rtems/score/heap.h @@ -177,9 +177,7 @@ typedef struct Heap_Block Heap_Block; } Heap_Protection_block_end; #define HEAP_PROTECTION_HEADER_SIZE \ - (sizeof(Heap_Protection_block_begin) + \ - CPU_ALIGNMENT + \ - sizeof(Heap_Protection_block_end)) + (sizeof(Heap_Protection_block_begin) + sizeof(Heap_Protection_block_end)) #endif /** -- cgit v1.2.3