Skip to content
Commit d034cfab authored by Will Deacon's avatar Will Deacon Committed by Linus Torvalds
Browse files

kexec: crash: don't save swapper_pg_dir for !CONFIG_MMU configurations



nommu platforms don't have very interesting swapper_pg_dir pointers and
usually just #define them to NULL, meaning that we can't include them in
the vmcoreinfo on the kexec crash path.

This patch only saves the swapper_pg_dir if we have an MMU.

Signed-off-by: default avatarWill Deacon <will.deacon@arm.com>
Reviewed-by: default avatarSimon Horman <horms@verge.net.au>
Cc: "Eric W. Biederman" <ebiederm@xmission.com>
Signed-off-by: default avatarAndrew Morton <akpm@linux-foundation.org>
Signed-off-by: default avatarLinus Torvalds <torvalds@linux-foundation.org>
parent 7d7f9848
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment