ARC: mm: No need to save cache version in @cpuinfo
authorVineet Gupta <vgupta@synopsys.com>
Mon, 19 Dec 2016 19:24:08 +0000 (11:24 -0800)
committerVineet Gupta <vgupta@synopsys.com>
Mon, 19 Dec 2016 19:54:41 +0000 (11:54 -0800)
commitf64915be2d8c629e7b55ad37f90bd8db2713426e
treeac9446e343088fa29b48c777bcc4f9b5500d13f3
parent983eeba7d2a854b540bd25c9e2311778408d9730
ARC: mm: No need to save cache version in @cpuinfo

Historical MMU revisions have been paired with Cache revision updates
which are captured in MMU and Cache Build Configuration Registers respectively.

This was used in boot code to check for configurations mismatches,
speically in simulations (such as running with non existent caches,
non pairing MMU and Cache version etc). This can instead be inferred
from other cache params such as line size. So remove @ver from post
processed @cpuinfo which could be used later to save soem other
interesting info.

Signed-off-by: Vineet Gupta <vgupta@synopsys.com>
arch/arc/include/asm/arcregs.h
arch/arc/mm/cache.c