sh: Use correct mask when comparing PMB DATA array values
authorMatt Fleming <matt@console-pimps.org>
Sun, 25 Apr 2010 19:18:41 +0000 (20:18 +0100)
committerMatt Fleming <matt@console-pimps.org>
Sun, 25 Apr 2010 19:44:23 +0000 (20:44 +0100)
Previously we were masking the PMB DATA array values with the value of
__MEMORY_START | PMB_V, which misses some PFN bits off the mask.

Signed-off-by: Matt Fleming <matt@console-pimps.org>

No differences found