diff options
author | Tony Luck <tony.luck@intel.com> | 2011-08-09 21:36:00 +0200 |
---|---|---|
committer | Tony Luck <tony.luck@intel.com> | 2011-08-09 21:36:00 +0200 |
commit | 88ff98775885d72618cbfc5ed6b865593cb66891 (patch) | |
tree | 24c6f57c344fede08888986836b3faa5058cd701 /kernel/sys.c | |
parent | Linux 3.1-rc1 (diff) | |
download | linux-88ff98775885d72618cbfc5ed6b865593cb66891.tar.xz linux-88ff98775885d72618cbfc5ed6b865593cb66891.zip |
[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 <tony.luck@intel.com>
Diffstat (limited to 'kernel/sys.c')
0 files changed, 0 insertions, 0 deletions