From: Tony Luck Date: Tue, 9 Aug 2011 19:36:00 +0000 (-0700) Subject: [IA64] fix "allnoconfig" build X-Git-Tag: v3.1-rc3~29^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=88ff98775885d72618cbfc5ed6b865593cb66891;p=pandora-kernel.git [IA64] fix "allnoconfig" build Link errors: arch/ia64/kernel/built-in.o: In function `arch_setup_dmar_msi': (.text+0x35972): undefined reference to `dmar_msi_write' ... and more ... because allnoconfig has CONFIG_DMAR=y due to the "select DMAR" in arch/ia64/Kconfig under config IA64_GENERIC. Drop that select, but add CONFIG_DMAR=y to generic_defconfig so we keep testbuilding the DMAR code. Signed-off-by: Tony Luck --- Reading git-diff-tree failed