[PATCH v2 4/4] ARM: remove empty disable_fiq and arch_ret_to_user macros
From: H Hartley Sweeten <hidden>
Date: 2012-02-09 23:03:45
On Wednesday, February 08, 2012 6:34 PM, Rob Herring wrote:
From: Rob Herring <redacted> 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 <redacted> Acked-by: Jamie Iles <redacted> Acked-by: Nicolas Pitre <redacted> Acked-by: Tony Lindgren <tony@atomide.com> Acked-by: Linus Walleij <redacted> Acked-by: Ryan Mallon <redacted> Acked-by: Nicolas Ferre <redacted> ---
<...>
arch/arm/mach-ep93xx/include/mach/entry-macro.S | 17 ------------
<...> delete mode 100644 arch/arm/mach-ep93xx/include/mach/entry-macro.S <...>
quoted hunk ↗ jump to hunk
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@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@visionengravers.com>