Re: [PATCH] x86: replace remaining __FUNCTION__ occurances

From: Avi Kivity
Date: Mon Mar 03 2008 - 15:51:16 EST


Harvey Harrison wrote:
__FUNCTION__ is gcc-specific, use __func__


Which is shorter too.

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.

--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/