mirror of https://github.com/thesofproject/sof.git
hsw: trace: write trace point data to IPCX.
Panic uses IPCD Signed-off-by: Liam Girdwood <liam.r.girdwood@linux.intel.com>
This commit is contained in:
parent
b46d579367
commit
a7f853d894
|
@ -102,7 +102,7 @@ struct reef;
|
||||||
|
|
||||||
/* Platform defined trace code */
|
/* Platform defined trace code */
|
||||||
#define platform_trace_point(__x) \
|
#define platform_trace_point(__x) \
|
||||||
shim_write(SHIM_IPCD, ((__x) & 0x3fffffff))
|
shim_write(SHIM_IPCX, ((__x) & 0x3fffffff))
|
||||||
/*
|
/*
|
||||||
* APIs declared here are defined for every platform and IPC mechanism.
|
* APIs declared here are defined for every platform and IPC mechanism.
|
||||||
*/
|
*/
|
||||||
|
|
Loading…
Reference in New Issue