Re: [PATCH] alpha: remove remaining __FUNCTION__ occurances

From: Andrew Morton
Date: Mon Mar 03 2008 - 22:17:58 EST


On Mon, 03 Mar 2008 09:55:19 -0800 Harvey Harrison <harvey.harrison@xxxxxxxxx> 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@xxxxxxxxx>
> ---
> 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@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/