summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 5a321c0)
raw | patch | inline | side by side (parent: 5a321c0)
author | Wendy Liang <jliang@xilinx.com> | |
Tue, 24 Jan 2017 21:52:16 +0000 (13:52 -0800) | ||
committer | Wendy Liang <jliang@xilinx.com> | |
Fri, 3 Feb 2017 21:41:23 +0000 (13:41 -0800) |
remove unused attributes from hil_proc struct
Signed-off-by: Wendy Liang <jliang@xilinx.com>
Signed-off-by: Wendy Liang <jliang@xilinx.com>
lib/include/openamp/hil.h | patch | blob | history |
index 41173432d336634232d148bb80eb2c17b502417c..55d66b189a17727c42b4578184734e50d4e717ad 100644 (file)
struct proc_chnl chnls[HIL_MAX_NUM_CHANNELS];
/* Initialized status */
int is_initialized;
- /* Attrbites to represent processor role, master or remote . This field is for
- * future use. */
- unsigned long attr;
- /*
- * CPU bitmask - shared variable updated by each core
- * after it has been initialized. This field is for future use.
- */
- unsigned long cpu_bitmask;
- /* Spin lock - This field is for future use. */
- volatile unsigned int *slock;
/* private data */
void *pdata;
/* List node */