diff options
author | Gilles Espinasse <g.esp@free.fr> | 2010-03-29 09:41:47 -0400 |
---|---|---|
committer | Jiri Kosina <jkosina@suse.cz> | 2010-03-29 09:41:47 -0400 |
commit | f77f13e22df4a40d237697df496152c8c37f3f2b (patch) | |
tree | beccbb0214078d68027f7a17b57be556292475bd /arch | |
parent | 5239c4ff4ae9e810ba761518ad71b463f0ccbf3c (diff) |
Fix comment and Kconfig typos for 'require' and 'fragment'
Signed-off-by: Gilles Espinasse <g.esp@free.fr>
Signed-off-by: Jiri Kosina <jkosina@suse.cz>
Diffstat (limited to 'arch')
-rw-r--r-- | arch/mips/sibyte/bcm1480/irq.c | 2 | ||||
-rw-r--r-- | arch/mips/sibyte/sb1250/irq.c | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/arch/mips/sibyte/bcm1480/irq.c b/arch/mips/sibyte/bcm1480/irq.c index 06e25d949768..3fbb033e23d8 100644 --- a/arch/mips/sibyte/bcm1480/irq.c +++ b/arch/mips/sibyte/bcm1480/irq.c | |||
@@ -254,7 +254,7 @@ void __init init_bcm1480_irqs(void) | |||
254 | * On the second cpu, everything is set to IP5, which is | 254 | * On the second cpu, everything is set to IP5, which is |
255 | * ignored, EXCEPT the mailbox interrupt. That one is | 255 | * ignored, EXCEPT the mailbox interrupt. That one is |
256 | * set to IP[2] so it is handled. This is needed so we | 256 | * set to IP[2] so it is handled. This is needed so we |
257 | * can do cross-cpu function calls, as requred by SMP | 257 | * can do cross-cpu function calls, as required by SMP |
258 | */ | 258 | */ |
259 | 259 | ||
260 | #define IMR_IP2_VAL K_BCM1480_INT_MAP_I0 | 260 | #define IMR_IP2_VAL K_BCM1480_INT_MAP_I0 |
diff --git a/arch/mips/sibyte/sb1250/irq.c b/arch/mips/sibyte/sb1250/irq.c index ab44a2f59ee4..b452e3c82792 100644 --- a/arch/mips/sibyte/sb1250/irq.c +++ b/arch/mips/sibyte/sb1250/irq.c | |||
@@ -237,7 +237,7 @@ void __init init_sb1250_irqs(void) | |||
237 | * On the second cpu, everything is set to IP5, which is | 237 | * On the second cpu, everything is set to IP5, which is |
238 | * ignored, EXCEPT the mailbox interrupt. That one is | 238 | * ignored, EXCEPT the mailbox interrupt. That one is |
239 | * set to IP[2] so it is handled. This is needed so we | 239 | * set to IP[2] so it is handled. This is needed so we |
240 | * can do cross-cpu function calls, as requred by SMP | 240 | * can do cross-cpu function calls, as required by SMP |
241 | */ | 241 | */ |
242 | 242 | ||
243 | #define IMR_IP2_VAL K_INT_MAP_I0 | 243 | #define IMR_IP2_VAL K_INT_MAP_I0 |