]> xenbits.xensource.com Git - people/julieng/boot-wrapper-aarch64.git/commit
Use immediate offsets rather than post-increment
authorMark Rutland <mark.rutland@arm.com>
Mon, 7 Jan 2013 13:50:44 +0000 (13:50 +0000)
committerMark Rutland <mark.rutland@arm.com>
Wed, 5 Jun 2013 12:56:14 +0000 (13:56 +0100)
commit85c331041d99a56c17a3723afa5d378acd2c82d6
tree8ad1a207d005af11635b5496720218d7e53e2585
parentfc9e28de1da7c08886ee0cf46d5cbe74ea31b0fe
Use immediate offsets rather than post-increment

When we set the GICD_IGROUPRn registers, we have a dangling
post-increment at the end which is never useful, being overwritten in
every path. As we're only writing to 3 registers, the offsets of which
can be represented in immediates, use movs with immediate offsets to
perform the writes.

Reported-by: Nigel Stephens <nigel.stephens@arm.com>
Signed-off-by: Mark Rutland <mark.rutland@arm.com>
boot.S