Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 149693
b: refs/heads/master
c: 10f52dd
h: refs/heads/master
i:
  149691: b33751a
v: v3
  • Loading branch information
Benjamin Herrenschmidt committed Jun 12, 2009
1 parent f0e179f commit e9087d4
Show file tree
Hide file tree
Showing 50 changed files with 2,479 additions and 1,490 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: 336ff735425d2709c4bb3f2a55f7565e8170ce7a
refs/heads/master: 10f52dd9febf0302bc458a6ea7979767dfa9f3b6
12 changes: 11 additions & 1 deletion trunk/arch/powerpc/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -300,9 +300,19 @@ config IOMMU_VMERGE
config IOMMU_HELPER
def_bool PPC64

config SWIOTLB
bool "SWIOTLB support"
default n
select IOMMU_HELPER
---help---
Support for IO bounce buffering for systems without an IOMMU.
This allows us to DMA to the full physical address space on
platforms where the size of a physical address is larger
than the bus address. Not all platforms support this.

config PPC_NEED_DMA_SYNC_OPS
def_bool y
depends on NOT_COHERENT_CACHE
depends on (NOT_COHERENT_CACHE || SWIOTLB)

config HOTPLUG_CPU
bool "Support for enabling/disabling CPUs"
Expand Down
1 change: 1 addition & 0 deletions trunk/arch/powerpc/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -142,6 +142,7 @@ head-$(CONFIG_FSL_BOOKE) := arch/powerpc/kernel/head_fsl_booke.o

head-$(CONFIG_PPC64) += arch/powerpc/kernel/entry_64.o
head-$(CONFIG_PPC_FPU) += arch/powerpc/kernel/fpu.o
head-$(CONFIG_ALTIVEC) += arch/powerpc/kernel/vector.o

core-y += arch/powerpc/kernel/ \
arch/powerpc/mm/ \
Expand Down
Loading

0 comments on commit e9087d4

Please sign in to comment.