diff options
author | Qais Yousef <qais.yousef@imgtec.com> | 2014-01-15 02:56:41 +0100 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2014-01-15 08:19:42 +0100 |
commit | 5a610fcc7390ee60308deaf09426ada87a1eeec2 (patch) | |
tree | 503ddc373d1824ed58057da2e1a7c614fde64cc7 /lib | |
parent | mm: fix crash when using XFS on loopback (diff) | |
download | linux-5a610fcc7390ee60308deaf09426ada87a1eeec2.tar.xz linux-5a610fcc7390ee60308deaf09426ada87a1eeec2.zip |
crash_dump: fix compilation error (on MIPS at least)
In file included from kernel/crash_dump.c:2:0:
include/linux/crash_dump.h:22:27: error: unknown type name `pgprot_t'
when CONFIG_CRASH_DUMP=y
The error was traced back to commit 9cb218131de1 ("vmcore: introduce
remap_oldmem_pfn_range()")
include <asm/pgtable.h> to get the missing definition
Signed-off-by: Qais Yousef <qais.yousef@imgtec.com>
Reviewed-by: James Hogan <james.hogan@imgtec.com>
Cc: Michael Holzheu <holzheu@linux.vnet.ibm.com>
Acked-by: Vivek Goyal <vgoyal@redhat.com>
Cc: <stable@vger.kernel.org> [3.12+]
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to 'lib')
0 files changed, 0 insertions, 0 deletions