commit | 9a2c33a422d60e8e55c5aff6752522dc39993b16 | [log] [tgz] |
---|---|---|
author | Russell King <rmk+kernel@arm.linux.org.uk> | Mon Jul 07 13:53:03 2014 +0100 |
committer | Russell King <rmk+kernel@arm.linux.org.uk> | Mon Jul 07 17:55:22 2014 +0100 |
tree | 4938bf93369d33816248981f025431cf47ce473b | |
parent | 42309ab450b608ddcfafa90e4cfa93a5001ecfba [diff] |
ARM: l2c: fix revision checking The revision checking in l2c310_enable() was not correct; we were masking the part number rather than the revision number. Fix this to use the correct macro. Fixes: 4374d64933b1 ("ARM: l2c: add automatic enable of early BRESP") Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>