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)
commit035ca59fe8399a67b56511bd5b28130f0c4874a0
treec405a38cdb406847ea2fb38e580b9ceba615e39f
parentc7b03fa0bdc04e00bfbdc4cc69da144b11108f37
sh: Use correct mask when comparing PMB DATA array values

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>
arch/sh/kernel/head_32.S