commit | 2a6713b09b8da58572338abac276aa764bb6eadd | [log] [tgz] |
---|---|---|
author | Andre Przywara <andre.przywara@arm.com> | Mon Jan 02 11:48:30 2017 +0000 |
committer | Jagan Teki <jagan@openedev.com> | Wed Jan 04 16:37:41 2017 +0100 |
tree | ddaf3da4360dc6530937b22fd7d1526d7b917ea0 | |
parent | 1c853629d936f88d7d41bdd01a3bd8c55391e754 [diff] |
move UL() macro from armv8/mmu.h into common.h The UL() macro is pretty useful in sharing constants between assembly and C files while still being able to specify a type for C. Move the macro from an armv8 specific header into a common header file to be able to use it by arm code (for instance) as well. Signed-off-by: Andre Przywara <andre.przywara@arm.com> Reviewed-by: Alexander Graf <agraf@suse.de> Reviewed-by: Jagan Teki <jagan@openedev.com>