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

Commit 5357fc14 authored by Adrian Bunk's avatar Adrian Bunk Committed by Linus Torvalds
Browse files

[PATCH] arch/arm26/kernel/entry.S: remove dead code



CONFIG_ALIGNMENT_TRAP is never set on arm26.

Signed-off-by: default avatarAdrian Bunk <bunk@stusta.de>
Acked-by: default avatarIan Molton <spyro@f2s.com>
Signed-off-by: default avatarAndrew Morton <akpm@linux-foundation.org>
Signed-off-by: default avatarLinus Torvalds <torvalds@linux-foundation.org>
parent 2ff7354f
Loading
Loading
Loading
Loading
+0 −10
Original line number Diff line number Diff line
@@ -245,11 +245,6 @@ ENTRY(vector_swi)
	zero_fp
	get_scno

#ifdef CONFIG_ALIGNMENT_TRAP
	ldr	ip, __cr_alignment
	ldr	ip, [ip]
	mcr	p15, 0, ip, c1, c0		@ update control register
#endif
	enable_irqs ip

	str	r4, [sp, #-S_OFF]!		@ push fifth arg
@@ -299,11 +294,6 @@ __sys_trace_return:
	b	ret_slow_syscall

	.align	5
#ifdef CONFIG_ALIGNMENT_TRAP
	.type	__cr_alignment, #object
__cr_alignment:
	.word	cr_alignment
#endif

	.type	sys_call_table, #object
ENTRY(sys_call_table)