Re: [PATCH v2 4/7] platform/x86/intel/ifs: Implement Array BIST test

From: Dave Hansen
Date: Wed Feb 15 2023 - 15:26:50 EST


On 2/15/23 12:22, Joseph, Jithu wrote:
> trace_ifs_array(cpu, *((u64 *)&before), *((u64 *)&command));

Uhh, you control the types in the tracepoint. Just make them compatible
so you don't need casts.