]> xenbits.xensource.com Git - people/julieng/boot-wrapper-aarch64.git/commit
fix SetWay bits alignment for DC op
authorVladimir Murzin <vladimir.murzin@arm.com>
Thu, 20 Mar 2014 11:01:32 +0000 (11:01 +0000)
committerMark Rutland <mark.rutland@arm.com>
Thu, 20 Mar 2014 15:38:20 +0000 (15:38 +0000)
commitebc511d7b1215b02c7ff1804f14307ec9619dedb
tree6f54cc1527fbd0fe358a52abbfa19d876e9a7fe8
parent4266507a84f8c06452109d38e0350d4759740694
fix SetWay bits alignment for DC op

Althought comment is aligned with ARMv8 ARM implentation is different. In
fact, "set" is shifted by "shift" and "way" is shifted by "line size".

Correct this missalignment.

Signed-off-by: Vladimir Murzin <vladimir.murzin@arm.com>
Signed-off-by: Mark Rutland <mark.rutland@arm.com>
cache.S