uapi: xtensa: remove stack field

Signed-off-by: Janusz Jankowski <janusz.jankowski@linux.intel.com>
This commit is contained in:
Janusz Jankowski 2019-05-15 14:09:04 +02:00
parent 66495136cc
commit 0c30369f98
2 changed files with 0 additions and 3 deletions

View File

@ -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

View File

@ -493,8 +493,6 @@ def CoreDumpFactory(dsp_arch):
]
] + [
("a", dsp_arch.bitness * c_uint32)
] + [
("stack", c_uint32)
]
def __init__(self, columncount):