Commit f841051b authored by David Mosberger's avatar David Mosberger

Merge tiger.hpl.hp.com:/data1/bk/vanilla/linux-2.5

into tiger.hpl.hp.com:/data1/bk/lia64/to-linus-2.5
parents d17e9bb6 9e1eef02
...@@ -13,8 +13,6 @@ ...@@ -13,8 +13,6 @@
* Stephane Eranian <eranian@hpl.hp.com> * Stephane Eranian <eranian@hpl.hp.com>
* David Mosberger-Tang <davidm@hpl.hp.com> * David Mosberger-Tang <davidm@hpl.hp.com>
*/ */
#include <linux/config.h>
#include <asm/asmmacro.h> #include <asm/asmmacro.h>
GLOBAL_ENTRY(bcopy) GLOBAL_ENTRY(bcopy)
......
...@@ -7485,7 +7485,7 @@ pcibr_device_flags_set(devfs_handle_t pconn_vhdl, ...@@ -7485,7 +7485,7 @@ pcibr_device_flags_set(devfs_handle_t pconn_vhdl,
#ifdef LITTLE_ENDIAN #ifdef LITTLE_ENDIAN
/* /*
* on sn-ia we need to twiddle the the addresses going out * on sn-ia we need to twiddle the addresses going out
* the pci bus because we use the unswizzled synergy space * the pci bus because we use the unswizzled synergy space
* (the alternative is to use the swizzled synergy space * (the alternative is to use the swizzled synergy space
* and byte swap the data) * and byte swap the data)
......
...@@ -535,7 +535,7 @@ typedef struct sal_log_pci_comp_err_info ...@@ -535,7 +535,7 @@ typedef struct sal_log_pci_comp_err_info
u64 reg_data_pairs[1]; u64 reg_data_pairs[1];
/* array of address/data register pairs is num_mem_regs + num_io_regs /* array of address/data register pairs is num_mem_regs + num_io_regs
elements long. Each array element consists of a u64 address followed elements long. Each array element consists of a u64 address followed
by a u64 data value. The oem_data array immediately follows the the by a u64 data value. The oem_data array immediately follows the
reg_data_pairs array */ reg_data_pairs array */
u8 oem_data[1]; /* Variable length data */ u8 oem_data[1]; /* Variable length data */
} sal_log_pci_comp_err_info_t; } sal_log_pci_comp_err_info_t;
......
...@@ -15,7 +15,7 @@ ...@@ -15,7 +15,7 @@
/* /*
* An Address/Length List is used when setting up for an I/O DMA operation. * An Address/Length List is used when setting up for an I/O DMA operation.
* A driver creates an Address/Length List that describes to the the DMA * A driver creates an Address/Length List that describes to the DMA
* interface where in memory the DMA should go. The bus interface sets up * interface where in memory the DMA should go. The bus interface sets up
* mapping registers, if required, and returns a suitable list of "physical * mapping registers, if required, and returns a suitable list of "physical
* addresses" or "I/O address" to the driver. The driver then uses these * addresses" or "I/O address" to the driver. The driver then uses these
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment