]> git.baikalelectronics.ru Git - kernel.git/commit
ARM: remove CPU_CP15 conditional from alignment.c
authorRussell King <rmk+kernel@arm.linux.org.uk>
Sun, 13 Apr 2014 18:40:12 +0000 (19:40 +0100)
committerRussell King <rmk+kernel@arm.linux.org.uk>
Mon, 2 Jun 2014 08:20:16 +0000 (09:20 +0100)
commit3b5f9e3157f0a7bd6a13a2dd25f2774fb58bf107
tree7240ca83eccafdf36cbeb9fa65211e83845d9143
parent7c047bcd98018e3825cdfa3cc62681d558c8b144
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: Russell King <rmk+kernel@arm.linux.org.uk>
arch/arm/mm/alignment.c