Skip to content

Commit

Permalink
powerpc/pseries: Add support for dynamic dma windows
Browse files Browse the repository at this point in the history
If firmware allows us to map all of a partition's memory for DMA on a
particular bridge, create a 1:1 mapping of that memory. Add hooks for
dealing with hotplug events. Dynamic DMA windows can use larger than the
default page size, and we use the largest one possible.

Signed-off-by: Nishanth Aravamudan <nacc@us.ibm.com>
Signed-off-by: Benjamin Herrenschmidt <benh@kernel.crashing.org>
  • Loading branch information
Nishanth Aravamudan authored and Benjamin Herrenschmidt committed Mar 4, 2011
1 parent 6edc642 commit 4e8b0cf
Show file tree
Hide file tree
Showing 2 changed files with 591 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Documentation/kernel-parameters.txt
Original file line number Diff line number Diff line change
Expand Up @@ -626,6 +626,10 @@ bytes respectively. Such letter suffixes can also be entirely omitted.
disable= [IPV6]
See Documentation/networking/ipv6.txt.

disable_ddw [PPC/PSERIES]
Disable Dynamic DMA Window support. Use this if
to workaround buggy firmware.

disable_ipv6= [IPV6]
See Documentation/networking/ipv6.txt.

Expand Down
Loading

0 comments on commit 4e8b0cf

Please sign in to comment.