[Cbe-oss-dev] [PATCH 01/11]MARS: Workload queue header remove	unused members
    Yuji Mano 
    yuji.mano at am.sony.com
       
    Fri Sep 12 05:34:19 EST 2008
    
    
  
This removes no longer used lock and pad struct members from the workload queue
header structure.
Signed-off-by: Yuji Mano <yuji.mano at am.sony.com>
---
 include/common/mars/mars_workload_types.h |    2 --
 1 file changed, 2 deletions(-)
--- a/include/common/mars/mars_workload_types.h
+++ b/include/common/mars/mars_workload_types.h
@@ -85,8 +85,6 @@ struct mars_workload_context {
 
 /* 128 byte workload queue header structure */
 struct mars_workload_queue_header {
-	uint32_t lock;
-	uint32_t pad;
 	uint64_t queue_ea;
 	uint64_t context_ea;
 	uint8_t flag;
    
    
More information about the cbe-oss-dev
mailing list