xen/arm64: livepatch: Fix build after 03957f58db
authorJulien Grall <julien.grall@arm.com>
Tue, 21 May 2019 14:24:55 +0000 (15:24 +0100)
committerJulien Grall <julien.grall@arm.com>
Tue, 21 May 2019 14:32:34 +0000 (15:32 +0100)
commit4973997f70860c10093ce34294be0c588ddc8cf3
treeee37ba4873ba06ad61dc63eb023aa427c7cab5cb
parent7520e6fc2f06049070934ef70aaa50260ca287e4
xen/arm64: livepatch: Fix build after 03957f58db

Commit 03957f58db "xen/const: Extend the existing macro BIT to take a
suffix in parameter" didn't convert all the callers of the macro BIT.

This will result to a build breakage when enabling Livepatch on arm64.

Reported-by: Andrew Cooper <andrew.cooper3@citrix.com>
Signed-off-by: Julien Grall <julien.grall@arm.com>
Acked-by: Andrew Cooper <andrew.cooper3@citrix.com>
xen/arch/arm/arm64/livepatch.c