diff options
| author | David S. Miller <davem@kernel.bkbits.net> | 2003-04-21 11:21:16 -0700 |
|---|---|---|
| committer | David S. Miller <davem@kernel.bkbits.net> | 2003-04-21 11:21:16 -0700 |
| commit | cacf648951e1833a362c38fb45243e988cee8e0f (patch) | |
| tree | 8ddbf561ebeba332b4897b0ba739bd796e70fca3 /include | |
| parent | 68d8610f09c8125c3a6b34b49b6269afc148c263 (diff) | |
| parent | 0134a60847204c6ea37ef603f7ad05f944041eb3 (diff) | |
Merge davem@nuts.ninka.net:/home/davem/src/BK/sparc-2.5
into kernel.bkbits.net:/home/davem/sparc-2.5
Diffstat (limited to 'include')
| -rw-r--r-- | include/asm-sparc64/asi.h | 4 | ||||
| -rw-r--r-- | include/asm-sparc64/bpp.h | 2 | ||||
| -rw-r--r-- | include/asm-sparc64/chafsr.h | 4 | ||||
| -rw-r--r-- | include/asm-sparc64/estate.h | 4 | ||||
| -rw-r--r-- | include/asm-sparc64/ns87303.h | 4 | ||||
| -rw-r--r-- | include/asm-sparc64/pci.h | 4 | ||||
| -rw-r--r-- | include/asm-sparc64/svr4.h | 2 | ||||
| -rw-r--r-- | include/asm-sparc64/upa.h | 2 |
8 files changed, 13 insertions, 13 deletions
diff --git a/include/asm-sparc64/asi.h b/include/asm-sparc64/asi.h index b69ab57d0691..d0796a10c222 100644 --- a/include/asm-sparc64/asi.h +++ b/include/asm-sparc64/asi.h @@ -102,13 +102,13 @@ #define ASI_PST8_P 0xc0 /* Primary, 8 8-bit, partial */ #define ASI_PST8_S 0xc1 /* Secondary, 8 8-bit, partial */ #define ASI_PST16_P 0xc2 /* Primary, 4 16-bit, partial */ -#define ASI_PST16_S 0xc3 /* Seconary, 4 16-bit, partial */ +#define ASI_PST16_S 0xc3 /* Secondary, 4 16-bit, partial */ #define ASI_PST32_P 0xc4 /* Primary, 2 32-bit, partial */ #define ASI_PST32_S 0xc5 /* Secondary, 2 32-bit, partial */ #define ASI_PST8_PL 0xc8 /* Primary, 8 8-bit, partial, little */ #define ASI_PST8_SL 0xc9 /* Secondary, 8 8-bit, partial, little */ #define ASI_PST16_PL 0xca /* Primary, 4 16-bit, partial, little */ -#define ASI_PST16_SL 0xcb /* Seconary, 4 16-bit, partial, little */ +#define ASI_PST16_SL 0xcb /* Secondary, 4 16-bit, partial, little */ #define ASI_PST32_PL 0xcc /* Primary, 2 32-bit, partial, little */ #define ASI_PST32_SL 0xcd /* Secondary, 2 32-bit, partial, little */ #define ASI_FL8_P 0xd0 /* Primary, 1 8-bit, fpu ld/st */ diff --git a/include/asm-sparc64/bpp.h b/include/asm-sparc64/bpp.h index eb86015ee638..9b12a088a60a 100644 --- a/include/asm-sparc64/bpp.h +++ b/include/asm-sparc64/bpp.h @@ -17,7 +17,7 @@ * with compliant or compatible devices. It will use whatever features * the device supports, prefering those that are typically faster. * - * When the device is opened, it is left in COMPATABILITY mode, and + * When the device is opened, it is left in COMPATIBILITY mode, and * writes work like any printer device. The driver only attempt to * negotiate 1284 modes when needed so that plugs can be pulled, * switch boxes switched, etc., without disrupting things. It will diff --git a/include/asm-sparc64/chafsr.h b/include/asm-sparc64/chafsr.h index a3d286a4a387..bea68da7dd2d 100644 --- a/include/asm-sparc64/chafsr.h +++ b/include/asm-sparc64/chafsr.h @@ -61,7 +61,7 @@ /* Uncorrectable system bus data ECC error for read of interrupt vector */ #define CHAFSR_IVU 0x0000200000000000 -/* Unmappeed error from system bus */ +/* Unmapped error from system bus */ #define CHAFSR_TO 0x0000100000000000 /* Bus error response from system bus */ @@ -127,7 +127,7 @@ /* The AFSR must be explicitly cleared by software, it is not cleared automatically * by a read. Writes to bits <51:33> with bits set will clear the corresponding - * bits in the AFSR. Bits assosciated with disrupting traps must be cleared before + * bits in the AFSR. Bits associated with disrupting traps must be cleared before * interrupts are re-enabled to prevent multiple traps for the same error. I.e. * PSTATE.IE and AFSR bits control delivery of disrupting traps. * diff --git a/include/asm-sparc64/estate.h b/include/asm-sparc64/estate.h index d26ccb71b4c5..a719c3d2f6b1 100644 --- a/include/asm-sparc64/estate.h +++ b/include/asm-sparc64/estate.h @@ -15,7 +15,7 @@ * errors 2) uncorrectable E-cache errors. Such events only occur on reads * of the E-cache by the local processor for: 1) data loads 2) instruction * fetches 3) atomic operations. Such events _cannot_ occur for: 1) merge - * 2) writeback 2) copyout. The AFSR bits assosciated with these traps are + * 2) writeback 2) copyout. The AFSR bits associated with these traps are * UCC and UCU. */ @@ -31,7 +31,7 @@ * 4) As the result of such errors on instruction vector fetch can generate any * of the 3 trap types. * - * The AFSR bits assosciated with these traps are EMU, EDU, WDU, CPU, IVU, UE, + * The AFSR bits associated with these traps are EMU, EDU, WDU, CPU, IVU, UE, * BERR, and TO. */ diff --git a/include/asm-sparc64/ns87303.h b/include/asm-sparc64/ns87303.h index fee7d95e54d5..6d58fdf349b5 100644 --- a/include/asm-sparc64/ns87303.h +++ b/include/asm-sparc64/ns87303.h @@ -9,7 +9,7 @@ #define _SPARC_NS87303_H 1 /* - * Controll Register Index Values + * Control Register Index Values */ #define FER 0x00 #define FAR 0x01 @@ -58,7 +58,7 @@ #define TUP_EPP_TIMO 0x02 /* Enable EPP timeout IRQ */ /* Advanced SuperIO Config Register (ASC) bits */ -#define ASC_LPT_IRQ7 0x01 /* Allways use IRQ7 for LPT */ +#define ASC_LPT_IRQ7 0x01 /* Always use IRQ7 for LPT */ #define ASC_DRV2_SEL 0x02 /* Logical Drive Exchange controlled by TDR */ #define FER_RESERVED 0x00 diff --git a/include/asm-sparc64/pci.h b/include/asm-sparc64/pci.h index 137405b1af75..3ca47369b2b1 100644 --- a/include/asm-sparc64/pci.h +++ b/include/asm-sparc64/pci.h @@ -50,7 +50,7 @@ extern void *pci_alloc_consistent(struct pci_dev *hwdev, size_t size, dma_addr_t * size must be the same as what as passed into pci_alloc_consistent, * and likewise dma_addr must be the same as what *dma_addrp was set to. * - * References to the memory and mappings assosciated with cpu_addr/dma_addr + * References to the memory and mappings associated with cpu_addr/dma_addr * past this call are illegal. */ extern void pci_free_consistent(struct pci_dev *hwdev, size_t size, void *vaddr, dma_addr_t dma_handle); @@ -92,7 +92,7 @@ extern void pci_unmap_single(struct pci_dev *hwdev, dma_addr_t dma_addr, size_t (((PTR)->LEN_NAME) = (VAL)) /* Map a set of buffers described by scatterlist in streaming - * mode for DMA. This is the scather-gather version of the + * mode for DMA. This is the scatter-gather version of the * above pci_map_single interface. Here the scatter gather list * elements are each tagged with the appropriate dma address * and length. They are obtained via sg_dma_{address,length}(SG). diff --git a/include/asm-sparc64/svr4.h b/include/asm-sparc64/svr4.h index fbf94c2e2679..1a65c064c65d 100644 --- a/include/asm-sparc64/svr4.h +++ b/include/asm-sparc64/svr4.h @@ -85,7 +85,7 @@ enum svr4_stack_flags { SVR4_SS_DISABLE, }; -/* signal stack exection place, unsupported */ +/* signal stack execution place, unsupported */ typedef struct svr4_stack_t { char *sp; int size; diff --git a/include/asm-sparc64/upa.h b/include/asm-sparc64/upa.h index 245b85b13a8d..7ae09a22e408 100644 --- a/include/asm-sparc64/upa.h +++ b/include/asm-sparc64/upa.h @@ -21,7 +21,7 @@ #define UPA_PORTID_PREQDQ 0x000000007e000000 /* slave-wr's to mod supported */ #define UPA_PORTID_PREQRD 0x0000000001e00000 /* # incoming P_REQ's supported */ #define UPA_PORTID_UPACAP 0x00000000001f0000 /* UPA capabilities of mod */ -#define UPA_PORTID_ID 0x000000000000ffff /* Module Indentification bits */ +#define UPA_PORTID_ID 0x000000000000ffff /* Module Identification bits */ /* UPA I/O space accessors */ #if defined(__KERNEL__) && !defined(__ASSEMBLY__) |
