commit | 6b4fee241dd7c4b11cae4432bfa899a386d71f26 | [log] [tgz] |
---|---|---|
author | Catalin Marinas <catalin.marinas@arm.com> | Tue Jul 15 16:35:38 2014 +0100 |
committer | Catalin Marinas <catalin.marinas@arm.com> | Wed Jul 23 15:27:51 2014 +0100 |
tree | 6f49796ecbc00a9a25bd53b1885eeecd1dd6e730 | |
parent | abe669d7e1a8f9163eb7e8e153e7257d38c1ba3e [diff] |
arm64: Remove asm/pgtable-*level-hwdef.h files The macros in these files can easily be computed based on PAGE_SHIFT and VA_BITS, so just remove them and add the corresponding macros to asm/pgtable-hwdef.h Signed-off-by: Catalin Marinas <catalin.marinas@arm.com> Tested-by: Jungseok Lee <jungseoklee85@gmail.com>