Fix warning from machine_kexec.c
authorPaul Gortmaker <paul.gortmaker@windriver.com>
Sat, 25 Feb 2012 23:24:31 +0000 (18:24 -0500)
committerBen Hutchings <ben@decadent.org.uk>
Sat, 15 Feb 2014 19:20:11 +0000 (19:20 +0000)
commit6512274fd268149c1205c5fa7b69beecb9b93bb7
treedf338874fd2b4ac2421f0dbc560525486d5dad0c
parent11e106ef107462af1802066a8008f9930837c869
Fix warning from machine_kexec.c

commit c19ce0ab53ad9698968a154647f3dc22aad6c45b upstream.

Use proper cpp defined(...) constructs to avoid this:

arch/ia64/kernel/machine_kexec.c: In function 'arch_crash_save_vmcoreinfo':
arch/ia64/kernel/machine_kexec.c:160:8: warning: "CONFIG_PGTABLE_4" is not defined

Signed-off-by: Paul Gortmaker <paul.gortmaker@windriver.com>
Signed-off-by: Tony Luck <tony.luck@intel.com>
Signed-off-by: Ben Hutchings <ben@decadent.org.uk>
arch/ia64/kernel/machine_kexec.c