]> git.baikalelectronics.ru Git - kernel.git/commit
arm64: fix missing asm/pgtable-hwdef.h include in asm/processor.h
authorPaul Walmsley <pwalmsley@nvidia.com>
Tue, 6 Jan 2015 00:38:41 +0000 (17:38 -0700)
committerWill Deacon <will.deacon@arm.com>
Wed, 7 Jan 2015 11:40:58 +0000 (11:40 +0000)
commit753d865e088580361a9099635577df898c90272a
tree9258ee84dbd52d8ab26d3910ff935aa90eafb893
parent02bb7f99fc277c6e5138dfbe51aef444026514e3
arm64: fix missing asm/pgtable-hwdef.h include in asm/processor.h

On next-20150105, defconfig compilation breaks with:

./arch/arm64/include/asm/processor.h:47:32: error: ‘PHYS_MASK’ undeclared (first use in this function)

Fix by including asm/pgtable-hwdef.h, where PHYS_MASK is defined.

This second version incorporates a comment from Mark Rutland
<mark.rutland@arm.com> to keep the includes in alphabetical order
by filename.

Signed-off-by: Paul Walmsley <paul@pwsan.com>
Cc: Paul Walmsley <pwalmsley@nvidia.com>
Cc: Catalin Marinas <catalin.marinas@arm.com>
Cc: Will Deacon <will.deacon@arm.com>
Acked-by: Mark Rutland <mark.rutland@arm.com>
Signed-off-by: Will Deacon <will.deacon@arm.com>
arch/arm64/include/asm/processor.h