aboutsummaryrefslogtreecommitdiffstats
path: root/arch
diff options
context:
space:
mode:
Diffstat (limited to 'arch')
-rw-r--r--arch/blackfin/Kconfig2
-rw-r--r--arch/blackfin/mach-common/ints-priority.c2
-rw-r--r--arch/m68k/Kconfig.devices2
-rw-r--r--arch/mips/cavium-octeon/Kconfig2
-rw-r--r--arch/mips/lantiq/falcon/sysctrl.c2
-rw-r--r--arch/mips/lantiq/xway/sysctrl.c2
-rw-r--r--arch/mips/pci/pci-lantiq.c2
-rw-r--r--arch/mn10300/Kconfig2
-rw-r--r--arch/powerpc/boot/simpleboot.c2
-rw-r--r--arch/powerpc/platforms/powernv/opal.c2
-rw-r--r--arch/powerpc/platforms/pseries/hotplug-memory.c4
-rw-r--r--arch/score/Kconfig3
12 files changed, 12 insertions, 15 deletions
diff --git a/arch/blackfin/Kconfig b/arch/blackfin/Kconfig
index ed30699cc635..af76634f8d98 100644
--- a/arch/blackfin/Kconfig
+++ b/arch/blackfin/Kconfig
@@ -671,7 +671,7 @@ config TICKSOURCE_CORETMR
671 default y 671 default y
672endmenu 672endmenu
673 673
674menu "Clock souce" 674menu "Clock source"
675 depends on GENERIC_CLOCKEVENTS 675 depends on GENERIC_CLOCKEVENTS
676config CYCLES_CLOCKSOURCE 676config CYCLES_CLOCKSOURCE
677 bool "CYCLES" 677 bool "CYCLES"
diff --git a/arch/blackfin/mach-common/ints-priority.c b/arch/blackfin/mach-common/ints-priority.c
index 1f94784eab6d..694619365265 100644
--- a/arch/blackfin/mach-common/ints-priority.c
+++ b/arch/blackfin/mach-common/ints-priority.c
@@ -455,7 +455,7 @@ void handle_sec_sci_fault(uint32_t gstat)
455 printk(KERN_DEBUG "sec ack err\n"); 455 printk(KERN_DEBUG "sec ack err\n");
456 break; 456 break;
457 default: 457 default:
458 printk(KERN_DEBUG "sec sci unknow err\n"); 458 printk(KERN_DEBUG "sec sci unknown err\n");
459 } 459 }
460 } 460 }
461 461
diff --git a/arch/m68k/Kconfig.devices b/arch/m68k/Kconfig.devices
index d163991c5717..2a74777667fd 100644
--- a/arch/m68k/Kconfig.devices
+++ b/arch/m68k/Kconfig.devices
@@ -73,7 +73,7 @@ config ATARI_ETHERNEC
73 ROM port. The driver works by polling instead of interrupts, so it 73 ROM port. The driver works by polling instead of interrupts, so it
74 is quite slow. 74 is quite slow.
75 75
76 This driver also suppports the ethernet part of the NetUSBee ROM 76 This driver also supports the ethernet part of the NetUSBee ROM
77 port combined Ethernet/USB adapter. 77 port combined Ethernet/USB adapter.
78 78
79 To compile the actual ethernet driver, choose Y or M in for the NE2000 79 To compile the actual ethernet driver, choose Y or M in for the NE2000
diff --git a/arch/mips/cavium-octeon/Kconfig b/arch/mips/cavium-octeon/Kconfig
index 602866657938..c370426a7322 100644
--- a/arch/mips/cavium-octeon/Kconfig
+++ b/arch/mips/cavium-octeon/Kconfig
@@ -1,7 +1,7 @@
1if CPU_CAVIUM_OCTEON 1if CPU_CAVIUM_OCTEON
2 2
3config CAVIUM_CN63XXP1 3config CAVIUM_CN63XXP1
4 bool "Enable CN63XXP1 errata worarounds" 4 bool "Enable CN63XXP1 errata workarounds"
5 default "n" 5 default "n"
6 help 6 help
7 The CN63XXP1 chip requires build time workarounds to 7 The CN63XXP1 chip requires build time workarounds to
diff --git a/arch/mips/lantiq/falcon/sysctrl.c b/arch/mips/lantiq/falcon/sysctrl.c
index 8f1866d8124d..468ffa043607 100644
--- a/arch/mips/lantiq/falcon/sysctrl.c
+++ b/arch/mips/lantiq/falcon/sysctrl.c
@@ -221,7 +221,7 @@ void __init ltq_soc_init(void)
221 (request_mem_region(res_sys[2].start, 221 (request_mem_region(res_sys[2].start,
222 resource_size(&res_sys[2]), 222 resource_size(&res_sys[2]),
223 res_sys[2].name) < 0)) 223 res_sys[2].name) < 0))
224 pr_err("Failed to request core reources"); 224 pr_err("Failed to request core resources");
225 225
226 status_membase = ioremap_nocache(res_status.start, 226 status_membase = ioremap_nocache(res_status.start,
227 resource_size(&res_status)); 227 resource_size(&res_status));
diff --git a/arch/mips/lantiq/xway/sysctrl.c b/arch/mips/lantiq/xway/sysctrl.c
index 51804b10a036..2b15491de494 100644
--- a/arch/mips/lantiq/xway/sysctrl.c
+++ b/arch/mips/lantiq/xway/sysctrl.c
@@ -318,7 +318,7 @@ void __init ltq_soc_init(void)
318 res_cgu.name) < 0) || 318 res_cgu.name) < 0) ||
319 (request_mem_region(res_ebu.start, resource_size(&res_ebu), 319 (request_mem_region(res_ebu.start, resource_size(&res_ebu),
320 res_ebu.name) < 0)) 320 res_ebu.name) < 0))
321 pr_err("Failed to request core reources"); 321 pr_err("Failed to request core resources");
322 322
323 pmu_membase = ioremap_nocache(res_pmu.start, resource_size(&res_pmu)); 323 pmu_membase = ioremap_nocache(res_pmu.start, resource_size(&res_pmu));
324 ltq_cgu_membase = ioremap_nocache(res_cgu.start, 324 ltq_cgu_membase = ioremap_nocache(res_cgu.start,
diff --git a/arch/mips/pci/pci-lantiq.c b/arch/mips/pci/pci-lantiq.c
index cb1ef9984069..37fe8e7887e2 100644
--- a/arch/mips/pci/pci-lantiq.c
+++ b/arch/mips/pci/pci-lantiq.c
@@ -218,7 +218,7 @@ static int ltq_pci_probe(struct platform_device *pdev)
218 res_cfg = platform_get_resource(pdev, IORESOURCE_MEM, 0); 218 res_cfg = platform_get_resource(pdev, IORESOURCE_MEM, 0);
219 res_bridge = platform_get_resource(pdev, IORESOURCE_MEM, 1); 219 res_bridge = platform_get_resource(pdev, IORESOURCE_MEM, 1);
220 if (!res_cfg || !res_bridge) { 220 if (!res_cfg || !res_bridge) {
221 dev_err(&pdev->dev, "missing memory reources\n"); 221 dev_err(&pdev->dev, "missing memory resources\n");
222 return -EINVAL; 222 return -EINVAL;
223 } 223 }
224 224
diff --git a/arch/mn10300/Kconfig b/arch/mn10300/Kconfig
index a648de1b1096..4434b54e1d87 100644
--- a/arch/mn10300/Kconfig
+++ b/arch/mn10300/Kconfig
@@ -181,7 +181,7 @@ endmenu
181config SMP 181config SMP
182 bool "Symmetric multi-processing support" 182 bool "Symmetric multi-processing support"
183 default y 183 default y
184 depends on MN10300_PROC_MN2WS0038 || MN10300_PROC_MN2WS0050 184 depends on MN10300_PROC_MN2WS0050
185 ---help--- 185 ---help---
186 This enables support for systems with more than one CPU. If you have 186 This enables support for systems with more than one CPU. If you have
187 a system with only one CPU, say N. If you have a system with more 187 a system with only one CPU, say N. If you have a system with more
diff --git a/arch/powerpc/boot/simpleboot.c b/arch/powerpc/boot/simpleboot.c
index 21cd48074ec8..9f8c678f0d9a 100644
--- a/arch/powerpc/boot/simpleboot.c
+++ b/arch/powerpc/boot/simpleboot.c
@@ -61,7 +61,7 @@ void platform_init(unsigned long r3, unsigned long r4, unsigned long r5,
61 if (*reg++ != 0) 61 if (*reg++ != 0)
62 fatal("Memory range is not based at address 0\n"); 62 fatal("Memory range is not based at address 0\n");
63 63
64 /* get the memsize and trucate it to under 4G on 32 bit machines */ 64 /* get the memsize and truncate it to under 4G on 32 bit machines */
65 memsize64 = 0; 65 memsize64 = 0;
66 for (i = 0; i < *ns; i++) 66 for (i = 0; i < *ns; i++)
67 memsize64 = (memsize64 << 32) | *reg++; 67 memsize64 = (memsize64 << 32) | *reg++;
diff --git a/arch/powerpc/platforms/powernv/opal.c b/arch/powerpc/platforms/powernv/opal.c
index b44eec3e8dbd..4b005ae5dc4b 100644
--- a/arch/powerpc/platforms/powernv/opal.c
+++ b/arch/powerpc/platforms/powernv/opal.c
@@ -322,7 +322,7 @@ static void opal_handle_message(void)
322 322
323 /* check for errors. */ 323 /* check for errors. */
324 if (ret) { 324 if (ret) {
325 pr_warning("%s: Failed to retrive opal message, err=%lld\n", 325 pr_warning("%s: Failed to retrieve opal message, err=%lld\n",
326 __func__, ret); 326 __func__, ret);
327 return; 327 return;
328 } 328 }
diff --git a/arch/powerpc/platforms/pseries/hotplug-memory.c b/arch/powerpc/platforms/pseries/hotplug-memory.c
index 17ee193960a0..34064f50945e 100644
--- a/arch/powerpc/platforms/pseries/hotplug-memory.c
+++ b/arch/powerpc/platforms/pseries/hotplug-memory.c
@@ -126,7 +126,7 @@ static int pseries_remove_mem_node(struct device_node *np)
126 return 0; 126 return 0;
127 127
128 /* 128 /*
129 * Find the bae address and size of the memblock 129 * Find the base address and size of the memblock
130 */ 130 */
131 regs = of_get_property(np, "reg", NULL); 131 regs = of_get_property(np, "reg", NULL);
132 if (!regs) 132 if (!regs)
@@ -200,7 +200,7 @@ static int pseries_update_drconf_memory(struct of_prop_reconfig *pr)
200 200
201 /* The first int of the property is the number of lmb's described 201 /* The first int of the property is the number of lmb's described
202 * by the property. This is followed by an array of of_drconf_cell 202 * by the property. This is followed by an array of of_drconf_cell
203 * entries. Get the niumber of entries and skip to the array of 203 * entries. Get the number of entries and skip to the array of
204 * of_drconf_cell's. 204 * of_drconf_cell's.
205 */ 205 */
206 entries = be32_to_cpu(*p++); 206 entries = be32_to_cpu(*p++);
diff --git a/arch/score/Kconfig b/arch/score/Kconfig
index 4ac8cae5727c..366e1b599a7b 100644
--- a/arch/score/Kconfig
+++ b/arch/score/Kconfig
@@ -22,17 +22,14 @@ choice
22config ARCH_SCORE7 22config ARCH_SCORE7
23 bool "SCORE7 processor" 23 bool "SCORE7 processor"
24 select SYS_SUPPORTS_32BIT_KERNEL 24 select SYS_SUPPORTS_32BIT_KERNEL
25 select GENERIC_HAS_IOMAP
26 25
27config MACH_SPCT6600 26config MACH_SPCT6600
28 bool "SPCT6600 series based machines" 27 bool "SPCT6600 series based machines"
29 select SYS_SUPPORTS_32BIT_KERNEL 28 select SYS_SUPPORTS_32BIT_KERNEL
30 select GENERIC_HAS_IOMAP
31 29
32config SCORE_SIM 30config SCORE_SIM
33 bool "Score simulator" 31 bool "Score simulator"
34 select SYS_SUPPORTS_32BIT_KERNEL 32 select SYS_SUPPORTS_32BIT_KERNEL
35 select GENERIC_HAS_IOMAP
36endchoice 33endchoice
37 34
38endmenu 35endmenu