diff options
author | Catalin Marinas <catalin.marinas@arm.com> | 2016-02-25 16:53:44 +0100 |
---|---|---|
committer | Catalin Marinas <catalin.marinas@arm.com> | 2016-02-25 17:01:26 +0100 |
commit | cac4b8cdf5a20a11d1725b832350c044d9e13d29 (patch) | |
tree | cc236303f0fcb3d6df85672470dcc8ee89a3ff0e /sound | |
parent | arm64: Rename cpuid_feature field extract routines (diff) | |
download | linux-cac4b8cdf5a20a11d1725b832350c044d9e13d29.tar.xz linux-cac4b8cdf5a20a11d1725b832350c044d9e13d29.zip |
arm64: Fix building error with 16KB pages and 36-bit VA
In such configuration, Linux uses only two pages of page tables and
__pud_populate() should not be used. However, the BUILD_BUG() triggers
since pud_sect() is still defined and the compiler cannot eliminate such
code, even though at run-time it should not be triggered. This patch
extends the #ifdef ARM64_64K_PAGES condition for pud_sect to include
PGTABLE_LEVELS < 3.
Signed-off-by: Catalin Marinas <catalin.marinas@arm.com>
Diffstat (limited to 'sound')
0 files changed, 0 insertions, 0 deletions