diff options
| -rw-r--r-- | arch/sparc/include/asm/pgtable_64.h | 2 | ||||
| -rw-r--r-- | arch/sparc/include/asm/processor_64.h | 2 | ||||
| -rw-r--r-- | arch/sparc/include/asm/tsb.h | 2 | ||||
| -rw-r--r-- | arch/sparc/kernel/entry.S | 2 | ||||
| -rw-r--r-- | arch/sparc/kernel/ioport.c | 6 | ||||
| -rw-r--r-- | arch/sparc/kernel/leon_kernel.c | 2 | ||||
| -rw-r--r-- | arch/sparc/kernel/sysfs.c | 2 | ||||
| -rw-r--r-- | arch/sparc/net/bpf_jit_comp.c | 2 |
8 files changed, 10 insertions, 10 deletions
diff --git a/arch/sparc/include/asm/pgtable_64.h b/arch/sparc/include/asm/pgtable_64.h index 7a38d6a576c5..f089cfa249f3 100644 --- a/arch/sparc/include/asm/pgtable_64.h +++ b/arch/sparc/include/asm/pgtable_64.h | |||
| @@ -218,7 +218,7 @@ extern pgprot_t PAGE_KERNEL_LOCKED; | |||
| 218 | extern pgprot_t PAGE_COPY; | 218 | extern pgprot_t PAGE_COPY; |
| 219 | extern pgprot_t PAGE_SHARED; | 219 | extern pgprot_t PAGE_SHARED; |
| 220 | 220 | ||
| 221 | /* XXX This uglyness is for the atyfb driver's sparc mmap() support. XXX */ | 221 | /* XXX This ugliness is for the atyfb driver's sparc mmap() support. XXX */ |
| 222 | extern unsigned long _PAGE_IE; | 222 | extern unsigned long _PAGE_IE; |
| 223 | extern unsigned long _PAGE_E; | 223 | extern unsigned long _PAGE_E; |
| 224 | extern unsigned long _PAGE_CACHE; | 224 | extern unsigned long _PAGE_CACHE; |
diff --git a/arch/sparc/include/asm/processor_64.h b/arch/sparc/include/asm/processor_64.h index 6924bdefe148..ce2595c89471 100644 --- a/arch/sparc/include/asm/processor_64.h +++ b/arch/sparc/include/asm/processor_64.h | |||
| @@ -201,7 +201,7 @@ unsigned long get_wchan(struct task_struct *task); | |||
| 201 | #define KSTK_ESP(tsk) (task_pt_regs(tsk)->u_regs[UREG_FP]) | 201 | #define KSTK_ESP(tsk) (task_pt_regs(tsk)->u_regs[UREG_FP]) |
| 202 | 202 | ||
| 203 | /* Please see the commentary in asm/backoff.h for a description of | 203 | /* Please see the commentary in asm/backoff.h for a description of |
| 204 | * what these instructions are doing and how they have been choosen. | 204 | * what these instructions are doing and how they have been chosen. |
| 205 | * To make a long story short, we are trying to yield the current cpu | 205 | * To make a long story short, we are trying to yield the current cpu |
| 206 | * strand during busy loops. | 206 | * strand during busy loops. |
| 207 | */ | 207 | */ |
diff --git a/arch/sparc/include/asm/tsb.h b/arch/sparc/include/asm/tsb.h index ecb49cfa3be9..c6a155c3904e 100644 --- a/arch/sparc/include/asm/tsb.h +++ b/arch/sparc/include/asm/tsb.h | |||
| @@ -149,7 +149,7 @@ extern struct tsb_phys_patch_entry __tsb_phys_patch, __tsb_phys_patch_end; | |||
| 149 | * page size in question. So for PMD mappings (which fall on | 149 | * page size in question. So for PMD mappings (which fall on |
| 150 | * bit 23, for 8MB per PMD) we must propagate bit 22 for a | 150 | * bit 23, for 8MB per PMD) we must propagate bit 22 for a |
| 151 | * 4MB huge page. For huge PUDs (which fall on bit 33, for | 151 | * 4MB huge page. For huge PUDs (which fall on bit 33, for |
| 152 | * 8GB per PUD), we have to accomodate 256MB and 2GB huge | 152 | * 8GB per PUD), we have to accommodate 256MB and 2GB huge |
| 153 | * pages. So for those we propagate bits 32 to 28. | 153 | * pages. So for those we propagate bits 32 to 28. |
| 154 | */ | 154 | */ |
| 155 | #define KERN_PGTABLE_WALK(VADDR, REG1, REG2, FAIL_LABEL) \ | 155 | #define KERN_PGTABLE_WALK(VADDR, REG1, REG2, FAIL_LABEL) \ |
diff --git a/arch/sparc/kernel/entry.S b/arch/sparc/kernel/entry.S index a83707c83be8..51aa6e86a5f8 100644 --- a/arch/sparc/kernel/entry.S +++ b/arch/sparc/kernel/entry.S | |||
| @@ -1255,7 +1255,7 @@ flush_patch_exception: | |||
| 1255 | kuw_patch1_7win: sll %o3, 6, %o3 | 1255 | kuw_patch1_7win: sll %o3, 6, %o3 |
| 1256 | 1256 | ||
| 1257 | /* No matter how much overhead this routine has in the worst | 1257 | /* No matter how much overhead this routine has in the worst |
| 1258 | * case scenerio, it is several times better than taking the | 1258 | * case scenario, it is several times better than taking the |
| 1259 | * traps with the old method of just doing flush_user_windows(). | 1259 | * traps with the old method of just doing flush_user_windows(). |
| 1260 | */ | 1260 | */ |
| 1261 | kill_user_windows: | 1261 | kill_user_windows: |
diff --git a/arch/sparc/kernel/ioport.c b/arch/sparc/kernel/ioport.c index 28fed53b13a0..ffd5ff4678cf 100644 --- a/arch/sparc/kernel/ioport.c +++ b/arch/sparc/kernel/ioport.c | |||
| @@ -131,7 +131,7 @@ void __iomem *ioremap(unsigned long offset, unsigned long size) | |||
| 131 | EXPORT_SYMBOL(ioremap); | 131 | EXPORT_SYMBOL(ioremap); |
| 132 | 132 | ||
| 133 | /* | 133 | /* |
| 134 | * Comlimentary to ioremap(). | 134 | * Complementary to ioremap(). |
| 135 | */ | 135 | */ |
| 136 | void iounmap(volatile void __iomem *virtual) | 136 | void iounmap(volatile void __iomem *virtual) |
| 137 | { | 137 | { |
| @@ -233,7 +233,7 @@ _sparc_ioremap(struct resource *res, u32 bus, u32 pa, int sz) | |||
| 233 | } | 233 | } |
| 234 | 234 | ||
| 235 | /* | 235 | /* |
| 236 | * Comlimentary to _sparc_ioremap(). | 236 | * Complementary to _sparc_ioremap(). |
| 237 | */ | 237 | */ |
| 238 | static void _sparc_free_io(struct resource *res) | 238 | static void _sparc_free_io(struct resource *res) |
| 239 | { | 239 | { |
| @@ -532,7 +532,7 @@ static void pci32_unmap_page(struct device *dev, dma_addr_t ba, size_t size, | |||
| 532 | } | 532 | } |
| 533 | 533 | ||
| 534 | /* Map a set of buffers described by scatterlist in streaming | 534 | /* Map a set of buffers described by scatterlist in streaming |
| 535 | * mode for DMA. This is the scather-gather version of the | 535 | * mode for DMA. This is the scatter-gather version of the |
| 536 | * above pci_map_single interface. Here the scatter gather list | 536 | * above pci_map_single interface. Here the scatter gather list |
| 537 | * elements are each tagged with the appropriate dma address | 537 | * elements are each tagged with the appropriate dma address |
| 538 | * and length. They are obtained via sg_dma_{address,length}(SG). | 538 | * and length. They are obtained via sg_dma_{address,length}(SG). |
diff --git a/arch/sparc/kernel/leon_kernel.c b/arch/sparc/kernel/leon_kernel.c index 42efcf85f721..33cd171d933e 100644 --- a/arch/sparc/kernel/leon_kernel.c +++ b/arch/sparc/kernel/leon_kernel.c | |||
| @@ -203,7 +203,7 @@ static struct irq_chip leon_irq = { | |||
| 203 | 203 | ||
| 204 | /* | 204 | /* |
| 205 | * Build a LEON IRQ for the edge triggered LEON IRQ controller: | 205 | * Build a LEON IRQ for the edge triggered LEON IRQ controller: |
| 206 | * Edge (normal) IRQ - handle_simple_irq, ack=DONT-CARE, never ack | 206 | * Edge (normal) IRQ - handle_simple_irq, ack=DON'T-CARE, never ack |
| 207 | * Level IRQ (PCI|Level-GPIO) - handle_fasteoi_irq, ack=1, ack after ISR | 207 | * Level IRQ (PCI|Level-GPIO) - handle_fasteoi_irq, ack=1, ack after ISR |
| 208 | * Per-CPU Edge - handle_percpu_irq, ack=0 | 208 | * Per-CPU Edge - handle_percpu_irq, ack=0 |
| 209 | */ | 209 | */ |
diff --git a/arch/sparc/kernel/sysfs.c b/arch/sparc/kernel/sysfs.c index 7f41d40b7e6e..fa8e21abb5e0 100644 --- a/arch/sparc/kernel/sysfs.c +++ b/arch/sparc/kernel/sysfs.c | |||
| @@ -1,4 +1,4 @@ | |||
| 1 | /* sysfs.c: Toplogy sysfs support code for sparc64. | 1 | /* sysfs.c: Topology sysfs support code for sparc64. |
| 2 | * | 2 | * |
| 3 | * Copyright (C) 2007 David S. Miller <davem@davemloft.net> | 3 | * Copyright (C) 2007 David S. Miller <davem@davemloft.net> |
| 4 | */ | 4 | */ |
diff --git a/arch/sparc/net/bpf_jit_comp.c b/arch/sparc/net/bpf_jit_comp.c index 3e6e05a7c4c2..a6d9204a6a0b 100644 --- a/arch/sparc/net/bpf_jit_comp.c +++ b/arch/sparc/net/bpf_jit_comp.c | |||
| @@ -351,7 +351,7 @@ do { *prog++ = BR_OPC | WDISP22(OFF); \ | |||
| 351 | * | 351 | * |
| 352 | * Sometimes we need to emit a branch earlier in the code | 352 | * Sometimes we need to emit a branch earlier in the code |
| 353 | * sequence. And in these situations we adjust "destination" | 353 | * sequence. And in these situations we adjust "destination" |
| 354 | * to accomodate this difference. For example, if we needed | 354 | * to accommodate this difference. For example, if we needed |
| 355 | * to emit a branch (and it's delay slot) right before the | 355 | * to emit a branch (and it's delay slot) right before the |
| 356 | * final instruction emitted for a BPF opcode, we'd use | 356 | * final instruction emitted for a BPF opcode, we'd use |
| 357 | * "destination + 4" instead of just plain "destination" above. | 357 | * "destination + 4" instead of just plain "destination" above. |
