Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 54178
b: refs/heads/master
c: 411f0f3
h: refs/heads/master
v: v3
  • Loading branch information
Heiko Carstens authored and Linus Torvalds committed May 7, 2007
1 parent eed27a0 commit 3ced5b8
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 5 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 9a82782f8f58219d0c6dc5f0211ce301adf6c6f4
refs/heads/master: 411f0f3edc141a582190d3605cadd1d993abb6df
3 changes: 3 additions & 0 deletions trunk/arch/s390/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,9 @@ config GENERIC_BUG
config NO_IOMEM
def_bool y

config NO_DMA
def_bool y

mainmenu "Linux Kernel Configuration"

config S390
Expand Down
4 changes: 2 additions & 2 deletions trunk/drivers/base/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@

obj-y := core.o sys.o bus.o dd.o \
driver.o class.o platform.o \
cpu.o firmware.o init.o map.o dmapool.o \
dma-mapping.o devres.o \
cpu.o firmware.o init.o map.o devres.o \
attribute_container.o transport_class.o
obj-y += power/
obj-$(CONFIG_HAS_DMA) += dma-mapping.o dmapool.o
obj-$(CONFIG_ISA) += isa.o
obj-$(CONFIG_FW_LOADER) += firmware_class.o
obj-$(CONFIG_NUMA) += node.o
Expand Down
2 changes: 0 additions & 2 deletions trunk/include/asm-s390/dma-mapping.h
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,4 @@
#ifndef _ASM_DMA_MAPPING_H
#define _ASM_DMA_MAPPING_H

#include <asm-generic/dma-mapping-broken.h>

#endif /* _ASM_DMA_MAPPING_H */
5 changes: 5 additions & 0 deletions trunk/lib/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -111,4 +111,9 @@ config HAS_IOPORT
depends on HAS_IOMEM && !NO_IOPORT
default y

config HAS_DMA
boolean
depends on !NO_DMA
default y

endmenu

0 comments on commit 3ced5b8

Please sign in to comment.