[PATCH v2 4/4] ARM: remove empty disable_fiq and arch_ret_to_user macros

H Hartley Sweeten hartleys at visionengravers.com
Thu Feb 9 18:03:45 EST 2012


On Wednesday, February 08, 2012 6:34 PM, Rob Herring wrote:
> From: Rob Herring <rob.herring at calxeda.com>
>
> Now that most platforms don't need disable_fiq and arch_ret_to_user
> macros, we can remove the empty macros or empty entry-macro.S files.
>
> Signed-off-by: Rob Herring <rob.herring at calxeda.com>
> Acked-by: Jamie Iles <jamie at jamieiles.com>
> Acked-by: Nicolas Pitre <nico at linaro.org>
> Acked-by: Tony Lindgren <tony at atomide.com>
> Acked-by: Linus Walleij <linus.walleij at linaro.org>
> Acked-by: Ryan Mallon <rmallon at gmail.com>
> Acked-by: Nicolas Ferre <nicolas.ferre at atmel.com>
> ---

<...>

> arch/arm/mach-ep93xx/include/mach/entry-macro.S    |   17 ------------

<...>

delete mode 100644 arch/arm/mach-ep93xx/include/mach/entry-macro.S

<...>

> diff --git a/arch/arm/mach-ep93xx/include/mach/entry-macro.S b/arch/arm/mach-ep93xx/include/mach/entry-macro.S
> deleted file mode 100644
> index 9be6edc..0000000
> --- a/arch/arm/mach-ep93xx/include/mach/entry-macro.S
> +++ /dev/null
> @@ -1,17 +0,0 @@
> -/*
> - * arch/arm/mach-ep93xx/include/mach/entry-macro.S
> - * IRQ demultiplexing for EP93xx
> - *
> - * Copyright (C) 2006 Lennert Buytenhek <buytenh at wantstofly.org>
> - *
> - * This program is free software; you can redistribute it and/or modify
> - * it under the terms of the GNU General Public License as published by
> - * the Free Software Foundation; either version 2 of the License, or (at
> - * your option) any later version.
> - */
> -
> -		.macro	disable_fiq
> -		.endm
> -
> -		.macro  arch_ret_to_user, tmp1, tmp2
> -		.endm

For ep93xx:

Acked-by: H Hartley Sweeten <hsweeten at visionengravers.com>




More information about the linux-arm-kernel mailing list