xen/public: arch-arm: Use xen_mk_ullong instead of suffixing value with ULL
authorJulien Grall <julien.grall@arm.com>
Mon, 3 Jun 2019 16:08:29 +0000 (17:08 +0100)
committerStefano Stabellini <sstabellini@kernel.org>
Mon, 29 Jul 2019 20:40:38 +0000 (13:40 -0700)
commit663ba2ffe110fce181df3183f4f594944ce05772
treea633c71994c45b8de33b9e58f1cc42d9650826f2
parent3ef59a85411eb7391876bed6f5c7541126e2de25
xen/public: arch-arm: Use xen_mk_ullong instead of suffixing value with ULL

There are a few places in include/public/arch-arm.h that are still
suffixing immediate with ULL instead of using xen_mk_ullong.

The latter allows a consumer to easily tweak the header if ULL is not
supported.

So switch the remaining users of ULL to xen_mk_ullong.

Signed-off-by: Julien Grall <julien.grall@arm.com>
Reviewed-by: Alexandru Isaila <aisaila@bitdefender.com>
Reviewed-by: Stefano Stabellini <sstabellini@kernel.org>
xen/include/public/arch-arm.h