Skip to content
Commit ce5be5a1 authored by Thierry Reding's avatar Thierry Reding Committed by Konrad Rzeszutek Wilk
Browse files

tracing/events: Fix swiotlb tracepoint creation



Tracepoints are only created when Xen support is enabled, but they are
also referenced within lib/swiotlb.c. So unless Xen support is enabled
the tracepoints will be missing, therefore causing builds to fail. Fix
this by moving the tracepoint creation to lib/swiotlb.c, which works
nicely because the Xen swiotlb support selects the generic swiotlb
support.

Signed-off-by: default avatarThierry Reding <treding@nvidia.com>
Signed-off-by: default avatarKonrad Rzeszutek Wilk <konrad.wilk@oracle.com>
parent 2b2b614d
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment