Skip to content

Commit

Permalink
arm64: Allow 48-bits VA space without ARM_SMMU
Browse files Browse the repository at this point in the history
Now when KVM has been reworked to support 48-bits host VA space, we can
allow systems to be configured with this option.  However, the ARM SMMU
driver also needs to be tweaked for 48-bit support so only allow the
config option to be set when not including support for theSMMU.

Signed-off-by: Christoffer Dall <christoffer.dall@linaro.org>
Signed-off-by: Catalin Marinas <catalin.marinas@arm.com>
  • Loading branch information
Christoffer Dall authored and Catalin Marinas committed Oct 20, 2014
1 parent f114040 commit 04f905a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion arch/arm64/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -232,7 +232,7 @@ config ARM64_VA_BITS_42

config ARM64_VA_BITS_48
bool "48-bit"
depends on BROKEN
depends on !ARM_SMMU

endchoice

Expand Down

0 comments on commit 04f905a

Please sign in to comment.