diff options
Diffstat (limited to 'arch/xtensa')
-rw-r--r-- | arch/xtensa/Kconfig | 4 | ||||
-rw-r--r-- | arch/xtensa/kernel/module.c | 2 | ||||
-rw-r--r-- | arch/xtensa/kernel/pci-dma.c | 2 | ||||
-rw-r--r-- | arch/xtensa/kernel/pci.c | 2 | ||||
-rw-r--r-- | arch/xtensa/kernel/setup.c | 2 | ||||
-rw-r--r-- | arch/xtensa/kernel/syscalls.c | 2 | ||||
-rw-r--r-- | arch/xtensa/lib/pci-auto.c | 2 | ||||
-rw-r--r-- | arch/xtensa/lib/usercopy.S | 4 | ||||
-rw-r--r-- | arch/xtensa/mm/pgtable.c | 2 | ||||
-rw-r--r-- | arch/xtensa/mm/tlb.c | 2 |
10 files changed, 12 insertions, 12 deletions
diff --git a/arch/xtensa/Kconfig b/arch/xtensa/Kconfig index 848f173db257..c1e69a1f92a4 100644 --- a/arch/xtensa/Kconfig +++ b/arch/xtensa/Kconfig | |||
@@ -206,7 +206,7 @@ source "drivers/pci/hotplug/Kconfig" | |||
206 | 206 | ||
207 | endmenu | 207 | endmenu |
208 | 208 | ||
209 | menu "Exectuable file formats" | 209 | menu "Executable file formats" |
210 | 210 | ||
211 | # only elf supported | 211 | # only elf supported |
212 | config KCORE_ELF | 212 | config KCORE_ELF |
@@ -241,7 +241,7 @@ menu "Xtensa initrd options" | |||
241 | bool "Embed root filesystem ramdisk into the kernel" | 241 | bool "Embed root filesystem ramdisk into the kernel" |
242 | 242 | ||
243 | config EMBEDDED_RAMDISK_IMAGE | 243 | config EMBEDDED_RAMDISK_IMAGE |
244 | string "Filename of gziped ramdisk image" | 244 | string "Filename of gzipped ramdisk image" |
245 | depends on EMBEDDED_RAMDISK | 245 | depends on EMBEDDED_RAMDISK |
246 | default "ramdisk.gz" | 246 | default "ramdisk.gz" |
247 | help | 247 | help |
diff --git a/arch/xtensa/kernel/module.c b/arch/xtensa/kernel/module.c index d1683cfa19a2..2ea1755a0858 100644 --- a/arch/xtensa/kernel/module.c +++ b/arch/xtensa/kernel/module.c | |||
@@ -1,5 +1,5 @@ | |||
1 | /* | 1 | /* |
2 | * arch/xtensa/kernel/platform.c | 2 | * arch/xtensa/kernel/module.c |
3 | * | 3 | * |
4 | * Module support. | 4 | * Module support. |
5 | * | 5 | * |
diff --git a/arch/xtensa/kernel/pci-dma.c b/arch/xtensa/kernel/pci-dma.c index 1ff82268e8ea..6648fa9d9192 100644 --- a/arch/xtensa/kernel/pci-dma.c +++ b/arch/xtensa/kernel/pci-dma.c | |||
@@ -1,5 +1,5 @@ | |||
1 | /* | 1 | /* |
2 | * arch/xtensa/pci-dma.c | 2 | * arch/xtensa/kernel/pci-dma.c |
3 | * | 3 | * |
4 | * DMA coherent memory allocation. | 4 | * DMA coherent memory allocation. |
5 | * | 5 | * |
diff --git a/arch/xtensa/kernel/pci.c b/arch/xtensa/kernel/pci.c index 8709f8249d02..45571ccb72d6 100644 --- a/arch/xtensa/kernel/pci.c +++ b/arch/xtensa/kernel/pci.c | |||
@@ -1,5 +1,5 @@ | |||
1 | /* | 1 | /* |
2 | * arch/xtensa/pcibios.c | 2 | * arch/xtensa/kernel/pci.c |
3 | * | 3 | * |
4 | * PCI bios-type initialisation for PCI machines | 4 | * PCI bios-type initialisation for PCI machines |
5 | * | 5 | * |
diff --git a/arch/xtensa/kernel/setup.c b/arch/xtensa/kernel/setup.c index 82684d05910a..c99ab72b41b6 100644 --- a/arch/xtensa/kernel/setup.c +++ b/arch/xtensa/kernel/setup.c | |||
@@ -1,5 +1,5 @@ | |||
1 | /* | 1 | /* |
2 | * arch/xtensa/setup.c | 2 | * arch/xtensa/kernel/setup.c |
3 | * | 3 | * |
4 | * This file is subject to the terms and conditions of the GNU General Public | 4 | * This file is subject to the terms and conditions of the GNU General Public |
5 | * License. See the file "COPYING" in the main directory of this archive | 5 | * License. See the file "COPYING" in the main directory of this archive |
diff --git a/arch/xtensa/kernel/syscalls.c b/arch/xtensa/kernel/syscalls.c index d9285d4d5565..f49cb239e603 100644 --- a/arch/xtensa/kernel/syscalls.c +++ b/arch/xtensa/kernel/syscalls.c | |||
@@ -1,5 +1,5 @@ | |||
1 | /* | 1 | /* |
2 | * arch/xtensa/kernel/syscall.c | 2 | * arch/xtensa/kernel/syscalls.c |
3 | * | 3 | * |
4 | * This file is subject to the terms and conditions of the GNU General Public | 4 | * This file is subject to the terms and conditions of the GNU General Public |
5 | * License. See the file "COPYING" in the main directory of this archive | 5 | * License. See the file "COPYING" in the main directory of this archive |
diff --git a/arch/xtensa/lib/pci-auto.c b/arch/xtensa/lib/pci-auto.c index 90c790f6123b..a71733ae1193 100644 --- a/arch/xtensa/lib/pci-auto.c +++ b/arch/xtensa/lib/pci-auto.c | |||
@@ -1,5 +1,5 @@ | |||
1 | /* | 1 | /* |
2 | * arch/xtensa/kernel/pci-auto.c | 2 | * arch/xtensa/lib/pci-auto.c |
3 | * | 3 | * |
4 | * PCI autoconfiguration library | 4 | * PCI autoconfiguration library |
5 | * | 5 | * |
diff --git a/arch/xtensa/lib/usercopy.S b/arch/xtensa/lib/usercopy.S index 265db2693cbd..4641ef510f0e 100644 --- a/arch/xtensa/lib/usercopy.S +++ b/arch/xtensa/lib/usercopy.S | |||
@@ -5,10 +5,10 @@ | |||
5 | * | 5 | * |
6 | * DO NOT COMBINE this function with <arch/xtensa/lib/hal/memcopy.S>. | 6 | * DO NOT COMBINE this function with <arch/xtensa/lib/hal/memcopy.S>. |
7 | * It needs to remain separate and distinct. The hal files are part | 7 | * It needs to remain separate and distinct. The hal files are part |
8 | * of the the Xtensa link-time HAL, and those files may differ per | 8 | * of the Xtensa link-time HAL, and those files may differ per |
9 | * processor configuration. Patching the kernel for another | 9 | * processor configuration. Patching the kernel for another |
10 | * processor configuration includes replacing the hal files, and we | 10 | * processor configuration includes replacing the hal files, and we |
11 | * could loose the special functionality for accessing user-space | 11 | * could lose the special functionality for accessing user-space |
12 | * memory during such a patch. We sacrifice a little code space here | 12 | * memory during such a patch. We sacrifice a little code space here |
13 | * in favor to simplify code maintenance. | 13 | * in favor to simplify code maintenance. |
14 | * | 14 | * |
diff --git a/arch/xtensa/mm/pgtable.c b/arch/xtensa/mm/pgtable.c index 7d28914d11cb..697992738205 100644 --- a/arch/xtensa/mm/pgtable.c +++ b/arch/xtensa/mm/pgtable.c | |||
@@ -1,5 +1,5 @@ | |||
1 | /* | 1 | /* |
2 | * arch/xtensa/mm/fault.c | 2 | * arch/xtensa/mm/pgtable.c |
3 | * | 3 | * |
4 | * This file is subject to the terms and conditions of the GNU General Public | 4 | * This file is subject to the terms and conditions of the GNU General Public |
5 | * License. See the file "COPYING" in the main directory of this archive | 5 | * License. See the file "COPYING" in the main directory of this archive |
diff --git a/arch/xtensa/mm/tlb.c b/arch/xtensa/mm/tlb.c index d3bd3bfc3b3b..0fefb8666874 100644 --- a/arch/xtensa/mm/tlb.c +++ b/arch/xtensa/mm/tlb.c | |||
@@ -1,5 +1,5 @@ | |||
1 | /* | 1 | /* |
2 | * arch/xtensa/mm/mmu.c | 2 | * arch/xtensa/mm/tlb.c |
3 | * | 3 | * |
4 | * Logic that manipulates the Xtensa MMU. Derived from MIPS. | 4 | * Logic that manipulates the Xtensa MMU. Derived from MIPS. |
5 | * | 5 | * |