]> xenbits.xensource.com Git - people/julieng/boot-wrapper-aarch64.git/commit
cache.S: fix max cache level detection
authorMark Rutland <mark.rutland@arm.com>
Tue, 2 Jul 2013 14:44:06 +0000 (15:44 +0100)
committerMark Rutland <mark.rutland@arm.com>
Wed, 14 Aug 2013 13:14:50 +0000 (14:14 +0100)
commit79de899b5a235fb8a2aacd0147ac83a2a86cfd47
tree2ac5ca63489631825fd2af82cb80ce8fad659a1b
parentd9e63728ff454f338e41edd1433b7e5096120279
cache.S: fix max cache level detection

Due to incorrect operands for an and, we treat the value of the Ctype1
field of clidr_el1 as if it were the LoC field.

Fix up the operands so we use LoC corretly.

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