All of lore.kernel.org
 help / color / mirror / Atom feed
From: Avi Kivity <avi@qumranet.com>
To: Harvey Harrison <harvey.harrison@gmail.com>
Cc: Ingo Molnar <mingo@elte.hu>, Thomas Gleixner <tglx@linutronix.de>,
	"H. Peter Anvin" <hpa@zytor.com>,
	LKML <linux-kernel@vger.kernel.org>
Subject: Re: [PATCH] x86: replace remaining __FUNCTION__ occurances
Date: Mon, 03 Mar 2008 22:48:34 +0200	[thread overview]
Message-ID: <47CC6422.5030806@qumranet.com> (raw)
In-Reply-To: <1204573043.3266.50.camel@brick>

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.


  reply	other threads:[~2008-03-03 20:51 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2008-03-03 19:37 [PATCH] x86: replace remaining __FUNCTION__ occurances Harvey Harrison
2008-03-03 20:48 ` Avi Kivity [this message]
2008-03-03 20:56   ` Harvey Harrison
2008-03-04  8:16     ` Ingo Molnar
2008-03-04  8:37       ` Avi Kivity

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=47CC6422.5030806@qumranet.com \
    --to=avi@qumranet.com \
    --cc=harvey.harrison@gmail.com \
    --cc=hpa@zytor.com \
    --cc=linux-kernel@vger.kernel.org \
    --cc=mingo@elte.hu \
    --cc=tglx@linutronix.de \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.