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:
Liam Girdwood 2018-02-26 10:51:15 +00:00
parent b46d579367
commit a7f853d894
1 changed files with 1 additions and 1 deletions

View File

@ -102,7 +102,7 @@ struct reef;
/* Platform defined trace code */
#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.
*/