Skip to content

Commit

Permalink
ARM: mach-shmobile: Rely on run-time IRQ handlers
Browse files Browse the repository at this point in the history
Remove now unused IRQ demux code. All R-Mobile and
SH-Mobile processors should register IRQ demux
handlers during run-time.

Signed-off-by: Magnus Damm <damm@opensource.se>
Signed-off-by: Paul Mundt <lethal@linux-sh.org>
  • Loading branch information
Magnus Damm authored and Paul Mundt committed Jan 7, 2011
1 parent e74a962 commit 018a3fc
Show file tree
Hide file tree
Showing 4 changed files with 18 additions and 98 deletions.
29 changes: 0 additions & 29 deletions arch/arm/mach-shmobile/include/mach/entry-macro-gic.S

This file was deleted.

61 changes: 0 additions & 61 deletions arch/arm/mach-shmobile/include/mach/entry-macro-intc.S

This file was deleted.

23 changes: 18 additions & 5 deletions arch/arm/mach-shmobile/include/mach/entry-macro.S
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,21 @@
* along with this program; if not, write to the Free Software
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
*/
#if defined(CONFIG_ARM_GIC)
#include <mach/entry-macro-gic.S>
#else
#include <mach/entry-macro-intc.S>
#endif

.macro disable_fiq
.endm

.macro get_irqnr_preamble, base, tmp
.endm

.macro get_irqnr_and_base, irqnr, irqstat, base, tmp
.endm

.macro test_for_ipi, irqnr, irqstat, base, tmp
.endm

.macro test_for_ltirq, irqnr, irqstat, base, tmp
.endm

.macro arch_ret_to_user, tmp1, tmp2
.endm
3 changes: 0 additions & 3 deletions arch/arm/mach-shmobile/include/mach/hardware.h
Original file line number Diff line number Diff line change
@@ -1,7 +1,4 @@
#ifndef __ASM_MACH_HARDWARE_H
#define __ASM_MACH_HARDWARE_H

/* INTFLGA register - used by low level interrupt code in entry-macro.S */
#define INTFLGA 0xe6980018

#endif /* __ASM_MACH_HARDWARE_H */

0 comments on commit 018a3fc

Please sign in to comment.