Skip to content

Commit

Permalink
[SPARC32]: Revert IOMAP change eb98129
Browse files Browse the repository at this point in the history
Breakage noted by Al Viro.

It breaks non-PCI builds, it's probably better to have a more
direct implementation on sparc32, and which driver actually
needs this is still questionable.

We can resolve this in 2.6.15

Signed-off-by: David S. Miller <davem@davemloft.net>
  • Loading branch information
David S. Miller committed Oct 11, 2005
1 parent b8df110 commit 08eb8f1
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 5 deletions.
4 changes: 0 additions & 4 deletions arch/sparc/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,6 @@ config GENERIC_ISA_DMA
bool
default y

config GENERIC_IOMAP
bool
default y

source "init/Kconfig"

menu "General machine setup"
Expand Down
1 change: 0 additions & 1 deletion arch/sparc/defconfig
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ CONFIG_MMU=y
CONFIG_UID16=y
CONFIG_HIGHMEM=y
CONFIG_GENERIC_ISA_DMA=y
CONFIG_GENERIC_IOMAP=y

#
# Code maturity level options
Expand Down

0 comments on commit 08eb8f1

Please sign in to comment.