omap: iommu: fix wrong condition check for SUPERSECTION
authorHiroshi DOYU <Hiroshi.DOYU@nokia.com>
Thu, 22 Oct 2009 21:46:32 +0000 (14:46 -0700)
committerTony Lindgren <tony@atomide.com>
Thu, 22 Oct 2009 21:46:32 +0000 (14:46 -0700)
A bit (2 << 0) is set both on SECTION and SUPERSECTION. To identify
SUPERSECTION correctly, other bits should be compared too.

Reported-by: "Srinivas Pulukuru" <srinivas.pulukuru@ti.com>
Signed-off-by: Hiroshi DOYU <Hiroshi.DOYU@nokia.com>
Signed-off-by: Tony Lindgren <tony@atomide.com>

No differences found