[PATCH] ARM: 2796/1: Fix ARMv5[TEJ] check in MMU initalization
authorDeepak Saxena <dsaxena@plexity.net>
Sun, 10 Jul 2005 18:44:55 +0000 (19:44 +0100)
committerRussell King <rmk+kernel@arm.linux.org.uk>
Sun, 10 Jul 2005 18:44:55 +0000 (19:44 +0100)
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>

No differences found