Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 48156
b: refs/heads/master
c: 9a88cbb
h: refs/heads/master
v: v3
  • Loading branch information
Ralf Baechle committed Feb 13, 2007
1 parent c041151 commit a5ad70c
Show file tree
Hide file tree
Showing 14 changed files with 388 additions and 1,021 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: f65e4fa8e0c6022ad58dc88d1b11b12589ed7f9f
refs/heads/master: 9a88cbb5227970757881b1a65be01dea61fe2584
5 changes: 0 additions & 5 deletions trunk/arch/mips/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -598,8 +598,6 @@ config SGI_IP32
select ARC
select ARC32
select BOOT_ELF32
select OWN_DMA
select DMA_IP32
select DMA_NONCOHERENT
select HW_HAS_PCI
select R5000_CPU_SCACHE
Expand Down Expand Up @@ -883,9 +881,6 @@ config DMA_NONCOHERENT
config DMA_NEED_PCI_MAP_STATE
bool

config OWN_DMA
bool

config EARLY_PRINTK
bool

Expand Down
14 changes: 2 additions & 12 deletions trunk/arch/mips/mm/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
# Makefile for the Linux/MIPS-specific parts of the memory manager.
#

obj-y += cache.o extable.o fault.o init.o pgtable.o \
tlbex.o tlbex-fault.o
obj-y += cache.o dma-default.o extable.o fault.o \
init.o pgtable.o tlbex.o tlbex-fault.o

obj-$(CONFIG_32BIT) += ioremap.o pgtable-32.o
obj-$(CONFIG_64BIT) += pgtable-64.o
Expand Down Expand Up @@ -32,14 +32,4 @@ obj-$(CONFIG_R5000_CPU_SCACHE) += sc-r5k.o
obj-$(CONFIG_RM7000_CPU_SCACHE) += sc-rm7k.o
obj-$(CONFIG_MIPS_CPU_SCACHE) += sc-mips.o

#
# Choose one DMA coherency model
#
ifndef CONFIG_OWN_DMA
obj-$(CONFIG_DMA_COHERENT) += dma-coherent.o
obj-$(CONFIG_DMA_NONCOHERENT) += dma-noncoherent.o
endif
obj-$(CONFIG_DMA_IP27) += dma-ip27.o
obj-$(CONFIG_DMA_IP32) += dma-ip32.o

EXTRA_AFLAGS := $(CFLAGS)
254 changes: 0 additions & 254 deletions trunk/arch/mips/mm/dma-coherent.c

This file was deleted.

Loading

0 comments on commit a5ad70c

Please sign in to comment.