From: Thierry Reding Date: Wed, 23 Oct 2013 11:32:04 +0000 (+0200) Subject: tracing/events: Fix swiotlb tracepoint creation X-Git-Tag: v3.13-rc1~81^2~12 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ce5be5a16359962f78f0203f0ed7ad6d489492ab;p=pandora-kernel.git 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: Thierry Reding Signed-off-by: Konrad Rzeszutek Wilk --- Reading git-diff-tree failed