Skip to content
Commit 3cb099f0 authored by Russell King's avatar Russell King
Browse files

ARM: remove CPU_CP15 conditional from alignment.c



alignment.c will not be built unless CPU_CP15 is set:

config CPU_CP15
        bool

config CPU_CP15_MMU
        bool
        select CPU_CP15

config ALIGNMENT_TRAP
        bool
        depends on CPU_CP15_MMU

So there's no point having conditionals on CPU_CP15 within this code.

Signed-off-by: default avatarRussell King <rmk+kernel@arm.linux.org.uk>
parent c6e13600
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment