Re: [PATCH v2 4/5] drm/xe: Fix cast on trace variable

2024-01-17 Thread Matt Roper
On Tue, Jan 16, 2024 at 09:40:49AM -0800, Lucas De Marchi wrote: > Cast the pointer to unsigned long and let it be implicitly extended to > u64. This fixes the build on 32bits arch. > > Cc: Matthew Brost > Cc: Niranjana Vishwanathapura > Cc: Rodrigo Vivi > Signed-off-by: Lucas De Marchi

[PATCH v2 4/5] drm/xe: Fix cast on trace variable

2024-01-16 Thread Lucas De Marchi
Cast the pointer to unsigned long and let it be implicitly extended to u64. This fixes the build on 32bits arch. Cc: Matthew Brost Cc: Niranjana Vishwanathapura Cc: Rodrigo Vivi Signed-off-by: Lucas De Marchi --- drivers/gpu/drm/xe/xe_trace.h | 2 +- 1 file changed, 1 insertion(+), 1