+2
−2
arch/x86/kernel/paravirt-spinlocks.c
0 → 100644
+31
−0
+0
−23
+7
−1
+0
−167
Loading
Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more
ftrace requires certain low-level code, like spinlocks and timestamps, to be compiled without -pg in order to avoid infinite recursion. This patch splits out the core paravirt spinlocks and the Xen spinlocks into separate files which can be compiled without -pg. Also do xen/time.c while we're about it. As a result, we can now use ftrace within a Xen domain. Signed-off-by:Jeremy Fitzhardinge <jeremy.fitzhardinge@citrix.com> Signed-off-by:
Ingo Molnar <mingo@elte.hu>