From: Becky Bruce Date: Mon, 20 Apr 2009 16:26:48 +0000 (-0500) Subject: powerpc: make dma_window_* in pci_controller struct avail on 32b X-Git-Tag: v2.6.31-rc1~331^2~91 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=89d93347d1f66832c43e6b25a669fddff89929b5;p=pandora-kernel.git powerpc: make dma_window_* in pci_controller struct avail on 32b Also, convert them to resource_size_t (which is unsigned long on 64-bit, so it's not a change there). We will be using these on fsl 32b to indicate the start and size address of memory that the pci controller can actually reach - this is needed to determine if an address requires bounce buffering. For now, initialize them to a standard value; in the near future, the value will be calculated based on how the inbound windows are programmed. Signed-off-by: Becky Bruce Acked-by: Ben Herrenschmidt Signed-off-by: Kumar Gala --- Reading git-diff-tree failed