diff options
author | Andrew Morton <[email protected]> | 2010-05-26 14:44:33 -0700 |
---|---|---|
committer | Linus Torvalds <[email protected]> | 2010-05-27 09:12:54 -0700 |
commit | 4a14d84ea2adc6c02dde4ae2d4552c15e014a475 (patch) | |
tree | bdced2d932bf7363493dd0de5710e5e079d35181 | |
parent | 18e98307de0d746cb0845ebf66535ce2184c25a2 (diff) |
x86_32: use asm-generic/scatterlist.h
Cc: FUJITA Tomonori <[email protected]>
Cc: Ingo Molnar <[email protected]>
Cc: Thomas Gleixner <[email protected]>
Cc: "H. Peter Anvin" <[email protected]>
Signed-off-by: Andrew Morton <[email protected]>
Signed-off-by: Linus Torvalds <[email protected]>
-rw-r--r-- | arch/x86/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/x86/Kconfig b/arch/x86/Kconfig index 5bdc143b1228..5dc54219e73b 100644 --- a/arch/x86/Kconfig +++ b/arch/x86/Kconfig @@ -110,7 +110,7 @@ config NEED_DMA_MAP_STATE def_bool (X86_64 || DMAR || DMA_API_DEBUG) config NEED_SG_DMA_LENGTH - def_bool X86_64 + def_bool y config GENERIC_ISA_DMA def_bool y |