aboutsummaryrefslogtreecommitdiff
path: root/a497c3ba1d97fc69c1e78e7b96435ba8c2cb42ee
diff options
context:
space:
mode:
authorDavid Rientjes <rientjes@google.com>2014-07-30 19:05:55 -0700
committerLinus Torvalds <torvalds@linux-foundation.org>2014-07-30 20:09:37 -0700
commit3a1122d26c62d4e8c61ef9a0eaba6e21c0862c77 (patch)
treefb65b3066fc2adb41e009ddd6a16eede82b485ef /a497c3ba1d97fc69c1e78e7b96435ba8c2cb42ee
parent4d0bd657d77d599307649aa03991b05e3ddef059 (diff)
kexec: fix build error when hugetlbfs is disabledHEADmaster
free_huge_page() is undefined without CONFIG_HUGETLBFS and there's no need to filter PageHuge() page is such a configuration either, so avoid exporting the symbol to fix a build error: In file included from kernel/kexec.c:14:0: kernel/kexec.c: In function 'crash_save_vmcoreinfo_init': kernel/kexec.c:1623:20: error: 'free_huge_page' undeclared (first use in this function) VMCOREINFO_SYMBOL(free_huge_page); ^ Introduced by commit 8f1d26d0e59b ("kexec: export free_huge_page to VMCOREINFO") Reported-by: kbuild test robot <fengguang.wu@intel.com> Acked-by: Olof Johansson <olof@lixom.net> Cc: Atsushi Kumagai <kumagai-atsushi@mxc.nes.nec.co.jp> Cc: Baoquan He <bhe@redhat.com> Cc: Vivek Goyal <vgoyal@redhat.com> Cc: Andrew Morton <akpm@linux-foundation.org> Signed-off-by: David Rientjes <rientjes@google.com> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to 'a497c3ba1d97fc69c1e78e7b96435ba8c2cb42ee')
0 files changed, 0 insertions, 0 deletions