commit | abe669d7e1a8f9163eb7e8e153e7257d38c1ba3e | [log] [tgz] |
---|---|---|
author | Catalin Marinas <catalin.marinas@arm.com> | Tue Jul 15 15:37:21 2014 +0100 |
committer | Catalin Marinas <catalin.marinas@arm.com> | Wed Jul 23 15:27:46 2014 +0100 |
tree | 58632fadf3e08f37407fb14193c00085e247dab8 | |
parent | c79b954bf6c006f2d3dd9d01f231abeead13a410 [diff] |
arm64: Convert bool ARM64_x_LEVELS to int ARM64_PGTABLE_LEVELS Rather than having several Kconfig options, define int ARM64_PGTABLE_LEVELS which will be also useful in converting some of the pgtable macros. Signed-off-by: Catalin Marinas <catalin.marinas@arm.com> Tested-by: Jungseok Lee <jungseoklee85@gmail.com>