commit | 9fcee53de2733c52fdfde4ae99436b5b9d1e4ac2 | [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 | 7b303b8042faa9697f8c01e36540a17a8fac1c3b [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>