[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-Id: <20080303191717.cd7d9e81.akpm@linux-foundation.org>
Date: Mon, 3 Mar 2008 19:17:17 -0800
From: Andrew Morton <akpm@...ux-foundation.org>
To: Harvey Harrison <harvey.harrison@...il.com>
Cc: LKML <linux-kernel@...r.kernel.org>
Subject: Re: [PATCH] alpha: remove remaining __FUNCTION__ occurances
On Mon, 03 Mar 2008 09:55:19 -0800 Harvey Harrison <harvey.harrison@...il.com> wrote:
> __FUNCTION__ is gcc-specific, use __func__
>
> The change in pci-iommu,c should be safe as arena has not been assigned
> when we get to this point.
>
> Some were within #if 0 blocks, have changed them and left the blocks
> as they appear to be debugging infrastructure.
>
> A #define FN __FUNCTION__ was removed and occurances of FN were replaced
> with __func__ as well.
>
> Signed-off-by: Harvey Harrison <harvey.harrison@...il.com>
> ---
> arch/alpha/kernel/core_marvel.c | 6 +++---
> arch/alpha/kernel/core_t2.c | 24 +++++++++---------------
> arch/alpha/kernel/core_titan.c | 34 +++++++++++++++++-----------------
> arch/alpha/kernel/core_tsunami.c | 28 +++++++++++++---------------
> arch/alpha/kernel/pci.c | 2 +-
> arch/alpha/kernel/pci_iommu.c | 34 +++++++++++++++-------------------
> arch/alpha/kernel/smp.c | 4 ++--
> arch/alpha/kernel/srm_env.c | 2 +-
> arch/alpha/kernel/sys_alcor.c | 2 +-
> arch/alpha/kernel/sys_marvel.c | 12 ++++++------
> arch/alpha/kernel/sys_sable.c | 6 +++---
> arch/alpha/kernel/sys_sio.c | 2 +-
> drivers/video/i810/i810_main.c | 32 +++++++++-----------------------
this stray-random-apparently-shouldnt-be-there change to i810_main.c
causes it to not compile.
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists