Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 47409
b: refs/heads/master
c: 66701b1
h: refs/heads/master
i:
  47407: a24f689
v: v3
  • Loading branch information
Christoph Lameter authored and Linus Torvalds committed Feb 11, 2007
1 parent 9ddc7cc commit 4da80ba
Show file tree
Hide file tree
Showing 10 changed files with 36 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 6267276f3fdda9ad0d5ca451bdcbdf42b802d64b
refs/heads/master: 66701b1499a3ff11882c8c4aef36e8eac86e17b1
4 changes: 4 additions & 0 deletions trunk/arch/cris/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,10 @@ config MMU
bool
default y

config ZONE_DMA
bool
default y

config RWSEM_GENERIC_SPINLOCK
bool
default y
Expand Down
4 changes: 4 additions & 0 deletions trunk/arch/frv/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,10 @@ config FRV
bool
default y

config ZONE_DMA
bool
default y

config RWSEM_GENERIC_SPINLOCK
bool
default y
Expand Down
4 changes: 4 additions & 0 deletions trunk/arch/h8300/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,10 @@ config SWAP
bool
default n

config ZONE_DMA
bool
default y

config FPU
bool
default n
Expand Down
4 changes: 4 additions & 0 deletions trunk/arch/ia64/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,10 @@ config 64BIT
bool
default y

config ZONE_DMA
bool
default y

config MMU
bool
default y
Expand Down
4 changes: 4 additions & 0 deletions trunk/arch/m68knommu/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,10 @@ config FPU
bool
default n

config ZONE_DMA
bool
default y

config RWSEM_GENERIC_SPINLOCK
bool
default y
Expand Down
4 changes: 4 additions & 0 deletions trunk/arch/s390/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,10 @@ config MMU
bool
default y

config ZONE_DMA
bool
default y

config LOCKDEP_SUPPORT
bool
default y
Expand Down
3 changes: 3 additions & 0 deletions trunk/arch/v850/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,9 @@ mainmenu "uClinux/v850 (w/o MMU) Kernel Configuration"
config MMU
bool
default n
config ZONE_DMA
bool
default y
config RWSEM_GENERIC_SPINLOCK
bool
default y
Expand Down
4 changes: 4 additions & 0 deletions trunk/arch/xtensa/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,10 @@ config FRAME_POINTER
bool
default n

config ZONE_DMA
bool
default y

config XTENSA
bool
default y
Expand Down
4 changes: 4 additions & 0 deletions trunk/mm/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -139,6 +139,10 @@ config SPLIT_PTLOCK_CPUS
default "4096" if PARISC && !PA20
default "4"

config ZONE_DMA
def_bool y
depends on GENERIC_ISA_DMA

#
# support for page migration
#
Expand Down

0 comments on commit 4da80ba

Please sign in to comment.