diff options
author | Russell King <rmk+kernel@arm.linux.org.uk> | 2014-04-13 20:00:17 +0200 |
---|---|---|
committer | Russell King <rmk+kernel@arm.linux.org.uk> | 2014-06-02 10:20:13 +0200 |
commit | 175352a51cfc275b8590d27be6fdd4b14f416c32 (patch) | |
tree | beb35952c2bc8c9d2be6d304e1150f574ead620e /arch/arm/mm/mmu.c | |
parent | ARM: provide common method to clear bits in CPU control register (diff) | |
download | linux-175352a51cfc275b8590d27be6fdd4b14f416c32.tar.xz linux-175352a51cfc275b8590d27be6fdd4b14f416c32.zip |
ARM: move "noalign" command line option to alignment.c
Keep all bits of alignment handling together.
Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
Diffstat (limited to 'arch/arm/mm/mmu.c')
-rw-r--r-- | arch/arm/mm/mmu.c | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/arch/arm/mm/mmu.c b/arch/arm/mm/mmu.c index d97cb2d8953a..ec57f792aed4 100644 --- a/arch/arm/mm/mmu.c +++ b/arch/arm/mm/mmu.c @@ -186,13 +186,6 @@ static int __init early_ecc(char *p) early_param("ecc", early_ecc); #endif -static int __init noalign_setup(char *__unused) -{ - set_cr(__clear_cr(CR_A)); - return 1; -} -__setup("noalign", noalign_setup); - #ifndef CONFIG_SMP void adjust_cr(unsigned long mask, unsigned long set) { |