Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 130558
b: refs/heads/master
c: 634286f
h: refs/heads/master
v: v3
  • Loading branch information
Ralf Baechle committed Jan 30, 2009
1 parent 5b21dc0 commit c2709fe
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 8 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: 732f0462d59721764843783d790a613613287b33
refs/heads/master: 634286f127bef8799cd04799d3e1d5471e8fd91c
5 changes: 1 addition & 4 deletions trunk/arch/mips/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -351,7 +351,7 @@ config SGI_IP27
select ARC64
select BOOT_ELF64
select DEFAULT_SGI_PARTITION
select DMA_IP27
select DMA_COHERENT
select SYS_HAS_EARLY_PRINTK
select HW_HAS_PCI
select NR_CPUS_DEFAULT_64
Expand Down Expand Up @@ -761,9 +761,6 @@ config CFE
config DMA_COHERENT
bool

config DMA_IP27
bool

config DMA_NONCOHERENT
bool
select DMA_NEED_PCI_MAP_STATE
Expand Down
2 changes: 1 addition & 1 deletion trunk/arch/mips/configs/ip27_defconfig
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ CONFIG_GENERIC_TIME=y
CONFIG_SCHED_NO_NO_OMIT_FRAME_POINTER=y
CONFIG_GENERIC_HARDIRQS_NO__DO_IRQ=y
CONFIG_ARC=y
CONFIG_DMA_IP27=y
CONFIG_DMA_COHERENT=y
CONFIG_EARLY_PRINTK=y
CONFIG_SYS_HAS_EARLY_PRINTK=y
# CONFIG_NO_IOPORT is not set
Expand Down
2 changes: 1 addition & 1 deletion trunk/arch/mips/lib/memcpy-inatomic.S
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
* end of memory on some systems. It's also a seriously bad idea on non
* dma-coherent systems.
*/
#if !defined(CONFIG_DMA_COHERENT) || !defined(CONFIG_DMA_IP27)
#ifdef CONFIG_DMA_NONCOHERENT
#undef CONFIG_CPU_HAS_PREFETCH
#endif
#ifdef CONFIG_MIPS_MALTA
Expand Down
2 changes: 1 addition & 1 deletion trunk/arch/mips/lib/memcpy.S
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
* end of memory on some systems. It's also a seriously bad idea on non
* dma-coherent systems.
*/
#if !defined(CONFIG_DMA_COHERENT) || !defined(CONFIG_DMA_IP27)
#ifdef CONFIG_DMA_NONCOHERENT
#undef CONFIG_CPU_HAS_PREFETCH
#endif
#ifdef CONFIG_MIPS_MALTA
Expand Down

0 comments on commit c2709fe

Please sign in to comment.