MIPS: Don't probe reserved EntryHi bits.
authorDavid Daney <ddaney@caviumnetworks.com>
Mon, 8 Feb 2010 20:27:00 +0000 (12:27 -0800)
committerRalf Baechle <ralf@linux-mips.org>
Wed, 10 Feb 2010 21:15:46 +0000 (22:15 +0100)
commit5b7efa898b357e6ebe4024c520e62024eb969b5f
tree9e16176be11ca256b501b7aaf945af3e08a4b540
parentc2d5b5e525a354987b9c3de3661133f982bf9ba0
MIPS: Don't probe reserved EntryHi bits.

The patch that adds cpu_probe_vmbits is erroneously writing to reserved
bit 12.  Since we are really only probing high bits, don't write this bit
with a one.

Signed-off-by: David Daney <ddaney@caviumnetworks.com>
To: linux-mips@linux-mips.org
Cc: Guenter Roeck <guenter.roeck@ericsson.com>
Patchwork: http://patchwork.linux-mips.org/patch/949/
Acked-by: Guenter Roeck <guenter.roeck@ericsson.com>
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
arch/mips/kernel/cpu-probe.c