commit | 334f85b647bc46ff4d27ace55aa65f44d6a2f4db | [log] [tgz] |
---|---|---|
author | Tony Luck <aegl@agluck-desktop.(none)> | Thu Feb 19 11:22:36 2009 -0800 |
committer | Tony Luck <aegl@agluck-desktop.(none)> | Thu Feb 19 11:22:36 2009 -0800 |
tree | 5068a67ac4cdab359bd3ff27c5b48c2272449b3d | |
parent | ba95fd47d177d46743ad94055908d22840370e06 [diff] |
[IA64] Build fix for __early_pfn_to_nid() undefined link error ia64 only defines __early_pfn_to_nid() for SPARSEMEM && NUMA configurations, so the recent: commit: f2dbcfa738368c8a40d4a5f0b65dc9879577cb21 mm: clean up for early_pfn_to_nid() ends up with some link problems for certain configuration files. Fix arch/ia64/Kconfig to only define HAVE_ARCH_EARLY_PFN_TO_NID in the cases where we do provide this function. Signed-off-by: Tony Luck <tony.luck@intel.com>