From: Jeremy Fitzhardinge Date: Wed, 23 Jul 2008 20:28:58 +0000 (-0700) Subject: x86: split spinlock implementations out into their own files X-Git-Tag: v2.6.28-rc1~699^2^2~37^2 X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d5de8841355a48f7f634a04507185eaf1f9755e3;p=pandora-kernel.git x86: split spinlock implementations out into their own files 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 Signed-off-by: Ingo Molnar --- Reading git-diff-tree failed