patch-2.4.22 linux-2.4.22/include/asm-ppc/pci.h

Next file: linux-2.4.22/include/asm-ppc/pgtable.h
Previous file: linux-2.4.22/include/asm-ppc/pci-bridge.h
Back to the patch index
Back to the overall index

diff -urN linux-2.4.21/include/asm-ppc/pci.h linux-2.4.22/include/asm-ppc/pci.h
@@ -36,13 +36,13 @@
  * The PCI bus bridge can translate addresses issued by the processor(s)
  * into a different address on the PCI bus.  On 32-bit cpus, we assume
  * this mapping is 1-1, but on 64-bit systems it often isn't.
- * 
+ *
  * Obsolete ! Drivers should now use pci_resource_to_bus
  */
 extern unsigned long phys_to_bus(unsigned long pa);
 extern unsigned long pci_phys_to_bus(unsigned long pa, int busnr);
 extern unsigned long pci_bus_to_phys(unsigned int ba, int busnr);
-    
+
 /* Dynamic DMA Mapping stuff, stolen from i386
  * 	++ajoshi
  */
@@ -60,7 +60,7 @@
  * this boolean for bounce buffer decisions.
  */
 #define PCI_DMA_BUS_IS_PHYS	(1)
-	
+
 /* Allocate and map kernel buffer using consistent mode DMA for a device.
  * hwdev should be valid struct pci_dev pointer for PCI devices,
  * NULL for PCI-like buses (ISA, EISA).

FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)