[Cbe-oss-dev] [PATCH 15/22]MARS/task: workload context increase reserved area compatibility

Yuji Mano yuji.mano at am.sony.com
Fri Mar 20 07:54:35 EST 2009


This patch is for compatibility with
base-workload-context-increase-reserved-area.patch

Signed-off-by: Yuji Mano <yuji.mano at am.sony.com>
---
 task/src/common/task_internal_types.h |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

--- a/task/src/common/task_internal_types.h
+++ b/task/src/common/task_internal_types.h
@@ -49,8 +49,8 @@
 #define MARS_TASK_CONTEXT_SAVE_ALIGN		128
 
 struct mars_task_context {
-	uint8_t workload_module[MARS_WORKLOAD_MODULE_SIZE];
-	uint8_t pad[MARS_TASK_CONTEXT_SIZE - MARS_WORKLOAD_MODULE_SIZE - 128];
+	uint8_t workload_reserved[MARS_WORKLOAD_RESERVED_SIZE];
+	uint8_t pad[MARS_TASK_CONTEXT_SIZE - MARS_WORKLOAD_RESERVED_SIZE - 128];
 
 	uint64_t text_ea;			/* ea of text segment */
 	uint64_t data_ea;			/* ea of data segment */






More information about the cbe-oss-dev mailing list