Harvey Harrison wrote:
quoted text > __FUNCTION__ is gcc-specific, use __func__
>
>
Which is shorter too.
quoted text > arch/x86/kvm/lapic.c | 8 ++++----
> arch/x86/kvm/mmu.c | 34 +++++++++++++++++-----------------
> arch/x86/kvm/paging_tmpl.h | 14 +++++++-------
> arch/x86/kvm/svm.c | 12 ++++++------
> arch/x86/kvm/vmx.c | 6 +++---
> arch/x86/kvm/x86.c | 10 +++++-----
>
Please send the kvm parts against kvm.git instead of mainline to avoid
needless merges.
--
Any sufficiently difficult bug is indistinguishable from a feature.
--
unsubscribe notice To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to
majordomo@vger.kernel.org
More majordomo info at
http://vger.kernel.org/majordomo-info.html
Please read the FAQ at
http://www.tux.org/lkml/
Messages in current thread:
Re: [PATCH] x86: replace remaining __FUNCTION__ occurances , Avi Kivity , (Mon Mar 3, 4:48 pm)