Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit b6fcd313 authored by Russell King's avatar Russell King
Browse files

ARM: entry: remove unused irq_prio_table macro



Platforms provide an empty irq_prio_table macro, and as nothing uses
this macro, it can simply be removed.

Signed-off-by: default avatarRussell King <rmk+kernel@arm.linux.org.uk>
parent b0af8dfd
Loading
Loading
Loading
Loading
+0 −4
Original line number Diff line number Diff line
@@ -80,7 +80,3 @@

		.macro  arch_ret_to_user, tmp1, tmp2
		.endm

		.macro	irq_prio_table
		.endm
+0 −3
Original line number Diff line number Diff line
@@ -46,6 +46,3 @@
#endif
1002:
		.endm

		.macro	irq_prio_table
		.endm
+0 −3
Original line number Diff line number Diff line
@@ -57,9 +57,6 @@
		tst     \irqstat, #1		       @ bit 0 should be set
		.endm

		.macro  irq_prio_table
		.endm

#else
#error hynix processor selection missmatch
#endif
+0 −4
Original line number Diff line number Diff line
@@ -41,7 +41,3 @@
	rsb	\irqnr, \irqnr, #31
	teq	\irqstat, #0
	.endm

	.macro	irq_prio_table
	.endm
+0 −3
Original line number Diff line number Diff line
@@ -165,6 +165,3 @@
#endif

#endif	/* MULTI_OMAP2 */

		.macro	irq_prio_table
		.endm
Loading