commit | 8107338bf9d0367d0b3f42730906b83532b6786f | [log] [tgz] |
---|---|---|
author | Deepak Saxena <dsaxena@plexity.net> | Sun Jul 10 19:44:55 2005 +0100 |
committer | Russell King <rmk+kernel@arm.linux.org.uk> | Sun Jul 10 19:44:55 2005 +0100 |
tree | c2245d2507a45034ed594e1094b0f0e2a627be6c | |
parent | 4bebdab7eb11ee533ff843f4f1fec9975666e64e [diff] |
[PATCH] ARM: 2796/1: Fix ARMv5[TEJ] check in MMU initalization Patch from Deepak Saxena The code in mm-armv.c checks for the condition (cpu_architecture()<= ARMv5) in a few places but should be checking for ARMv5TEJ as the MMU is shared across all v5 variations. Signed-off-by: Deepak Saxena <dsaxena@plexity.net> Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>