Re: [Xen-devel] [PATCH 01/34] x86: fix building !CONFIG_LOCK_PROFILE
The prefix should be "xen:", because it is common code. Wei. ___ Xen-devel mailing list Xen-devel@lists.xenproject.org https://lists.xenproject.org/mailman/listinfo/xen-devel
[Xen-devel] [PATCH 01/34] x86: fix building !CONFIG_LOCK_PROFILE
The init function shouldn't be built or called at all when !CONFIG_LOCK_PROFILE. Signed-off-by: Wei Liu --- xen/common/spinlock.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/xen/common/spinlock.c b/xen/common/spinlock.c index 8f2ba08..36e31c9 100644 --- a/xen/common/spinlock.c +++ b/xe