Re: [PATCH] x86: replace remaining __FUNCTION__ occurances

From: Harvey Harrison
Date: Mon Mar 03 2008 - 15:57:06 EST


On Mon, 2008-03-03 at 22:48 +0200, Avi Kivity wrote:
> 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.

Sure, I'll send a split out patch against kvm.git

Ingo, do you mind chopping the diff to apply just the x86-specific stuff
or do you want a split patch as well?

Harvey

--
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/