summaryrefslogtreecommitdiff
path: root/arch/arm64/crypto/Kconfig
diff options
context:
space:
mode:
authorGeoff Levand <geoff@infradead.org>2014-10-31 23:06:47 (GMT)
committerWill Deacon <will.deacon@arm.com>2014-11-06 17:25:28 (GMT)
commit286fb1cc32b11c18da3573a8c8c37a4f9da16e30 (patch)
treeb27e266edb55a4bde3e1a67b5ad56f797aa5b8fe /arch/arm64/crypto/Kconfig
parentd8c6d8b877cb2a216e933ce11954632a9daeb362 (diff)
downloadlinux-286fb1cc32b11c18da3573a8c8c37a4f9da16e30.tar.xz
arm64/kvm: Fix assembler compatibility of macros
Some of the macros defined in kvm_arm.h are useful in assembly files, but are not compatible with the assembler. Change any C language integer constant definitions using appended U, UL, or ULL to the UL() preprocessor macro. Also, add a preprocessor include of the asm/memory.h file which defines the UL() macro. Fixes build errors like these when using kvm_arm.h in assembly source files: Error: unexpected characters following instruction at operand 3 -- `and x0,x1,#((1U<<25)-1)' Acked-by: Mark Rutland <mark.rutland@arm.com> Signed-off-by: Geoff Levand <geoff@infradead.org> Signed-off-by: Will Deacon <will.deacon@arm.com>
Diffstat (limited to 'arch/arm64/crypto/Kconfig')
0 files changed, 0 insertions, 0 deletions