mirror of https://github.com/thesofproject/sof.git
uapi: xtensa: remove stack field
Signed-off-by: Janusz Jankowski <janusz.jankowski@linux.intel.com>
This commit is contained in:
parent
66495136cc
commit
0c30369f98
|
@ -77,7 +77,6 @@ struct sof_ipc_dsp_oops_xtensa {
|
|||
uint32_t windowstart;
|
||||
uint32_t excsave1;
|
||||
uint32_t ar[XCHAL_NUM_AREGS];
|
||||
uint32_t stack;
|
||||
} __attribute__((packed));
|
||||
|
||||
#endif
|
||||
|
|
|
@ -493,8 +493,6 @@ def CoreDumpFactory(dsp_arch):
|
|||
]
|
||||
] + [
|
||||
("a", dsp_arch.bitness * c_uint32)
|
||||
] + [
|
||||
("stack", c_uint32)
|
||||
]
|
||||
|
||||
def __init__(self, columncount):
|
||||
|
|
Loading…
Reference in New Issue